@charset "utf-8";

h2 span {
	font-size: 90%;
	font-weight: normal;
	margin-left: 20px;
}
/******************** hotel-sub ********************/
ul.hotel-sub {
	margin: 5px 0 15px;
	width: 585px;
	text-align: center;
}
ul.hotel-sub li {
	display: inline;
	margin: 0 6px;
}
/******************** hotel ********************/
table.hotel, table.hotel2 {
	clear: both;
	margin: 5px 0 15px;
	text-align: left;
	width: 585px;
	border: 0;
	border-right: 1px dotted #ccc;
}
table.hotel td, table.hotel2 td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
	border-left: 1px dotted #ccc;
}
table.hotel2 td {
	width: 33%;
}
table.hotel td.name, table.hotel td.rate, table.hotel td.bikou, table.hotel td.address, table.hotel td.tel,
table.hotel2 td.item {
	font-weight: bold;
	border-top: 1px solid #ccc;
	background: #f6f6f6;
}
table.hotel td.name {
	width: 115px;
}
table.hotel td.address {
	width: 110px;
}
table.hotel td.tel {
	width: 75px;
}
table.hotel td.rate2 {
	text-align: right;
}
table.hotel span.round24 {
	color: #f00;
}
