@charset "utf-8";
/*-----------------------------------------------------------------------------------------------
	[ sunrise-villa css ] [ page_empty_room_info.css ]
	-----------------------------------------------------------------------------------------------
	author: Lampros co.,ltd. Atsushi Umehara
	url:http://www.lampros.co.jp/
	making day: 2009-02-2
	---------------------------------------------------------------------------------------------*/


/* ================================================

	h3

=================================================*/

/* h3 -------------*/
div#contentsArea div.section h3.noBg {
	background-image: none;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}


/* ================================================

	entry

=================================================*/

/* entry -------------*/
div.section ul {
	margin-top: 10px;
	margin-bottom: 20px;
}
div.section li.entry {
	height: 103px;
	width: 398px;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #EFEFEF;
}
div.section li.odd {
	margin-right: 10px;
}
div.section li.entry p.photo {
	position: inherit;
	z-index: 0;
}
div.section li.entry div.emtyNum {
	position: inherit;
	z-index: 1;
	margin-top: -75px;
	margin-left: 248px;
	width: 150px;
	height: 33px;
	text-align: center;
}
div.section li.entry div.entryLink {
	position: inherit;
	margin-left: 248px;
	width: 150px;
	z-index: 2;
	text-align: center;
}




div.section ul:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
div.section ul {
display: inline-table;
min-height: 1%;
}
/* Hides from IE-mac */
* html div.section ul {
height: 1%;
}
div.section ul {
display: block;
}
/* End hide from IE-mac */

