@charset "utf-8";


body{}

.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;
}


.hd_menu{
	width:100%;
	z-index: 9;/*新ヘッダーが10*/
	display:block;
	position:static;
	/*box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);*/
	
}
.hd_menu .hd_menucont{ width:100%; margin:0 auto;}
.hd_menucont{ width:960px; margin:0 auto;}
.fixed{
	position:fixed;
	top: 0px;
}

.hd_menu li{list-style:none;}

/* =======================================
	全体
======================================= */
body{margin:0; padding:0;}

#gNaviWrap{
	margin: 0;
	width: 100%;
	height: 50px;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
	background:url(../img/gnavi/menu_bg_02.jpg) repeat-x center top;
	transition:all 0.8s ease;
	position: relative;
	z-index: 9;/*新ヘッダーが10*/
	border-bottom:1px solid #eee\9;
}
#gNavi{
	margin: 0 auto;
	width: 960px;
	height: 50px;
	font-size: 16px;
}

.gN-menu-li{
	margin: 0;
	text-align: center;
	float: left;
	position: relative;
	width:20%;
	border-right:1px solid #666;
	font-size:20px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.gN-menu-li:first-child{
	width:19%;
	border-left:1px solid #666;
	font-size:18px;
}
#sss-logo{
	display: none;
	position: absolute;
	top:7px;
	left: -115px;
}

.gN-menu-li a{
	text-decoration: none;
	color:#EEE;
	line-height:45px;
	height:45px;
	display:block;
	padding-top:5px;
}
/*.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{
	/*opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";*/
	color:#FFC;
}

/*.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: 9;
	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;
	height: 100%;
	margin: 0 auto;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	background-color: #FFF;
	border-bottom:1px solid #ccc;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

.megaL-box{
	width: 70%;
	height: 100%;
	/*background-color:#EDF3FD;*/
	float: left;
}


.megaL-box > ul{
	display:block;
	padding-right:5px;
	padding-bottom:5px;
}
.megaL-box > ul::after{
	display: block;
	clear: both;
	height: 0;
	content: "";
	}
.megaL-box > ul li {width: 25%;	float: left;}
.megaL-box > ul li a{
	display:block;
	margin:5px 0 0 5px;
	font-size: 15px;
	font-weight: bold;
	height: 52px;
	line-height: 52px;
	text-align: center;
	background-image: url(../img/gnavi/shikiri.png);
	background-position: 5px top;
	background-repeat: no-repeat;
	background-color:#e3d5b2;
	text-decoration: none;
	color: #000;
}
.megaL-box > ul li a:hover{
	height: 52px;
	background-color: #d2bf90;
	transition:all 0.2s ease;
	text-decoration: none;
	color: #FFF;
}
.dankumi{line-height: 20px; padding-top:7px; display:block;}

#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;
	float: left;
	overflow: hidden;
}
.megaR-box img{
	width: 100%;
}














