﻿/****************************************************************/
/* reset normalize HTML5 Boilerplate */
/****************************************************************/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*!  HTML5 Boilerplate
 * Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  :after,
  :before {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}

dd,
dl,
dt,
ol,
p,
ul {
  padding-left: 0;
  margin: 0;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
figure {
  margin: 0;
}

@-ms-viewport {
  width: auto;
  initial-scale: 1;
}
@viewport {
  width: device-width;
  initial-scale: 1;
}

/****************************************************************/
/* base */
/****************************************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: auto;
}
.t-default h1,
.t-default h2,
.t-default h3,
.t-default h4,
.t-default h5,
.t-default h6,
.t-default .h1,
.t-default .h2,
.t-default .h3,
.t-default .h4,
.t-default .h5,
.t-default .h6 {
  font-weight: bold;
  margin: auto;
}
.t-default .row {
  margin-right: auto;
  margin-left: auto;
}
.t-default .col-xs-1,
.t-default .col-sm-1,
.t-default .col-md-1,
.t-default .col-lg-1,
.t-default .col-xs-2,
.t-default .col-sm-2,
.t-default .col-md-2,
.t-default .col-lg-2,
.t-default .col-xs-3,
.t-default .col-sm-3,
.t-default .col-md-3,
.t-default .col-lg-3,
.t-default .col-xs-4,
.t-default .col-sm-4,
.t-default .col-md-4,
.t-default .col-lg-4,
.t-default .col-xs-5,
.t-default .col-sm-5,
.t-default .col-md-5,
.t-default .col-lg-5,
.t-default .col-xs-6,
.t-default .col-sm-6,
.t-default .col-md-6,
.t-default .col-lg-6,
.t-default .col-xs-7,
.t-default .col-sm-7,
.t-default .col-md-7,
.t-default .col-lg-7,
.t-default .col-xs-8,
.t-default .col-sm-8,
.t-default .col-md-8,
.t-default .col-lg-8,
.t-default .col-xs-9,
.t-default .col-sm-9,
.t-default .col-md-9,
.t-default .col-lg-9,
.t-default .col-xs-10,
.t-default .col-sm-10,
.t-default .col-md-10,
.t-default .col-lg-10,
.t-default .col-xs-11,
.t-default .col-sm-11,
.t-default .col-md-11,
.t-default .col-lg-11,
.t-default .col-xs-12,
.t-default .col-sm-12,
.t-default .col-md-12,
.t-default .col-lg-12 {
  padding: 0;
}
html,
:root {
  font-size: 62.5%;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow: auto;
}
body {
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #777;
  cursor: auto;
  letter-spacing: 0.08em;
  word-break: break-all;
  /*	overflow: hidden;*/
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, sans-serif !important;
  }
}
@media screen and (max-width: 690px) {
  body {
    font-size: 14px;
  }
}
a,
.t-default a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  margin: 0;
  padding: 0;
  color: #777;
  text-decoration: none;
  transition: all 0.2s ease 0s;
}
a:hover,
.t-default a:hover {
  text-decoration: underline;
  color: #555;
}
hr {
  background: none;
  border: none;
  border-bottom: 1px solid #f5f5f5;
  margin: 0;
}
* {
  outline: none !important;
}

/* title *************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.05em;
}
body.page_news a[href$="/news.html"] {
  pointer-events: none;
  display: inline-block; /*IE用*/
}
sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}

/****************************************************************
 img
****************************************************************/
body#tinymce img {
  max-width: 1000px;
  width: 100%;
  height: auto;
}

/* 印刷設定 */
@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}
