/* CSS Document */

.hotel-contents {
	overflow:hidden;
	width:860px;
	margin:40px auto 0;
}

h2#hotel-title span { display:none; }
h2#hotel-title {
	display:block;
	background:url(img/hotel_title.jpg) no-repeat;
	width:940px;
	height:75px;
}

h3#price-title span { display:none; }
h3#price-title {
	display:block;
	background:url(img/hotel-price-title.jpg) no-repeat;
	width:860px;
	height:50px;
	margin-bottom:30px;
	padding:0 !important;
}
h4 {
	color:#3A3878;
	font-size:93%;
	font-weight:bold;
	margin-bottom:10px;
}

.hotel-contents h3 {
	font-size:116%;
	width:420px;
	margin:0 0 20px;
	padding-bottom:10px;
	background:url(../../../shared/img/line.jpg) repeat-x bottom;
}

.hotel_amenity {
	display:block;
	background:#FFF;
	padding:10px;
	font-size:85%;
	color:#666;
}

/* teble 設定 //////////////////// */

.hotel-contents table {
	font-size:93%;
}

.hotel-contents table td {
	padding:1em 0.7em;
}

.td-hotel-rest-01 {
	text-align:center;
}

.td-hotel-kakaku {
	text-align:right;
}