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

div#pageImgArea {
}

img#spaLink {
	bottom:17px;
	left:17px;
	position:absolute;
}

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;
}
.accommodationInfo dl {
}
.accommodationInfo dl dt,
.accommodationInfo dl dd {
	margin-bottom: 5px;
}
.accommodationInfo dl dt {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-bottom: 3px;
}
.accommodationInfo dl dd {
}
.accommodationInfo table tr th {
	width:7em;
}

.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;
}

p.notes {
	margin-top: -15px;
}

/* ================================================================================
	成分・効能 セッティング
================================================================================ */
div#contentsArea table {
	width: 100%;
	border-collapse:collapse;
	margin-bottom: 20px;
}
div#contentsArea table tr th,
div#contentsArea table tr td {
	border: 1px solid #333;
	padding: 0.35em;
}
div#contentsArea table tr th {
	text-align: left;
	background-color: #505050;
}
div#contentsArea table tr td {
}

ul#effectivenessList {
	margin-left: -1em;
	padding: 10px;
	background-color: #222;
}
ul#effectivenessList li {
	float: left;
	margin-left: 1em;
	white-space: nowrap;
	width: 7em;
}

