@charset "utf-8";
/***********************
	03.
************************/
div#contentsArea{
}

div#pageImgArea {
}

div#contentsArea h2 {
	margin-bottom: 10px;
}


/* ================================================================================
	imageBox [ #Box系 ] セッティング
================================================================================ */
/*全般*/
.imageBox {
	margin-bottom: 20px;
}

/*accommodationInfo*/
.accommodationInfo {
	width: 368px;
	float: right;
}
.accommodationInfo h3 {
	color: #DCAA25;
	margin-bottom: 5px;
}
.accommodationInfo p {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.4;
	color: #999;
}
.accommodationInfo ul {
}
.accommodationInfo ul li {
	display: list-item;
}

.image_wrap {
	float:left;
	padding: 9px;
	background-color: #1E1E1E;
	border: 1px solid #3C3C3C;
}
.image_wrap p {
	font-size: 12px;
	line-height: 1.4;
}
.image_wrap img {
	margin-bottom: 8px;
}

.imgSlider {
	background-color: #1E1E1E;
	float:right;
	position:relative;
	padding: 10px;
	margin-bottom: 10px;
}

.browse {
	position:absolute;
}

.prevPage {
	left:0;
	z-index:9999;
}
.nextPage {
	right:0;
	z-index:9999;
}

/* ================================================================================
	エステページ
================================================================================ */
ul.beautyList li {
	margin-bottom: 20px;
}
ul.beautyList li h3 {
	margin-bottom:5px;
	color:#DCAA25;
	font-size:16px;
}
ul.beautyList li p {
	font-size:14px;
	line-height: 1.5;
	color: #CCC;
	margin-bottom: 5px;
}

ul.beautyList .image_wrap {
	margin-right: 10px;
}

div#contentsArea table {
	width:100%;
	border-collapse:collapse;
	line-height: 1.3;
	margin-bottom: 10px;
}
div#contentsArea th,
div#contentsArea td {
	padding-top: 0.3em;
	padding-right: 0.6em;
	padding-bottom: 0.3em;
	padding-left: 0.6em;
}
div#contentsArea th {
	font-size: 14px;
	color: #888;
	background-color:#222;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	width:170px;
}
div#contentsArea td {
	font-size: 12px;
	color: #AAA;
	background-color:#333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444;
}
