@charset "utf-8";
/***********************
	02.
************************/
div#contentsArea{
}

div#pageImgArea {
}


/* ================================================================================
	imageBox [ #Box系 ] セッティング
================================================================================ */
/*全般*/
.imageBox {
	margin-bottom: 20px;
}
.imageBox h2 {
	margin-bottom: 10px;
}

/*accommodationInfo*/
.accommodationInfo {
	width: 368px;
	float: right;
}
.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;
}

