/*html{opacity:0;}*/
*{
	box-sizing:border-box;
	-moz-box-sizing: border-box;
}

html{
	min-width: 1200px;
}

.sp #mmenu_o{
	position:absolute;
	bottom:-8000px;
}



/*Snavi
 -------------------------------------------------------------------------*/
#Snavi{
	width: 44px;
	height:100px;
	position:fixed;
	right:-50px;
	bottom:50px;
	z-index: 10000;
}
#Snavi li{
	width: 44px;
	height:44px;
	position: absolute;
	cursor: pointer;
}
#GoHome{top:0;}
#GoTop{	bottom:0;}



#pageTitle{
	margin-top: -25px;
	width: 100%;
	height: 150px;
	z-index: 1;
	background-image: url(frame/pageTitle.png);
	background-position: bottom center;
	
}
	
#logo{
	position: relative;
	width:1150px;
	height:60px;
		text-align: left;
	margin: 0 auto;
	padding-top: 40px;
}
#logo img{
	margin-top: -30px;
}
	
#logo h3{
	font-size: 60px;
	margin-bottom: -50px;
	color: #fff;
text-shadow:0px 5px 1px #0081c1,0px 4px 1px #0081c1,1px 4px 1px #0081c1,2px 4px 1px #0081c1,3px 3px 1px #0081c1,4px 2px 1px #0081c1,4px 1px 1px #0081c1,4px 0px 1px #0081c1,5px 0px 1px #0081c1,4px -1px 1px #0081c1,4px -2px 1px #0081c1,4px -3px 1px #0081c1,3px -4px 1px #0081c1,2px -5px 1px #0081c1,1px -5px 1px #0081c1,0px -5px 1px #0081c1,-1px -5px 1px #0081c1,-2px -5px 1px #0081c1,-3px -5px 1px #0081c1,-4px -4px 1px #0081c1,-5px -3px 1px #0081c1,-5px -2px 1px #0081c1,-5px -1px 1px #0081c1,-5px 0px 1px #0081c1,-5px 1px 1px #0081c1,-5px 2px 1px #0081c1,-4px 3px 1px #0081c1,-3px 4px 1px #0081c1,-2px 4px 1px #0081c1,-1px 4px 1px #0081c1;

}

#pageMain{
	width: 1150px;
	background-color: #fff;
	padding:20px;
	margin: 0 auto;
	margin-top: -30px;
	border-radius: 8px;
	box-shadow: 0 0 5px 2px #b2c4d8;
	background-image: url(frame/contBg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#subCon{
		width: 1070px;
}

	



/*cont
-----------------------------------------------------------------------------------------------------------*/
#cont{
	width:100%;
	height:100%;
	position: relative;
	display: block;

}


/*
-----------------------------------------------------------------------------------------------------------*/

/*#menu
-----------------------------------------------------------------------------------------------------------*/
#menuBg{


}





/*mainImage
-----------------------------------------------------------------------------------------------------------*/



/*#subCon
-----------------------------------------------------------------------------------------------------------*/
#subCon{
	width:100%;
	height:auto;
	position:relative;
	z-index: 2;
	margin-top: 10px;

}

#subCon >ul{
	width:1100px;
	height:auto;
	position:relative;
	margin: 0 auto;
}


/*新質感-----------------------------------------------------------------------------*/
#menu_bg{
	position: relative;
	height:100px;
}

#menu_bg > div{
	width: 300px;
	height: 78px;
	float: left;
	border-radius: 5px;
	border: solid 1px #62b1d9;
	margin:10px;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 0 0 5px 2px #c8dbea;
}
#menu_bg #text{
	text-align: left;
	width: 400px;
	line-height: 140%;
	border: none;
	margin-left: 80px;
	margin-right: 0;
	cursor: default;
	box-shadow: 0 0 0 0 ;
	border-radius: 0;
}

#menu_bg #text b{color: #009e0b;}
#menu_bg #text b:before{
	content: "ＮＥＷ！";
	font-weight:bold;
	color:#f00;
}
#menu_bg #text p{
	font-size:12px;
	color: #555;
	display: inline-block;
}

#menu_bg > div img{opacity:0;}
#new{	background-image: url(frame/new_a.jpg);}
#old{	background-image: url(frame/old_a.jpg);}

#menu_bg .active{
	border: solid 3px #f00;
	cursor: default;
}



#subCon .fixed {
	position: fixed !important;
	background-color: rgba(255,255,255,0.9);
	border: solid 2px #76ccf9;
	z-index: 100;
	top:0;
	width:1170px;
}

.fixed #menu{
	width:740px;
	height:70px;
	margin-left:auto;
}



.fixed #menu li{
	width: 160px;
	height:68px;
	margin:5px 10px;
}

















/*footer
-----------------------------------------------------------------------------------------------------------*/
#footer{
	width:100%;
	height:90px;
	margin-top:15px;
	padding:25px 0;
	line-height:140%;
	text-align: center;
	font-size:10px;
	color: #0980bd;

	background-image: url(frame/footer.png);
	background-position: center top;
	background-repeat: no-repeat;

}
/* -------------------------------------------------------------------------*/