@charset "utf-8";
/* 
CSS Information
 File name:      hotel.css
 Author:         Administrator
 Style Info:     /hotel.php
----------------------------------------------------- */
/* CSS override and Class setting
***********************************/
.noData {
	margin: 10px;
	padding: 10px;
	background: #efefef;
	text-align: left;
}


/* #hotel
***********************************/
section .inner {
	padding: 10px 0;
}
.inner section {
	margin: 0 10px 10px;
	padding: 10px;
	border: solid 1px #999;
}
.inner section h1 {
	padding: 2px 10px;
	background: #666;
	color: #fff;
	font-weight: bold;
	text-align: left;
}

/* #areaList **********************/
#areaList ul {
	margin-bottom: -10px;
	padding: 10px 0 0;
}
#areaList li {
	display: block;
	float: left;
	margin: 0 12px 10px 0;
	width: 282px;
	border: solid 1px #999;
	background: #efefef;
}
#areaList li:nth-of-type(3n) {
	margin-right: 0;
}
#areaList li a {
	display: block;
	padding: 5px 10px;
	color: #000;
	text-align: left;
	text-decoration: none;
}
#areaList li a:hover {
	text-decoration: underline;
}
#areaList li a.focus {
	font-weight: bold;
}

/* #dataList **********************/
#dataList table {
	margin: 10px 0 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
#dataList table caption {
	font-weight: bold;
}
#dataList table caption:before {
	content: "＜";
}
#dataList table caption:after {
	content: "＞";
}
#dataList table thead th {
	padding: 0 1px;
}
#dataList table thead th:nth-child(1) {
	width: 220px;
}
#dataList table thead th:nth-child(2) {
	width: 100px;
}
#dataList table thead th:nth-child(4) {
	width: 40px;
}

#dataList table thead th span {
	display: block;
	padding: 2px 5px;
	background: #efefef;
	font-weight: bold;
	text-align: center;
}
#dataList table tbody td {
	padding: 10px 5px;
	border-bottom: dotted 1px #000;
	text-align: left;
}
#dataList table tbody td:nth-child(2) {
	width: 100px;
	text-align: center;
}
#dataList table tbody td:nth-child(4) {
	width: 40px;
	text-align: center;
}
#dataList table tbody tr:last-child td {
	border-bottom: none;
}