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

/* CSS override and Class setting
********************************** */


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


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

#content table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}

#content table th,
#content table td {
	text-align: left;
	padding: 5px;
	border: solid 1px #fff;
}

#content table th.name,
#content table td.name {
	width: 55%;
}

#content table th.telNum,
#content table td.telNum {
	width: 35%;
}

#content table th.hp,
#content table td.hp {
	width: 10%;
}

#content ul {
	border-top: solid 1px #000099;
}

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

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

#content ul li table td {
	padding: 5px;
	font-size: 85%;
}

#content ul li table td a {
	color: #000066;
}
