/* ROOM INFO */
body{
	background:url(../img/bg03.jpg) fixed no-repeat #000;
	background-size:cover;
	background-position:bottom right;
}
h2{
	background:url(../img/room_h2.png) no-repeat right;
}
#wrapper{
	background-color:rgba(0,0,0,0.4);
	background-color:#000\9;
}
#wrapper:not(:target){
	background-color:rgba(0,0,0,0.4);
}
.big{
	font-size:20px;
	line-height:40px;
	font-weight:bold;
	letter-spacing:1px;
	vertical-align:20%;
}
.section p a{
	color:#fff;
	text-decoration:none;
	background:none;
}
.section p a:hover{
	color:#fff;
	background:none;
	border-bottom:1px solid #f09;
}
.contact{
	font-size:16px;
	line-height:40px;
	font-weight:bold;
}


.boshu_asp{
	width:610px;
	height:42px;
	margin:10px auto 25px;
	border-radius:5px;
	background-color:#cd4386;
}
.boshu_asp iframe{
	width:100%;
	height:42px;
	margin:0 auto;
	border:none;
	overflow:hidden;
	border-radius:5px;
	vertical-align:bottom;
}