/************************************************************
 * エントランス
************************************************************/
#entranceWrap {
	width:100%;
	height:400px;
	margin:0 auto;
	padding:0;
	/*background: url('../img_data/background/enterwrap.png') center top repeat-x;*/
}
#entrance {
	width:1000px;
	height:400px;
	margin:0 auto;
}
.u18{width:100%;height:100px;margin:10px auto;font-size:16px;font-size:1.6rem;}
.u18 ul{width:750px;margin:0 auto;}
.u18 ul li{text-align:center;padding:5px 0px;}
.u18 ul li:last-child{position:relative;}
.u18 ul li:last-child:after{
	content:url(../img_data/icon/18kin.png);/* 文字前のワンポイント */
	-webkit-transform: scale(0.5); 
 	-moz-transform: scale(0.5);
	top: -20px;/* ワンポイントの位置 */
	left:110px;/* ワンポイントの位置 */
	position:absolute
}
.enter_buttonbox{
	width:1000px;
	margin:0 auto;
}
.ebb_left{float:left;width:500px;height:75px;}
.ent{width:250px;height:75px;float:right;}
.ebb_right{width:500px;height:75px;float:left;}
.leav{width:250px;height:75px;float:left;}

.attn{text-align:center;margin:0 auto;}
.attention1 {
	width:100%;
	margin:10px auto;
	text-align:center;
	font-size:16px; font-size: 1.6rem;/* =24px */
    	display:inline-table;
    	vertical-align:middle;
}
div.attention1 p {
	font-size:24px; font-size: 2.4rem;/* =24px */
}
div.attention1 span{
	font-size:18px; font-size: 1.8rem;/* =18px */}

.openclose{width:1000px;margin:0 auto;padding:10px 0px;text-align:center;}



/************************************************************/
#header_wrap_index{ width: 1050px;height:75px; margin:0px auto 0;/*margin:10px auto 0; h1 陷台ｼ∝求*/}
#header_wrap_index h1{ color:#333;font-size: 10px;font-size: 1.0rem; /* =10px *//*text-indent:-9999px;*/} 
#header_wrap_index h2{ color:#333;font-size: 16px;font-size: 1.6rem; /* =16px *//*text-indent:-9999px;*/} 
.link_box{width: 1050px;margin:10px auto 30px;}
.link_box .bnlink{float:left;}

