@charset "utf-8";
/* CSS Document */

.section .room_preview{
	width:950px; margin:0px auto;
	text-align:center;
}
.section .room_preview a{
	display:block; position:relative;
	margin-top:10px;
}
.section .room_preview a .title{
	position:absolute;bottom:0;
	width:100%;
	height:40px;line-height:40px;
	font-size:20px;color:#666666;
	background:rgba(255,255,255,0.8);
}
.section .room_preview a .title b{
	font-size:20px;color:#000;
}
.section .room_preview a .overLine{
	display:none;
	position:absolute;width:100%;height:100%;
	border:5px solid #1ba0c3;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.section .room_preview a:hover .overLine{
	display:block;
}
.section .room_preview{
	width:950px; margin:0px auto;
	text-align:center;
	margin-top:10px;
}


.section .preview p{
	text-align:center;
	color:#d3030d;
	font-size: 20px;
	margin-top:25px;
}

.section .roomtype{
	display:inline-block;
}

.section .room_view{
	height:350px;
	padding-left:30px;
	/*color:#*/
}
.section .room_view li{
	position:relative;float:left; 
	width:226px;height:330px;
	margin-right:12px;
	padding-top:20px;
	text-align:center;
	font-size:11px;line-height:16px;
}

.section .room_view li a{
	position:absolute;z-index:5;left:0;top:0;
	width:100%;height:100%;
	border:1px solid #E6E6E6;
	background:url('../images/space.gif') repeat;
}
.section .room_view li:hover a{
	border:2px solid #1AA0C5;
}
.section .room_view li .title{
	padding-top:13px;
	height:40px;
	font-size:16px;
	font-weight:bold;
}
.section .room_view li .parenthesis{
	position:relative;
	display:inline-block;*display:inline; zoom:1;
	padding:0 8px;
	margin-bottom:7px;
	color:black; line-height:15px;
	border:2px solid #E6E6E6;
}
.section .room_view li .parenthesis font{
	display:inline-block;*display:inline; zoom:1;
	background:#ffffff;
	margin:-3px 0;
	padding:7px 2px 5px 2px;
}

.section .top{
	padding-top:20px;
	text-align:center;
	padding-bottom:40px;
	margin-bottom:-5px;
}

