@charset "UTF-8";

/*---------------------------------------------
Each TOP CSS(for HTML5)
coded by cloud-box
---------------------------------------------*/

@import url(default.css);
@import url(base.css);
#page a:hover img {
	filter: alpha(opacity=85);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
header.top {
	overflow: hidden;
	background: url(../img/bg-header-top.png) repeat-y top center;
}
header.top .inner {
	display: block;
	overflow: hidden;
	max-width: 940px;
	margin: 0 auto;
	position: relative;
}
header.top .inner .menu-top {
	display: none;
}
header.top .divisionA {
	max-width: 50%;
	overflow: hidden;
	float: left;
}
header.top .divisionA p {
	max-width: 480px;
	font-size: 84%;
	font-weight: 800;
	padding: 2px 0 2px 0;
}
header.top .divisionA p a {
	text-decoration: underline;
	color: #E3792C;
}
header.top .divisionA p a:hover {
	text-decoration: none;
	color: #E3792C;
}
header.top .divisionB {
	max-width: 50%;
	float: right;
}
header.top .inner .english {
	position: absolute;
	top: 0;
	right:1px;
	z-index: 2;
}
header.top .inner .english a {
	display:block;
	text-align:center;
	padding:3px 24px;
	background-color:#37474F;
	color:#fff;
	font-size:75%;
	font-weight:normal;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	box-shadow:0px 2px 0px 0px #263238;
}
.navHotline {
	background-color: #0950A2;
}
.navHotline .inner {
	max-width: 940px;
	margin: 0 auto;
	padding: 0 0 25px 0;
	overflow: hidden;
}
.navHotline .inner .hd-status {
	float: right;
}
.navHotline .inner .hd-status a{
	background-color:#fff;
	border-radius:20px;
	padding:5px 20px;
	color:#1557A5;
	font-size:100%;
	font-weight:800;
	display:block;
	text-align:center;
	margin:18px 10px 5px 0;
	box-shadow:0px 2px 0px 0px #0A3364;
}

.navHotline .inner .hd-hotline {
	max-width: 450px;
	margin: 0 auto;
}
.navHotline .inner .list01 {
	clear: both;
}
.navHotline .inner .list01, .navHotline .inner .list02 {
	padding: 10px 0 0;
	overflow: hidden;
}
.navHotline .inner .list01 li {
	max-width: 32%;
	margin: 0 0 15px 15px;
	float: left;
}
.navHotline .inner .list01 li:nth-child(1), .navHotline .inner .list01 li:nth-child(4) {
	margin-left: 0px;
}
.navHotline .inner .list02 {
	color: #FFFFFF;
	line-height: 1.4;
}

.navHotline .inner .tx01 a {
	text-decoration: underline;
	color: #FFFFFF;
}

.navHotline .inner .list02 li.tx01 {
	display: block;
	line-height: 1.5;
	margin-bottom: 10px;
}

.navHotline .inner .list02 li p.list {
	text-indent: -0.8em;
	margin-left: 1.0em;
}

.navHotline .inner .list02 li em {
	font-size: 80%;
}
.navHotline .inner .list02 li.tx02 {
	width: 30%;
}
.navHotline .inner .list02 li.tx02 a{
	background-color:#fff;
	border-radius:20px;
	padding:10px 20px;
	color:#1557A5;
	font-size:100%;
	font-weight:800;
	width:90%;
	display:block;
	text-align:center;
	margin:0 0 5px 0;
	box-shadow:0px 2px 0px 0px #0A3364;
}
.navHotline .inner .list02 li.tx02 a:hover{
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.other {
	max-width: 940px;
	margin: 0 auto;
	padding: 40px 0;
	overflow: hidden;
}
.other .information .info {
	font-size: 116%;
	padding-bottom: 10px;
}
.other .information p {
	float: right;
	height: 100%;
	padding-right: 1em;
}
.other .information p a {
	font-size: 80%;
}
.other .information p:after {
	clear: both;
}
.other .information {
	width: 64%;
	float: left;
}
.other .information .info:before {
	content: ' ● ';
	color: #1152A0;
}
.other .information .wrap {
	border: #B0BEC5 solid 1px;
	padding: 15px 20px 0px 15px;
	overflow: auto;
	height: 210px;
	font-size: 86%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.other .information .wrap dl {
	border-bottom: #B0BEC5 dotted 1px;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.other .information .wrap dl.noborder {
	border-bottom: none;
}
.other .information .wrap dl dt {
	float: left;
	color: #1152A0;
	font-weight: 800;
	padding-right: 15px;
}
.other .information .wrap dl dd.info-category {
	float: left;
	padding: 0 .7em;
	font-size: 80%;
	color: #fff;
	background-color: #0950A2;
	text-align: center;
	white-space: nowrap;
	border-radius: 5px;
}
.other .information .wrap dl dd.tx {
	clear: both;
	padding-top: 5px;
}
.other .linkArea {
	overflow: hidden;
	display: block;
	float: left;
	padding: 0 0 0 20px;
}
.other .linkArea ul li {
	width: 260px;
	padding: 18px 0 15px 40px;
	border: #B0BEC5 solid 1px;
	box-shadow: 0px 1px #B0BEC5;
	background-color: #ECEFF1;
	background-image: url(../img/img-arrow01.png);
	background-repeat: no-repeat;
	background-size: 7%;
	background-position: left 10px top 19px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #38474E;
	font-weight: 700;
	margin-bottom: 10px;
	/*バナー内テキストサイズの調整*/
	font-size:93%;
}
.other .linkArea ul li:hover {
	background-color: #9DD2F6;
	color: #fff;
}

@media screen and (max-width:960px) {
header.top {
	background: none;
	background-color: #f6f6f6;
}
.navHotline .inner {
	max-width: 98%;
}
.navHotline .inner .list02 li.tx02 {
	max-width: 50%;
	margin: 0 auto 15px;
	padding: 0;
}
}

@media screen and (max-width:800px) {

.navHotline .inner .list01 li {
	margin: 0 0 10px 10px;
}
.navHotline .inner .list02 li.tx02 {
	max-width: 50%;
	padding: 20px 0 0 0;
}
.navHotline .inner .list02 li.tx02 img {
	margin-bottom: 10px;
}
.other .information {
	width: 90%;
	margin: 0 auto 30px;
	float: none;
}
.other .linkArea {
	max-width: 90%;
	margin: 0 auto;
	float: none;
}
.other .linkArea ul li {
	width: 88%;
	padding: 20px 0 20px 50px;
	border: #B0BEC5 solid 1px;
	box-shadow: 0px 1px #B0BEC5;
	background-color: #ECEFF1;
	background-image: url(../img/img-arrow01.png);
	background-repeat: no-repeat;
	background-size: 5%;
	background-position: left 15px top 22px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #38474E;
	font-weight: 700;
}
}

@media screen and (max-width:640px) {
header.top {
	overflow: visible;
}
header.top .inner {
	overflow: visible;
	max-width: 100%;
}
header.top .inner .menu-top {
	display: block;
}
header.top .divisionA {
	overflow: visible;
	max-width: 100%;
	float: none;
}
header.top .divisionA p {
	max-width: 100%;
	font-size: 100%;
	padding: 10px 20px 30px;
}
header.top .divisionB {
	max-width: 100%;
	float: none;
}
.navHotline .inner .list01 li {
	max-width: 90%;
	margin: 0 auto 10px;
	float: none;
}
.navHotline .inner .list01 li:nth-child(1), .navHotline .inner .list01 li:nth-child(4) {
	margin-left: auto;
}
.navHotline .inner .list02 li {
	float: none;
	font-size: 118%;
}
.navHotline .inner .list02 li.tx01 {
	max-width: 85%;
	margin: 0 auto 30px;
}
.navHotline .inner .list02 li.tx02 {
	width: 100%;
	margin: 0 auto 15px;
	padding: 0;
}
/*
.other .information .wrap {
	font-size: 107%;
}*/
.other .information .wrap dl dd.category {
	float: left;
	font-weight: 800;
	padding-right: 15px;
}
.other .information .wrap dl dd.tx {
	max-width: 100%;
}
header.top .inner .english {
	width:20%;
}
header.top .inner .english a {
	font-size:116%;
	padding:10px 0;
}
}

@media screen and (max-width:520px) {
header.top .inner .english {
	width:25%;
}
header.top .inner .english a {
	font-size:100%;
}
}

@media screen and (max-width:414px) {
.other .linkArea ul li {
	width: 84%;
	padding: 16px 0 20px 40px;
		/*バナー内テキストサイズの調整*/
	font-size: 110%;
}
header.top .inner .english {
	width:25%;
}
header.top .inner .english a {
	padding:4px 10px 5px;
	font-size:93%;
}
}

@media screen and (max-width:375px) {
.other .linkArea ul li {
	width: 80%;
		/*バナー内テキストサイズの調整*/
	font-size: 100%;
}
header.top .inner .english {
	width:25%;
}
header.top .inner .english a {
	padding:3px 10px 4px;
	font-size:90%;
}
}

@media screen and (max-width:320px) {
.other .linkArea ul li {
	width: 80%;
		/*バナー内テキストサイズの調整*/
	font-size: 90%;
}
header.top .inner .english {
	width:25%;
}
header.top .inner .english a {
	padding:2px 10px 1px;
	font-size:90%;
}
}

@media screen and (max-width:360px) {
}

