@charset "UTF-8";
body {
  background: #FFFFFF;
  margin: 0;
  padding: 0;
}

#wrapper {
  width: 100%;
}

#header {
  width: 100%;
}

#header div,
#header ul,
#header li {
  margin: 0;
  padding: 0;
}

#header #headerIn {
  width: 100%;
  background-color: #fb0e0c;
}

h1 {
  width: 100%;
  font-size: 11px;
  line-height: 100%;
  padding: 5px 0;
  color: #FFF;
  font-weight: normal;
  background-color: #fb0e0c;
  width: 700px;
  margin: 0 auto;
  font-family: sans-serif;
}

#header #navi {
  width: 100%;
  background-color: #000;
}

#header #navi ul {
  text-align: center;
  margin: 0 auto;
  font-size: 0;
}

#header #navi ul li {
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #FFF;
  width: 190px;
}

#header #navi ul li a {
  font-size: 13px;
  color: #FFF;
  font-family: sans-serif;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  letter-spacing: 0.1em;
  display: block;
  font-weight: bold;
}

#header #navi ul li:first-child {
  border-left: 1px solid #FFF;
}

#contents {
  width: 565px;
  margin: 0 auto;
}

#main {
  vertical-align: top;
  padding-bottom: 20px;
}

.caution {
  padding: 10px 0 20px 0;
}
.caution p {
  font-weight: bold;
  font-size: 15px;
  text-align: left;
}
.caution p span {
  color: red;
  font-size: 20px;
  display: block;
  text-align: left;
}

.souryou {
  width: 100%;
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  margin-bottom: 20px;
  background: url(../img/tensen500.gif) repeat-x left top;
}

.souryou th,
.souryou td {
  padding: 6px 2px;
  text-align: left;
  font-size: 13px;
  line-height: 14px;
  vertical-align: middle;
  font-weight: normal;
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  background: url(../img/tensen500.gif) repeat-x left bottom;
}

.souryou th {
  width: 60%;
  color: #0e3192;
}

.souryou td {
  width: 40%;
}

h2 {
  font-size: 20px;
  font-family: sans-serif;
  font-weight: bold;
}

.kome01 {
  font-size: 12px;
  margin-bottom: 40px;
  line-height: 1.4;
  color: red;
}

.menuWrap p a {
  text-decoration: underline;
  color: #000;
  font-family: sans-serif;
  line-height: 1;
}

.add {
  font-size: 14px;
  color: #000;
  font-family: sans-serif;
  padding: 0;
  margin: 0;
}
.add span {
  color: #FF9233;
  font-size: 18px;
  display: inline-block;
  padding: 0;
  line-height: 1;
}
.add a {
  text-decoration: underline;
  color: #000;
  font-family: sans-serif;
  line-height: 1;
}
.add a[href^="tel:"] {
  text-decoration: none;
}
.add-tl {
  margin-bottom: 10px;
  margin-top: 40px;
}

address {
  font-size: 10px;
  text-align: center;
  color: #000;
  font-family: sans-serif;
  font-style: normal;
  padding: 40px 0;
}

.bold {
  font-weight: bold;
}

.min9 {
  font-family: "£Õ£” Ã¿ƒ´",serif;
  font-size: 9pt;
}

.min10 {
  font-family: "£Õ£” Ã¿ƒ´",serif;
  font-size: 10pt;
}

.min11 {
  font-family: "£Õ£” Ã¿ƒ´",serif;
  font-size: 10.5pt;
}

.min11or {
  font-family: "£Õ£” Ã¿ƒ´",serif;
  font-size: 10.5pt;
  color: #FF9233;
}

.min11l {
  font-family: "£Õ£” Ã¿ƒ´",serif;
  font-size: 10.5pt;
  letter-spacing: -1px;
}

.min14 {
  font-family: "£Õ£” Ã¿ƒ´",serif;
  font-size: 14pt;
}

.min14l {
  font-family: "£Õ£” Ã¿ƒ´",serif;
  font-size: 14pt;
  letter-spacing: -3px;
}

.min16 {
  font-family: "£Õ£” Ã¿ƒ´",serif;
  font-size: 16pt;
  letter-spacing: -1px;
}

.min16or {
  font-family: "£Õ£” Ã¿ƒ´",serif;
  font-size: 16pt;
  color: #FF9233;
  letter-spacing: -1px;
}

.min15 {
  font-family: "£Õ£” Ã¿ƒ´",serif;
  font-size: 15pt;
  letter-spacing: -2px;
}

.min15re {
  font-family: "£Õ£” Ã¿ƒ´",serif;
  font-size: 15pt;
  color: #FF0000;
  letter-spacing: -2px;
}

.min18 {
  font-family: "£Õ£” Ã¿ƒ´",serif;
  font-size: 18pt;
}

.time12 {
  font-family: "Times New Roman Bold",serif;
  font-size: 12pt;
}

iframe {
  width: 100% !important;
}

.sp_only {
  display: none;
}

.sp_only_inline {
  display: none;
}

.sp_none_inline {
  display: inline !important;
}

.dispnone {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }

  .sp_only_inlineblock {
    display: inline-block;
  }

  .sp_none {
    display: none !important;
  }

  .sp_only_inline {
    display: inline;
  }

  .sp_none_inline {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #contents {
    width: 100%;
  }

  img {
    width: 100%;
    height: auto;
  }
}
