@charset "UTF-8";

/* import
----------------------------------------------- */
@import "lib.css";
@import "common.css";



/* design
----------------------------------------------- */
.h2 {
	position: relative;
}
.h2 p {
	position: absolute;
	top: 0;
	right: 10px;
}
.tableType_hotel {
	width: 580px;
	margin: 15px 0 0;
	border: 1px solid #c8c8c8;
	font-size: 11px;
}
.tableType_hotel th {
	padding: 5px;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	background: #e5e5e5;
	text-align: center;
	white-space: nowrap;
}
.tableType_hotel td {
	padding: 5px;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	background: #f5f5f5;
}
.tableType_hotel .area {
	font-size: 7.5pt;
	text-align: center;
}
.tableType_hotel .charges {
	text-align: center;
}
