@charset "utf-8";
/* CSS Document */
.section{
	color:#666;
}
.section .room{
	text-align:center;
}
.section .room_subject{
	width:1000px;
	height:248px;
}

.section .room_subject ul{
	display:inline-block;
}

.section .room_subject li{
	float: left; /*padding:3px;*/
}

.section .room_info{
	font-size:20px;
	height: 1500px;
	border-bottom:2px solid #7f7f7f;
	position:relative;
	line-height:25px;word-break:keep-all;
}
.section .point{
	text-decoration:underline;
	color:#316a77;
	margin:15px 0px;
}
.section .fee{
	width:960px;
	height:142px;
	margin:0px auto;
	font-size:12px;
	border-top:2px solid #dadada;
	border-bottom:1px solid #dadada;
}

.section .t_bar{
	border-right:1px solid #dadada;
}

.section .fee th{
	border-bottom:1px solid #dadada;
}

.section .fee td{
	line-height:20px;
	margin-bottom:20px;}

.section .fee .t_gray{
	background-color:#f6f6f6;
}

.section .fee .red{
	color:red; padding-top:5px;
}

.section .info_wrap{
	padding-top:20px;
	width:960px; margin: 0px auto;
	text-align:left;
}
.section .room_img img{
	margin-top:5px;
}
.section .img_wrap{
	width:950px; margin:0px auto;
}
.section .room_img ul{
	width:1000px;

}
.section .room_img li{
	float:left;
	margin-right:5px;
}

.section .room_img .last{
	margin-right:0px;
}

.section .last_img{
	float:left;
	margin-top:10px;
}

.section .top{
	height:100px;
	padding-top:100px;
	margin-bottom:-5px;

}
.section .info_res{
	width:150px; margin:0px auto; position:relative;
}

.section .room_reservation{
	position:absolute; left:23px; bottom:-45px;
}




