﻿@charset "utf-8";

#contentMain h2{
	color: #fff;
	font-size: 16px;
}

#contentMain h3 {
	margin: 5px 0;
	color: #BD6787;
	font-size: 16px;
	font-weight: bold;
}

.referenceMark {
	margin: 12px 0;
	padding-left: 1em;
	font-size: 80%;
	text-indent: -1em;
}

.accent {
	color: #AE606B;
}

.article {
	width: 510px;
	margin: 10px auto 20px;
}


/* ----------------------------------------------
 * エステ
---------------------------------------------- */
#este .imgList li {
	margin: 0 2px 5px 0;
}

/* 横長写真 */
.accentImage {
	margin: 0 0 0.5em 0;
}

#este table {
	width: 510px;
	margin-bottom: 5px;
	border: 1px solid #746144;
	background-color: #fff;
}
	#este table th,
	#este table td {
		padding: 6px;
		border: 1px solid #746144;
	}
	#este table tbody th {
		width: 120px;
	}
	#este table table {
		width: 100%;
		margin-bottom: 0;
		border: none;
	}
		#este table table th,
		#este table table td {
			border: none;
		}
		td.course {
			width: 200px;
		}
		td.limit {
			width: 30px;
		}
		td.price {
			text-align: right;
		}

/* ----------------------------------------------
 * 岩盤浴
---------------------------------------------- */
#ganban {
	padding: 5px 0 0;
}
	#ganban .article {
		float: left;
		width: 255px;
		margin: 0;
	}

		#ganban .article ul.referenceMark li {
			margin-top: 0;
			margin-bottom: 6px;
		}

		#ganban .article p.accent {
			text-align: right;
		}
.term {
	margin: 6px 0;
	padding: 3px 0;
	font-weight: bold;
	border-top: 3px double #C7C68D;
	border-bottom: 3px double #C7C68D;
}