@charset "utf-8";
/* 1. content

=========================================================*/
/* margin-reset */
#container__inner {
  line-height: 1.8;
}
#container__inner div {
  line-height: 1.8;
}
#content p {
  margin: 0 0 1em;
}
#content h2 {
  margin-top: 0;
}
#content h2, #content h3 {
  margin-bottom: 1.2em;
  overflow: hidden;
}
table.rowHead, table.colHead, table.complete, table.rowBorder, table.tBorder {
  margin-top: 0;
  margin-bottom: 2em;
}
ul.mkType, ul.colList, .colLink, ul.mkLink, ol.numType, ol.numType-c, ol.numType-b, ol.numNone, ol.numFlow, dl.des-short, dl.des-single, dl.des-item, dl.des-news {
  margin-top: 0;
  margin-bottom: 1em;
}
dl.des-long {
  margin-top: .2em;
  margin-bottom: 1em;
}
/* IE6 Only */
* html #content h2, * html #content h3, #container__inner ul, #container__inner ol, #container__inner dl {
  zoom: 1;
}
#container__inner ul, #container__inner ol, #container__inner dl {
  padding-left: 3px;
}
dl.des-long {
  margin-left: 0;
}
/* common */
.img-s div, .img-m div, .img-l div {
  margin-bottom: 10px;
}
.fright, .fleft {
  width: auto;
  height: auto;
  line-height: 1;
}
.fleft {
  float: left;
  margin-right: 15px;
}
.fright {
  float: right;
  margin-left: 15px;
}
.fright:after, .fleft:after {
  clear: both;
}
.fright div {
  margin-left: 15px;
}
.fleft div {
  margin-right: 15px;
}
.img-s img, .img-m img, .img-l img {
  display: block;
}
#content .img-s p, #content .img-m p, #content .img-l p {
  margin: 5px 0 10px;
  padding: 0;
}
/* layout box */
.laybox-s {
  width: 504px;
}
.laybox-m {
  width: 399px;
}
* html .laybox-s {
  width: 489px;
}
* html .laybox-m {
  width: 384px;
}
/* caption */
.img-s, .img-m, .img-l {
  font-size: 80%;
  line-height: 1.2;
  padding-top: 5px;
}
/* img 25%*/
.img-s div, .img-s p {
  width: 181.750px;
}
.img-s img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  /*	width:175px;*/
  /*	height:130px;*/
}
/* img 40%*/
.img-m div, .img-m p {
  width: 281.188px;
}
.img-m img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  /*	width:280px;*/
  /*	height:210px;*/
}
/* img 100%*/
.img-l div {
  width: 663px;
  /*	width:406px; */
  /*	width:676px; */
  margin: 0 auto;
}
.img-l img {
  width: 100%;
  max-width: 700px;
  /*	width:400px; */
  /*	width:670px; */
  /*	height:520px;*/
}
/* flat layout img */
.flat {
  display: block;
  /*	display:table;*/
  margin: 5px auto 0;
  text-align: center;
  margin-bottom: 20px;
}
.flat div {
  display: inline-block;
  /*	display:table-cell;*/
  padding: 0 20px;
  text-align: left;
}
/* IE6 Only */
* html .flat div {
  display: inline;
  zoom: 1;
}
/* IE7 Only */
*:first-child + html .flat div {
  display: inline;
  zoom: 1;
}
.stronger {
  color: #e27102;
}
.container__inner ul li {
  list-style: disc;
  margin-left: 18px;
}
.container__inner ol li {
  margin-left: 18px;
}
.panel-d {
  border: 1px dotted #e27102;
  padding: 10px;
}
.important {
  background: #fff9f2;
  padding: 10px;
}
.spot {
  border: 1px solid #e27102;
  padding: 10px;
}
dt {
  padding: 10px 20px;
  box-sizing: border-box;
  background: #e27102;
  color: #fff;
  width: 100%;
}
dd {
  padding: 10px 20px;
  box-sizing: border-box;
  background: #fff;
  margin: 0;
  border: 1px solid #e27102;
  width: 100%;
}
.alCent {
  text-align: center;
}
.alRight {
  text-align: right;
}
figure.item {
  width: 100%;
  margin: 0 auto;
}
/*===============
	table module
===============*/
section table {
  width: 100%;
  margin-top: 50px;
  border-top: 1px solid #f0b880;
  border-left: 1px solid #f0b880;
  font-weight: normal;
  line-height: 1.5;
}
section th, section td {
  z-index: 1;
  border-bottom: 1px solid #f0b880;
  border-right: 1px solid #f0b880;
  font-weight: normal;
  line-height: 1.5;
}
section th, section td {
  padding: 14px;
}
section table.type01 td {
  text-align: center;
}
section table.type02 thead th a {
  color: #fff;
}
section table.type02 th, section table.type02 td {
  text-align: left;
  padding: 14px;
}
section table.font-s th, section table.font-s td {
  font-size: 14px;
}
section thead th {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  background: #e27102;
  text-align: center;
  vertical-align: middle;
}
section tbody th {
  background: #fff9f2;
}
section thead th.bg_pink, section .bg_pink {
  background: #ffe5f0;
  color: #000000;
}
section thead th.bg_thin-pink, section .bg_thin-pink {
  background: #fff9f2;
  color: #000000;
}
section thead th.bg_gray, section .bg_gray {
  background: #ebebeb;
  color: #000000;
}
section thead th.bg_thin-gray, section .bg_thin-gray {
  background: #f7f7f7;
  color: #000000;
}
section table .bg_main-pink, section .bg_main-pink {
  background: #e27102;
  color: #fff;
}
section table .bg_pink {
  background: #ffe5f0;
  color: #000000;
}
section table .bg_thin-pink {
  background: #fff9f2;
  color: #000000;
}
section table .bg_gray {
  background: #ebebeb;
  color: #000000;
}
section table .bg_thin-gray {
  background: #f7f7f7;
  color: #000000;
}
section table td .kana {
  display: inline-block;
  font-size: 0.8em;
  margin-top: 4px;
}
section table td .name {
  font-size: 1.2em;
  font-weight: bold;
}
section table td {
  position: relative;
}
section table.type02 td {
  z-index: 0;
}
section table td.nhead .mark {
  position: absolute;
  top: 25px;
  left: -45px;
}
.top-english section table td.nhead .mark {
  top: 10px;
}
section table td.nhead .message {
  float: right;
}
.navAnchor {
  margin: 0 0 30px;
}
.navAnchor span {
  width: 40px;
  position: relative;
  padding: 0 22px 0 0;
  display: inline-block;
}
.navAnchor span::after {
  content: '▼';
  position: absolute;
  top: 3px;
  color: #e27102;
  font-size: .8rem;
}
form label span {
  display: inline-block;
  background-color: #DBDEE3;
  font-weight: bold;
  width: 200px;
  text-align: center;
  padding: 5px 10px;
  margin: 5px 10px 0 0;
}
#search label {
  display: block;
}
#search select.select {
  background-color: #FFCBA3;
}
section table a, section table td a {
  color: #e27102 !important;
}
section table a:hover, section table td a:hover {
  color: #000 !important;
}
section table th a {
  color: #fff !important;
}
section table th a:hover {
  color: #fff !important;
  text-decoration: underline;
}
@media screen and (max-width:768px) {
  #container__inner {
    margin: 0 auto;
  }
  section table {
    margin-top: 25px;
    font-size: 14px;
  }
  section table th, section table td {
    font-size: 14px;
  }
  section .table-scroll-wrap {
    width: 100%;
    overflow-y: scroll;
    padding-bottom: 10px;
  }
  section .table-scroll-wrap table {
    width: 768px;
  }
  section table.type02 th, section table.type02 td {
    padding: 10px;
  }
}