@charset "UTF-8";

/* ここから 大浴場 設定*/
#bath {
	width				: 680px;
	height				: auto;
	font-size			: 1em;
	line-height			: 1.25em;
	float				: left;
}

#bath_coments {
	padding-top			: 10px;
	padding-bottom		: 10px;
	padding-left		: 10px;
	padding-right		: 10px;
	line-height			: 1.5em;
}

#bath_wrap {
	width				: 680px;
	height				: auto;
	float				: left;
	margin-bottom		: 10px;
}

#bath_wrap_left {
	width				: 380px;
	float				: left;
	height				: auto;
}

#bath_wrap_right {
	width				: 300px;
	float				: right;
	height				: auto;
}

#bath_wrap h1 {
	display				: block;
	font-size			: 1em;
	text-align			: center;
	background-color	: #FFCAFF;
	letter-spacing		: 5px;
}

#bath_wrap h2 {
	font-size			: 0.75em;
	text-align			: right;
	font-weight			: normal;
}

#bath table th {
	text-align			: center;
	font-weight			: normal;
}

#bath table td {
	padding-top			: 5px;
	padding-bottom		: 5px;
	padding-left		: 5px;
	padding-right		: 5px;
	line-height			: 1.5em;
}
/* ここまで 大浴場 設定 */
