@charset "UTF-8";

/*--------------yobou_contents CUSTOM----------------*/
div.contents{
    overflow: auto;
}

div.contents--flex{
    width: 100% !important;
    max-width:100% !important;
    padding: 0;
}

/*--------------yobou_contents common FIXED----------------*/
div.contents #ttlArea {
	height: 142px;
	width: 100%;
	min-width:900px !important;
	margin-top:27px !important;
	text-align: center;
	z-index:2;
}

div.contents #container {
	width:100%;
	background-image: url(../img/contents_bg.gif);
	background-repeat: repeat-x;
	min-width: 1070px !important;
	overflow:hidden !important;
}

div.contents .imgCenter {
	text-align: center;
}

/*--------------yobou_contents contents FIXED----------------*/
div.contents h3{
    height: 35px !important;
    width: 900px !important;
}

div.contents h3.ttl {
	background-image: url(../img/ttl_h3_02.gif);
	background-repeat: no-repeat;
	height: 40px !important;
	width: 885px;
	padding-top: 10px;
	padding-left: 15px;
	font-size: 130%;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom:15px;
}

div.contents #zukai img.line {
	border: 1px solid #CCCCCC !important;
	box-sizing: content-box !important;
}

div.contents .infoLinks {
	width:900px;
	overflow:hidden;
}

div.contents div.col4 {
	width:445px;
	float:left;
	padding-bottom:10px;
	box-sizing: content-box !important;
}

div.contents div.col5 { 
	width:445px; 
	float:right; 
	padding-bottom:10px;
	box-sizing: content-box !important;
}

div.contents div.col4 .pamphlet,
div.contents div.col5 .pamphlet {
	display: table-cell;
	vertical-align: middle;
	width:102px; 
	height: 150px;
	padding:0;
	text-align: center;	
}

div.contents .pamphlet img.line {
	border: 1px solid #CCCCCC !important;
	box-sizing: content-box !important;
}

div.contents div.col4 dd,
div.contents div.col5 dd {
	background-image: url(../../img/submenu_allow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 10px;
	float: right;
	width: 295px;
	font-size: 108%;
	font-weight: bold;
	line-height: 150% !important;
}

div.contents div#movie div.col4 dl,
div.contents div#movie div.col5 dl {
	height:72px !important;
}

div.contents div.col6 { 
	width:295px;
	float:left;
	padding-bottom:10px;
	padding-right:7px;
	box-sizing: content-box !important;
}

div.contents div.col7 { 
	width:295px;
	float:right;
	padding-bottom:10px;
	box-sizing: content-box !important;
}

div.contents div.col6 dt img,
div.contents div.col7 dt img {
	max-width:260px;
	height:auto;
}

div.contents .footer-banner {
	width: 428px;
	margin: 0 auto;
	padding: 15px 0;
	text-align:center;
}

div.contents .footer-banner p {
	margin-top: 10px;
	margin-left: 20px;
}

div.contents .bouen_list2 li {
	list-style: none !important;
	border-bottom: none !important;
	text-indent: 0 !important;
	margin-left: 0 !important;
    padding: 0 !important;
}

div.contents .bouen_list2 li img {
	margin-left: 0 !important;
	padding: 0 !important;
}

div.contents p.box2 {
	width:880px !important;
}

div.contents .video {
	border: 3px solid #F60;
	width: 640px;
	margin: 0 auto 20px;
	box-sizing: content-box !important;
}


/*--------------Global header CUSTOM----------------*/
.header {
  background: #fff;
  border-top: 5px solid #29539B;
  border-bottom: 1px solid #e2e4e4;
  -webkit-box-shadow: 0 0 3px #eceeef;
  box-shadow: 0 0 3px #eceeef;
  position: relative;
  z-index: 2;
}

.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 90px;
  padding: 26px 10px;
}

.header-logo {
  width: 200px;
  min-width: 200px;
}

.header-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 108%;
}

.header-nav li {
  margin-left: 15px;
}

.header-tool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.font-tool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.font-tool .font-label {
  margin-right: 10px;
  font-size: 108%;
}

.font-tool .font-buttons {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  border-radius: 4px;
  font-size: 123.1%;
  line-height: 1.3;
}

.font-tool .font-buttons a {
  width: 50%;
  padding: 5px;
  background: #EEF0F1;
  color: inherit;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
  white-space: nowrap;
}

.font-tool .font-buttons a.active {
  background: #29539B;
  color: #fff;
}

.font-tool .font-buttons a.active:hover {
  background-color: #28ADDE;
}

.font-tool .font-buttons a:hover {
  background-color: #E7EDF7;
}

.ieStyle .font-tool .font-buttons a {
  padding: 7px 5px 3px;
}

.search-tool {
  position: relative;
  width: 160px;
  margin-left: 10px;
}

.search-tool .input--radius {
  width: 100%;
  font-size: 108%;
  margin: 0 !important;
}

.search-tool .search-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 36px;
  padding: 2px;
  border: none;
  background: none;
}

.search-tool .search-button:hover {
  cursor: pointer;
}

.search-tool .search-button img {
  width: 18px;
}

.header-tool-sp {
  display: none;
}

@media only screen and (min-width: 721px) {
  .header-tool {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media only screen and (max-width: 720px) {
  .header {
    position: relative;
    border-bottom-color: #AAA;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    min-height: 60px;/* fixed custom header*/
  }
  .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 60px;
    width: 100%;
  }
  .header-logo h1 {
    min-width: 140px;
    padding-left: 15px;
    padding-right: 10px;
  }
  .header-tool-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    max-width: 60px;/* fixed custom header before 200px*/
    height: 60px;
  }
  .header-tool-sp a {
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;/* fixed custom header before 30%*/
    padding: 10px 10px; /* fixed custom header before 10px 10px*/
    margin: 0;
    border-left: 1px solid #AAA;
    color: inherit;
    text-decoration: none;
  }
  .header-tool-sp a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: #29539B url(/img/common/icon-close.svg) 50% 50% no-repeat;
    background-size: 16px auto;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .header-tool-sp a.active::after {
    opacity: 1;
  }
  .header-tool-sp .link {
    width: 40%;
    background-position: 10px 50%;
    font-size: 103%;
    white-space: nowrap;
  }
  .header-tool-sp .link img {
    width: 13px;
    margin-right: 5px;
  }
  .header-tool-sp img {
    background: #fff;
    max-width: 21px;
    max-height:21px;
  }
  .header-block {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .header-tool {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 10px;
    background: #29539B;
  }
  .header-tool.active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .font-tool {
    display: none;
  }
  .search-tool {
    margin: 0;
    width: 100%;
  }
  .header-nav {
    width: 100%;
    padding: 15px 0 15px 15px;
    border-top: 1px solid #AAA
  }
  .header-nav li {
    margin: 0 15px 0 0;
    font-size: 93%;
  }
}

/*--------------Global footer CUSTOM----------------*/
.footer .page-top--pc {
  position: absolute;
  top: -15px;
  left: 50%;
  width: 100%;
  max-width: 990px;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  text-align: right;
}

