@charset "UTF-8";

/* =====  ヘッダ  ===== */
header .hd_wrapper h1 {
	margin: 25px 0 0 15px;
	filter:alpha(opacity=100);
    -moz-opacity: 1.00;
    opacity: 1.00;
}
header .hd_wrapper h1 a {
	display: block;
	background: url(../images/top_h1_logo.png) no-repeat ;
	width:661px;
	height: 92px;
	text-indent: -9999px;
}
header .hd_wrapper #subtools {
	position: absolute;
	top: 40px;
	right: 15px;
	filter:alpha(opacity=100);
    -moz-opacity: 1.00;
    opacity: 1.00;
}
header .hd_wrapper #subtools span.text {
	float: left;
	line-height: 24px;
	color: #fff;
	margin-right: 10px;
}
header .hd_wrapper #subtools #font-size {
	float: left;
}
header .hd_wrapper #subtools #font-size div {
	float: left;
}
header .hd_wrapper #subtools div div span {
	line-height: 22px;
}
header .hd_wrapper #subtools #font-size div#j-font-size-small {
	background: #3155a5;
	height: 24px;
	width: 80px;
	color: #fff;
	text-align: center;
	border: 3px #17458f solid;
	cursor: pointer;
	margin-right: 3px;
}
header .hd_wrapper #subtools #font-size div#j-font-size-small span {
	margin: auto;
}
header .hd_wrapper #subtools #font-size div#j-font-size-large {
	background: #3155a5;
	height: 24px;
	width: 80px;
	color: #fff;
	text-align: center;
	border: 3px #17458f solid;
	cursor: pointer;
}
#font-size div div.active { color:#3155a5 !important; background-color:#c9dee9 !important; border: 3px #17458f solid !important;}


header #searchBox {
	position: absolute;
	top: 80px;
	right: 15px;
	height: 30px;
	border: 3px #17458f solid;
	background: #fff;
}
header #searchBox input.serch_box {
	width: 300px;
	color: #17458f;
	display: inline-block;
	border: 0;
}
header #searchBox input.search_button {
	cursor: pointer;
	width: 80px;
	height: 24px;
	background: #17458f;
	text-indent: -9999px;
	background: #17458f url(../images/btn_search.png) no-repeat 28px 0;
	display: inline-block;
	padding: 0;
	border: 0;
}

/* === グローバルナビ　==== */
header #gnavi .smp_menu {
	display: none;
}
header #gnavi {
	width: 100%;
	margin: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 90px;
	background: #005dea;
	filter:alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.90;
}
header #gnavi ul {
	margin: 25px 15px;
	filter:alpha(opacity=100);
    -moz-opacity: 1.00;
    opacity: 1.00;
}
header #gnavi ul li {
	float: left;
}
header #gnavi ul li a {
	display: block;
	padding: 10px 25px;
	margin-left: 10px;
	color: #fff;
	font-size: 1.1em;
	text-decoration: none;
}
header #gnavi ul li.current a {
	background: #1f3669;
	display: block;
	padding: 10px 25px;
	margin-left: 10px;
	color: #fff;
	font-size: 1.1em;
}
header #gnavi ul li a:hover {
	text-decoration: none;
	background: #1f3669;
}




@media screen and (max-width: 768px)  and (min-width: 481px) {
header .hd_wrapper h1 {
	margin: 15px 0 0 15px;
}
header .hd_wrapper h1 a {
	width: 400px;
	height: 56px;
	background-size: cover;
}
header .hd_wrapper #subtools {
	top: 68px;
	font-size: 12px;
	margin-right: 70px;
}
header .hd_wrapper #subtools span.text {
	line-height: 20px;
	text-align: right;
	margin: 0 ;
	cursor: pointer;
}
header .hd_wrapper #subtools #font-size {
	background: #005dea;
	padding: 0 0 0 10px;
	margin-top: -5px;
}
header .hd_wrapper #smp_btn_search {
	border: none;
	float: right;
	position:absolute;
	top:65px;
	right: 30px;
}
header .hd_wrapper #smp_btn_search a {
	display: block;
	text-indent: -9999px;
	background: url(../images/btn_search.png) no-repeat 50% 50%;
	width: 23px;
	height: 23px;
}
header .hd_wrapper div#smp_btn_search.hide {
	display: none;
}

header #gnavi {
	width: 100%;
	bottom: 0;
	z-index: 1000;
	top: 550px;
	background: #005dea;
	filter:alpha(opacity=97);
    -moz-opacity: 0.97;
    opacity: 0.97;
	height: 50px;
}
header #gnavi .smp_menu {
	display: block;
	width: 100%;
	float: left;
	color: #fff;
	cursor:pointer;
	font-weight: normal;
	height: 50px;
}
header #gnavi .smp_menu span {
	display: block;
	margin: 10px 0 0 16px;
	font-size: 20px;
}
header #gnavi ul {
	display: none;
	clear: both;
	margin: 0;
	padding: 0;
	margin-top: 2px;
}
header #gnavi ul li {
	float: none;
	display: block;
	margin: 0 !important;
	padding: 0;
	border-top: 1px #999 solid;
	background: #005dea;
}
header #gnavi ul li a {
	margin: 0 !important;
}
article section#panel ul#main_panel li {
	height: 240px;
}
article section#panel ul#main_panel li dl dd.summary {
	display: none;
}
article section#panel ul#main_panel li dl dd.link2 {
	position: absolute;
	right: 0;
	bottom: 60px;
	margin: 0 ;
}
article section#panel ul#main_panel li dl {
	height: 180px;
}
}




@media screen and (max-width: 480px) {
header .hd_wrapper h1 {
	margin: 15px 0 0 15px;
}
header .hd_wrapper h1 a {
	width: 280px;
	height: 39px;
	background-size: cover;
}
header .hd_wrapper #subtools {
	top: 68px;
	font-size: 12px;
	margin-right: 70px;
}
header .hd_wrapper #subtools span.text {
	line-height: 20px;
	text-align: right;
	margin: 0 ;
	cursor: pointer;
}
header .hd_wrapper #subtools #font-size {
	background: #005dea;
	padding: 0 0 0 10px;
	margin-top: -5px;
}
header .hd_wrapper #smp_btn_search {
	border: none;
	float: right;
	position:absolute;
	top:65px;
	right: 30px;
}
header .hd_wrapper #smp_btn_search a {
	display: block;
	text-indent: -9999px;
	background: url(../images/btn_search.png) no-repeat 50% 50%;
	width: 23px;
	height: 23px;
}
header .hd_wrapper div#smp_btn_search.hide {
	display: none;
}

header #gnavi {
	width: 100%;
	bottom: 0;
	z-index: 1000;
	top: 450px;
	background: #005dea;
	filter:alpha(opacity=97);
    -moz-opacity: 0.97;
    opacity: 0.97;
	height: 50px;
}
header #gnavi .smp_menu {
	display: block;
	width: 100%;
	float: left;
	color: #fff;
	font-size: 20px;
	cursor:pointer;
	font-weight: normal;
}
header #gnavi .smp_menu span {
	display: block;
	margin: 10px 16px;
}
header #gnavi ul {
	clear: both;
	margin: 0;
	padding: 0;
	margin-top: 2px;
}
header #gnavi ul li {
	float: none;
	display: block;
	margin: 0 !important;
	padding: 0;
	border-top: 1px #999 solid;
	background: #005dea;
}
header #gnavi ul li a {
	margin: 0 !important;
}
sarticle section#panel ul#main_panel {
	max-width: 480px;
}
article section#panel ul#main_panel li {
	width: 50%;
	height: 240px;
	border: none;
}
article section#panel ul#main_panel li:nth-child(1),
article section#panel ul#main_panel li:nth-child(3) {
	border-right: 2px solid #fff;
	box-sizing: border-box;
}
article section#panel ul#main_panel li:nth-child(1),
article section#panel ul#main_panel li:nth-child(2) {
	border-bottom: 2px solid #fff;
	box-sizing: border-box;
}
article section#panel ul#main_panel li dl {
	height: 180px;
}
article section#panel ul#main_panel li dl dd.summary {
	display: none;
}
article section#panel ul#main_panel li dl dd.link2 {
	bottom: 65px;
}
}