@charset "UTF-8";
/* CSS Document */

/*GENERAL STYLE*/

a {
  text-decoration: underline;
  font-weight: bold;
}
a:link {
  color: #c09621
}
a:visited {
  color: #c09621
}
a:hover {
  color: #e1b745
}
a:active {
  color: #e1b745
}
blockquote {
  line-height: 1.5;
  margin: 15px 0 15px 10px;
  padding: 15px;
  font-size: 14px;
  border: #c09621 solid 1px;
  color: #c09621;
  text-align: left;
}
h1 {
  font-size: 22px;
  font-weight: bold;
  margin: 5px 0 15px 0;
  padding: 10px 0 10px 10px;
  color: #000000;
  border-left: #ffd86e solid 10px;
}
h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0 15px 0;
  padding: 9px 0 7px 10px;
  color: #000000;
  border-left: #888888 solid 7px;
}
h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0 10px 5px;
  padding: 3px 0 5px 5px;
  line-height: 1.5;
  color: #000000;
  border-bottom: #e1b745 solid 1px;
}
h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 10px 5px;
  padding: 7px 10px 5px 10px;
  line-height: 1.5;
  color: #ffffff;
  background: #e1b745;
}
h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 10px 5px;
  padding: 7px 10px 5px 10px;
  line-height: 1.5;
  color: #000000;
  background: #eeeeee;
}
h6 {
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0 10px 5px;
  padding: 7px 0 5px 10px;
  line-height: 1.5;
  color: #c09621;
}
/*GENERAL STYLE END*/

/*LAYOUT*/

/* -----main要素----- */
#wrapperMain {
  width: auto;
  margin: 0 auto;
  background-color: #FFFFFF;
}
#mainContainer {
  width: 980px;
  margin: 0 auto;
  padding-top: 0px;
  background-color: #FFFFFF;
}
/*slide*/
#wrapperSlider {
  width: auto;
  height: 300px;
  margin: 0 auto 15px;
  padding: 0;
  background-color: #ffd86e;
}
#slider {
  margin: 5px auto 0;
  width: 980px;
  height: 300px;
}
/*eyecatch*/
#eyecatch {
  margin: 5px 0;
  width: 980px;
  height: 300px;
}
/*sitepath*/
#sp {
  width: 970px;
  margin: 5px 0;
  padding: 5px;
  line-height: 1.1;
  font-size: 12px;
  color: #c09621;
  background: #eeeeee;
  border-top: #e1b745 solid 1px;
  border-bottom: #e1b745 solid 1px;
  text-align: left;
}
#sp a {
  text-decoration: none;
  font-weight: 100;
}
#sp a:link {
  color: #e1b745
}
#sp a:visited {
  color: #e1b745
}
#sp a:hover {
  color: #c09621
}
#sp a:active {
  color: #c09621
}
/*contents*/
#contents {
  width: 720px;
  float: left;
  margin: 0 20px 0 0;
  background-color: #FFFFFF;
}
#contents_wide {
  width: 960px;
  float: left;
  margin: 0;
}
/*side*/
#wrapperSide {
  width: 240px;
  float: right;
}
/*sidemenu*/
#sidemenu {
  width: 240px;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
  background: #eeeeee;
}
.s_menuTop {
  width: 195px;
  padding: 9px 5px 10px 40px;
  background-color: #e1b745;
  background-image: url(../../../content/m_images/s_menu01.png);
  background-size: 35px 30px;
  background-repeat: no-repeat;
  color: #FFFFFF;
  line-height: 1.0;
  font-size: 16px;
}
.s_menuTop a {
  color: #FFFFFF;
  text-decoration: none;
}
.s_menuTop a:link {
  color: #FFFFFF
}
.s_menuTop a:visited {
  color: #FFFFFF
}
.s_menuTop a:hover {
  color: #FFFFFF;
  text-decoration: underline
}
.s_menuTop a:active {
  color: #FFFFFF;
  text-decoration: underline
}
.s_menu01 {
  width: 200px;
  margin: 10px 0 10px 10px;
  padding: 0 0 3px 22px;
  color: #000000;
  font-size: 14px;
  line-height: 1.2;
  background-image: url(../../../content/m_images/s_menu02_it.png);
  background-position: 2px 1px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}
.s_menu01 a {
  color: #333333;
  text-decoration: none;
  font-weight: normal;
}
.s_menu01 a:link {
  color: #333333
}
.s_menu01 a:visited {
  color: #333333
}
.s_menu01 a:hover {
  color: #c09621
}
.s_menu01 a:active {
  color: #c09621
}
.s_menu02 {
  width: 180px;
  margin: 0 10px 0 10px;
  padding: 3px 10px 3px 32px;
  color: #000000;
  font-size: 12px;
  line-height: 1.2;
  background: #ffffff;
  background-image: url(../../../content/m_images/s_menu03_it.png);
  background-position: 15px 4px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
}
.s_menu02 a {
  color: #333333;
  text-decoration: none;
  font-weight: normal;
}
.s_menu02 a:link {
  color: #333333
}
.s_menu02 a:visited {
  color: #333333
}
.s_menu02 a:hover {
  color: #c09621
}
.s_menu02 a:active {
  color: #c9621
}

.s_menu03 {
  width: 180px;
  margin: 0 10px 0 10px;
  padding: 3px 10px 3px 32px;
  color: #000000;
  font-size: 11px;
  line-height: 1.2;
  background: #ffffff;
  background-image: url(../../../content/m_images/s_menu04_it.png);
  background-position: 20px 6px;
  background-size: 6px 6px;
  background-repeat: no-repeat;
}
.s_menu03 a {
  color: #333333;
  text-decoration: none;
  font-weight: normal;
}
.s_menu03 a:link {
  color: #333333
}
.s_menu03 a:visited {
  color: #333333
}
.s_menu03 a:hover {
  color: #c09621
}
.s_menu03 a:active {
  color: #c09621
}
/*s_menu active*/
.s_menuActive a {
   color: #c09621!important;
}
.s_menuActive a:link {
   color: #c09621;
}

/*banner*/
.banner {
  width: 240px;
  margin: 0 0 10px 0;
}
/*pagetop*/
#pagetop {
  width: 30px;
  height: 20px;
  padding: 15px;
  margin: 0 auto;
  clear: both;
}
/*LAYOUT END*/

/*DECORATION*/
/*news list*/
dl {
  font-size: 13px;
  font-weight : normal;
  margin: 10px 5px 5px 5px;
}
dl a {
  text-decoration: underline;
  font-weight: normal;
}
dl a:link {
  color: #333333
}
dl a:visited {
  color: #c09621
}
dl a:hover {
  color: #e1b745
}
dl a:active {
  color: #e1b745
}
dt {
  background-color : #ffffff;
  padding-top : 0px;
  padding-bottom : 10px;
  padding-left : 15px;
  width : 115px;
  color: #333333;
  float : left;
  clear : both;
}
dd {
  background-color : #ffffff;
  padding-top : 0px;
  padding-left : 30px;
  padding-right : 10px;
  padding-bottom : 10px;
  width : 525px;
  margin-left : 130px;/* DTの幅分の設定 */
  color: #333333;
}
.infoTitleBox {
  width: auto;
}
.infoTitle {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 15px 0;
  padding: 5px 5px 5px 30px;
  color: #000000;
  border-left: none;
  background-image: url(../../../content/m_images/mrk_info_it.gif);
  background-repeat: no-repeat;
  background-position: left center;
  float: left;
}
.infoSelect {
  font-size: 12px;
  padding: 10px 0 0 0;
  float: right;
}
.infoSelect a {
  text-decoration: none;
  font-weight: normal;
}
.infoSelect a:link {
  color: #333333
}
.infoSelect a:visited {
  color: #00389d
}
.infoSelect a:hover {
  color: #3975de
}
.infoSelect a:active {
  color: #3975de
}
.infoList_env {
  height: 15px;
  padding: 0 15px 0 15px;
  margin: 0 10px 0 0;
  background-image: url(../../../content/m_images/mrk_env.gif);
  background-repeat: no-repeat;
  background-position: left center;
  border-right: #000000 solid 1px;
  float: left;
}
.infoList_auto {
  height: 15px;
  padding: 0 15px 0 15px;
  margin: 0 10px 0 0;
  background-image: url(../../../content/m_images/mrk_auto.gif);
  background-repeat: no-repeat;
  background-position: left center;
  border-right: #000000 solid 1px;
  float: left;
}
.infoList_it {
  height: 15px;
  padding: 0 15px 0 15px;
  margin: 0 10px 0 0;
  background-image: url(../../../content/m_images/mrk_it.gif);
  background-repeat: no-repeat;
  background-position: left center;
  border-right: #000000 solid 1px;
  float: left;
}
.infoList_all {
  height: 15px;
s  padding: 0 0 0 5px;
  float: left;
}
.infoInline {
  width: 720px;
  height: 290px;
  padding-bottom: 10px;
  border: none;
}
.infoInlinebox {
  padding: 10px 10px 10px 10px;
}
/*Item*/
.itemPic {
  width: 710px;
  height: 380px;
  margin-left: 10px;
}
.itemPic_wide {
  width: 945px;
  height: 380px;
  margin-left: 10px;
  margin-right: 5px;
}
.itemContainer {
  margin-left: 10px;
}
.itemBox {
  float: left;
}
.itemBox table {
  margin-left: 0;
}
.itemInquiry {
  margin-top: 10px;
  float: right;
}
.btnBox {
  float : left;
}
.btnBox a {
  color: #ffffff;
}
.button {
  display: inline-block;
  margin: 10px 5px;
  width: 150px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  outline: none;
  background-color: #e1b745;
  color: #fff;
}
.button:hover {
  background-color: #666666;
}
.specContainer {
  margin-left: 10px;
}
.specAnchor {
  width: 200px;
  float: left;
}
.specAnchor ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.specAnchor li {
  margin-left: 0px;
  padding: 5px 10px 10px 10px;
  border-bottom: 1px dotted #cccccc;
}
.specAnchor li a {
  text-decoration: none;
}
.itemAbstract {
  width: 500px;
  margin-left: 10px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  float: left;
}
.itemAbstract_wide {
  width: 740px;
  margin-left: 10px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  float: left;
}
.ext_anchor a {
   background-image: url(../../../content/m_images/ext_link_its.gif);
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 22px; 
}

/*News Intro*/
.newsIntroTitle a {
  text-decoration: underline;
  font-weight: bold;
}
.newsIntroTitle a:link {
  color: #E1B745;
}
.newsIntroTitle a:visited {
  color: #E1B745;
}
.newsIntroTitle a:hover {
  color: #C09621;
}
.newsIntroTitle a:active {
  color: #C09621;
}

/*Item H1*/
.item {
  line-height: 1;
}

.item_title {
  font-size: 14px;
  color: #555555;
}

/*ColGroup*/
.cellTitle {
  background-color: #6692de;
  color: #FFFFFF; 
}
.cellTitle >p {
  color: #FFFFFF !important; 
}
.cellTitle >p >a:link {
  color: #FFFFFF; 
}
.cellTitle >p >a:hover {
  color: #054fd3; 
}
.cellTitle >p >a:visited {
  color: #FFFFFF; 
}
.cellTitle >p >a:active {
  color: #054fd3; 
}
.cellDetail {
  background-color: #F3F3F3; 
}

.languageSiwtcher {
 width: 230px; 
 font-size: 13px;
 padding: 5px 5px 5px 5px;
 margin: 0px 0px 10px 0px;
 background-color: #e1b745;
 text-align: right;
 color: #FFFFFF;
}

.languageSiwtcher a {
  color: #FFFFFF;
  text-decoration: underline;
}
.languageSiwtcher a:link {
  color: #FFFFFF;
}
.languageSiwtcher a:visited {
  color: #FFFFFF;
}
.languageSiwtcher a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.languageSiwtcher a:active {
  color: #FFFFFF;
  text-decoration: none;
}
.hoverTitle {
  font-size: 14px;
  font-weight: bold;
  margin: 5px 5px 10px 5px;
  padding: 7px 0 5px 10px;
  line-height: 1.5;
  color: #000;
  background-color: #e1b745;
}

.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(225,225,225,0.8); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(225,183,69,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(225,183,69,0.9); cursor: default; }
/*DECORATION END*/

/* Accordion */

.accordion {
  min-width: 300px;
  margin: 0 auto;
  padding: 0;
}
.accordion .ac-content {
  margin: 0;
  padding: 0;
}
.accordion input {
	display: inline-block;
	bottom: 40px;
	float: left;
	  cursor: pointer;
	left: 10px;
}
.accordion input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
	position: relative;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background: url(../../../content/m_images/dt_close.png) left top;
	margin-right: 10px;
	border: none;
}
.accordion input[type="checkbox"]:checked {
	background: url(../../../content/m_images/dt_open.png) left top;
}
.accordion label {
  display: block;
  background: #bad7fa;
  cursor: pointer;
  padding: 10px 10px 10px 50px;
  color: black;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
	border-left: 10px solid #ffd86e;
	font-size: 14pt;
}
.accordion .ac-cont {
  transition: 0.2s;
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
	padding: 0 10px;
	width : 90%;
	margin-left: -16px;
}
.accordion input:checked {
	background-color: #7564ff;
}
.accordion input:checked + .ac-cont {
  height: auto;
  padding: 10px;
  box-sizing: border-box;
}

p.emph {
	font-family: HiraKakuProN-W6;
	background-color: #fffec5;
	margin-left: 5%;
	margin-right: 5%;
	text-indent: 0;
	text-align: center;
}

.superStrong {
	font-family: HiraKakuProN-W6;
	background-color: #fffec5;
}

#withFrame {
	outline-style: solid;
	outline-width: thick;
	outline-color: red;
	outline-offset: 4px;
}

ul,li {
	margin-left: 16px;
	padding-bottom: 3px;
	padding-left: 0;
	padding-right: 0;
}

.paren{
	counter-reset:item;
 	list-style:none;
	padding-bottom: 3px;
	padding-left: 0;
	padding-right: 0;
}
ol.paren{
	margin-left: 16px;
}
.paren li:before{
	 content:"(" counters(item, "-") ")";
	 counter-increment:item;
	margin-right:0.5em;
}
.paren li{
 	padding-left:0;
	margin-left: 0;
}
li.withFrame {
	outline-style: solid;
	outline-width: thin;
	outline-color: red;
	outline-offset: 4px;
}

img.help {
  max-width: 45%;
  height: auto;
  width /***/: auto;
	margin-left: 15%;
}

.toTOC {
	text-align: right;
	font-size: 12px;
}
