@charset "utf-8";

.imgOvr:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.shadow{
	box-shadow: 0px 1px 3px #ddd;
	-moz-box-shadow: 0px 1px 3px #ddd;
	-webkit-box-shadow: 0px 1px 3px #ddd;
}
.shadow2 {
	box-shadow: 0px 0px 10px #f5f5f5;
	-moz-box-shadow: 0px 0px 10px #f5f5f5;
	-webkit-box-shadow: 0px 0px 10px #f5f5f5;
	}
.shadow3 {
	box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	}
.bd-rad1{
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
}
.bd-rad2{
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.bd-rad3{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.out-border:hover{
	box-shadow: inset 0 0 0 10px #87CEFA;
	transition:all 0.3s ease;
}




#head_body{
	width: 100%;
	height: 63px;
	padding: 0;
	margin: 0 0 20px 0;
	background: #00AEEB;
	text-align: center;
}
#head_body .hd_img{ 
	position:relative; 
	width:960px; 
	height:187px; 
	margin:0 auto; 
	z-index:2; 
	/*background: url(../img/head/head_01.jpg);
	display: block;*/
}
.hd_contents{
	position: absolute;
	top: 20px;
	right: 0;
	width: 360px;
	height: 140px;
	background: #fff;
	/*margin: 30px 30px 0 0;*/
	/*opacity:0.3;
	filter: alpha(opacity=30);
	-ms-filter: "alpha( opacity=30 )";*/
}
.hd_menu{
	width:100%;
	z-index:10000;
	background: #F78896;
}
.hd_menu .hd_menucont{ width:100%; margin:0 auto;}
.hd_menucont{ width:960px; margin:0 auto;}
.fixed{
	position:fixed;
	top: 0px;
	left: 0;
}

/* =======================================
	全体
======================================= */

#gNaviWrap{
	margin: 0;
	width: 100%;
	height: 63px;
	box-shadow: 0px 1px 3px #ddd;
	-moz-box-shadow: 0px 1px 3px #ddd;
	-webkit-box-shadow: 0px 1px 3px #ddd;
	transition:all 0.8s ease;
	position: relative;
	z-index: 1999;
	/*background:url(../img/gnavi/gnavi_bg.png) repeat-x center top;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
#gNavi{
	margin: 0 auto;
	width: 960px;
	height: 63px;
	font-size: 16px;
}
.gN-menu-li{
	margin: 0;
	color:#FFF;
	text-align: center;
	float: left;
	position: relative;
}
#sss-logo{
	display: none;
	position: absolute;
	top:7px;
	left: -115px;
}
.gN-menu-li img{
	margin: 0;
	text-align: center;
}
.gN-menu-li a{
	margin-top: 3px !important;
	height: 60px;
	text-decoration: none;
}
/*.gN-menu-li:last-child a{
}

.gN-menu-li a:hover{
	text-decoration: none;
	background-color:#20303B;
	color:#FFF;
	transition:all 0.8s ease;
	background-image: url(../img/gnavi/bg-dark.gif);
	background-repeat: repeat;
}
*/

.gN-menu-li a:hover img{
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

/*.active{
	background-image: url(../img/gnavi/bg-dark.gif);
	background-repeat: repeat;}*/

#megaMenu{
	position: relative;
}

/*.megaM-box{
	position: absolute;
	top:0;
	left: 0;
	z-index: 900;
	width: 100%;
	background-color: rgba(255,255,255,1);
	background-color: #FFF\9;
	display: block;
	box-shadow: 0px 1px 3px #ddd;
	-moz-box-shadow: 0px 1px 3px #ddd;
	-webkit-box-shadow: 0px 1px 3px #ddd;
	border-bottom:1px solid #eee\9; 
}*/
.megaM-box{
	position: absolute;
	top:0;
	left: 0;
	z-index: 999;
	width: 100%;
	display: block;
}
/*#megaMenu{
	display: none;
}*/

#mega-1,#mega-2,#mega-3,#mega-4,#mega-5,#mega-6,#mega-7{
	display: none;
	height: 180px;
	transition:all 0s ease;
}


.megaWrap{
	width: 960px;
	/*width:100%;*/
	height: 100%;
	margin: 0 auto;
	background-color: #f2ecdb;
	border-bottom:1px solid #ccc;
}

.megaL-box{
	width: 70%;
	height: 100%;
	/*background-color:#EDF3FD;*/
	float: left;
}


.megaL-box > ul{
	width: 100%;
}
.megaL-box > ul li a{
	font-size: 15px;
	font-weight: bold;
	width: 25%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	float: left;
	background-image: url(../img/gnavi/shikiri.png);
	background-position: right top;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000;
}
.megaL-box > ul li a:hover{
	width: 25%;
	height: 60px;
	background-color: #FCCDD3;
	transition:all 0.2s ease;
	text-decoration: none;
}

.megaL-box > ul li a.line2{
	line-height: 100%;
	padding-top: 15px;
}

#megaL-1,#megaL-2,#megaL-3,#megaL-4,#megaL-5,#megaL-6,#megaL-7{display: none;}
.megaR-box{
	width: 30%;
	height: 100%;
	background-color:#F6F9FE;
	background-image: url(../img/gnavi/bg-light.gif);
	float: left;
	overflow: hidden;
}
.megaR-box img{
	width: 100%;
}


/*#sideWrap{
	width: 1200px;
	height: 250px;
	margin: 0 auto;
	border:1px solid #333;
	position: fixed;
	top: 63px;
	margin-left:-X/2px;
}*/
/*#side-l{
	display: none;
	position: fixed;
	top:0;
	left: 50%;
	width: 135px;
	margin-top: 30px; 
	margin-left: -625px;
	background-color: #FFF;
	z-index: 20000;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border:3px solid #333;
	border-right:1px solid #eee; 
	overflow: hidden;
}

#side-l ul{
	padding: 2px 3px;
	font-size: 11px;
	border-bottom:1px dotted #eee;
}

ul li{
	font-size: 11px;
	line-height: 15px;
}
ul li.dc-li{
	float: left;
	font-size: 11px;
}

input#check1c,input#check2c,input#check3c,input#check4c,input#check5c,input#check6c,input#check7c,input#check8c,input#check9c,input#check10c{
	margin: 0px 5px 0 0 ;
	vertical-align: middle;
}

p.side-ttl{
	width: 100%;
	background-color: #333;
	padding: 5px;
	color: #fff;
}

P#MoreSearch-btn-b2{
	text-align: right;
	font-size: 12px;
}

.side-box{
	margin: 5px 0 15px;
	padding: 5px;
}

#side-nowarea{
	padding: 8px 5px 3px;
	font-size: 14px;
	font-weight: bold;
	border-bottom:1px dotted #ddd;
}
#side-cheange-btn{
	font-size: 11px;
	color: #87CEFA;
	padding: 2px 5px 5px;
}
#side-cheange-btn:hover{
	color: #999;
	text-decoration: underline;
	cursor: pointer;
}


ul.bd-n{
	border-bottom:none;
}*/





/*-------ページトップ-------*/

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index: 99;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	padding: 20px;
	text-align: center;
	display: block;
	border-radius: 4px;
	/*background-color: #ACACAC;*/
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
#page-top a:hover {
	text-decoration: none;
	/*background: #999;*/
}
