@charset "utf-8";
/* 
CSS Information
 File name:      hotel.css
 Author:         Administrator
 Style Info:     /sp/hotel.html
----------------------------------------------------- */

/* CSS override and Class setting
********************************** */
.noData {
	margin: 10px;
	padding: 0.5em;
	background: #efefef;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	text-align: center;
}
.noData p {
	text-align: center;
}

/* #door
********************************** */


#content h2 {
	font-weight: bold;
	padding: 5px 10px;
	font-size: 108%;
}

#content ul li {
	border-bottom: 1px solid #ACACAC;
}

#content ul li:last-of-type {
	border-bottom: none;
}

#content ul li a {
	display: block;
	padding: 10px;
	font-weight: bold;
	font-size: 100%;
	color: #000000;
}