@charset "UTF-8";

/*==========================

	common

============================*/
html{
	height:100%;
}


body{
	margin:0 auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	z-index:1;
	/*position:relative;*/
	line-height: 1.5;
	background:url(../img/index/bgBody.jpg) repeat;
	height: 100%;
}

a:link {
	color:#fe5f5f;
}

a:visited {
	color:#fe5f5f;
	text-decoration:none;
}

a:hover {
	color:#fbb2b2;
	text-decoration:underline;
	padding: 0;
}

a:active {
	color:#fe5f5f;
	text-decoration:none;
}

/*==========================

index

============================*/
#wrapper {
	background:url(../img/index/bgBody.jpg) repeat;
	/*position:relative;*/
	width:100%;
	/*min-height: 950px;/*825*/*/
	margin:0 auto;
	/*overflow-y: scroll;
*/	padding-top:50px;
	min-height: 100%;
	height: 100%;
	position: relative;
}

#header {
	width: 950px;
	margin:0 auto 40px;
}

#container {
	/*background:#FFF;*/
	padding-left:10px;
	padding-right:10px;
	width: 950px;
	height: auto;
	margin:0 auto 65px;
	/*overflow:hidden;*/
	background-color: transparent;
	color: #635252;
	text-align: center;
}

#container #contsLeft{
	width: 100%;
	height: auto;
	text-align: left;
	margin: 0 auto 75px;
}

#container #BorderBottom {
  display: block;
  border-bottom: 1px dotted #0087f8;
  margin: 0 0 30px;
  width: 100%;
}

#container #contsRight{
	width: 350px;
	height: auto;
	float: right;
	padding: 10px 0;
/*	padding-left: 115px;*/
}#container #contsRight .qrCode_m{
	padding-top: 10px;
}

#container #contsRight .qrCode_s img,
#container #contsRight .qrCode_m img{
	display: block;
	width: 350px;
	height: 90px;
	margin-bottom: 5px;
}

#container h2 {
	height: 18px;
	padding: 10px 0 0px;
	font-size: small;
	font-weight: bold;
	color: #0087f8;
}

#container p {
	font-size:12px;
	padding: 5px 0 8px;
}


#mbAera {
	background: url(../img/index/bgMb.jpg) no-repeat;
	width: 282px;
	height: 84px;
	text-align: left;
	 padding: 6px 0 0 9px;
	 float: left;
}
#spAera {
	background: url(../img/index/bgSp.jpg) no-repeat;
	width: 282px;
	height: 84px;
	text-align: left;
	 padding: 6px 0 0 9px;
	 float: right;
}
/*==========================

	global navi

============================*/
#gNavBar {
	width:100%;
	background-image:url(../img/index/ribbon.jpg);
}
#gNavi {
	width: 950px;
	margin:0 auto 30px;
}
#navBox {
	background:url(../img/index/bgNavi.jpg) no-repeat left top;
	width:426px;
	margin:0 auto;
}
#navBox li.enter, #navBox li.enter a {
	display:block;
	float:left;
	height:54px;
	width:210px;
}
#navBox li.leave, #navBox li.leave a {
	display:block;
	float:right;
	height:54px;
	width:210px;
}
#navBox li.leave {

}
.clear{
	clear: both;
}

/* footer ======================*/

#footer {
	width: 100%;
	height: auto;
	padding:40px 0 0;
	text-align: center;
	font-size:12px;
	color: #fff;
	/*background: #b4f1ff;
	border-top: 3px solid #54ddff;*/
	margin: 0px auto 0;
/*	position: fixed;
	bottom: 0;*/
	/*float: left;*/
}

#footer #copy{
	line-height: 35px;
	font-size: 12px;
	background: #000133;
}

/* linkBox ======================*/

#linkBox{
	width: 950px;
	height: auto;
	clear: both;

}

#linkBox ul {
	min-height:100px;
	margin: 0px auto;
	width: 950px;
}
/*#link img {
	width: 80px;
}
*/
#link li{
	display: block;
	float:left;
	width: 88px;
	height: 30px;
	overflow: hidden;
	margin:0px 5px 10px 0;
}
#link li img{
	width: 100%;
	max-height: 30px;
}

#linkBox ul.fucolle{
	min-height: 40px;
	margin: 0 0 50px;
}
.fucolle li {
	float: left;
	margin: 0 10px 0 0;
}
.only_sp {
	display: none !important;
}


/* Media Queries ================================================== */
/*896*/
@media screen and (max-width: 896px) {


	.only_pc {
		display: none !important;
	}

	.only_sp {
		display: block !important;
	}

	html, body {
	    height: 100%;
	    overflow: auto;
	    -webkit-overflow-scrolling: touch;
	}

	body {
		width: 100vw;
		overflow-x: hidden;
	}

    body.fixed {
        position: relative;
        width: auto;
        height: auto;
    }

    img{
    	max-width: 100%;
    }

	#wrapper {
		padding: 0;
	}	

	#header {
	  width: 100%;
	  margin: 0 auto 20px;
	}


	#gNavi {
	  width: 100%;
	  margin: 0 auto 30px;
	}


	#navBox {
	  background:none;
	  width: auto;
	  margin: 0 auto;
	}


	#navBox li.enter, #navBox li.enter a,
	#navBox li.leave, #navBox li.leave a {
		display:block;
		float:none;
		height:54px;
		width:210px;
		margin:0 auto 20px;
	}

	#container {
		width: auto;
	}	


	#container #contsLeft {
	  margin: 0 auto 50px;
	}

	#linkBox {
	  width: auto;
	}

	#linkBox ul {
	  margin: 0 auto;
	  width: auto;
	}

}	
