@charset "UTF-8";

/* ここから 客室 設定*/
#room {
	width				: 680px;
	height				: auto;
	font-size			: 1em;
	float				: left;
}

#room h1 {
	color				: #000099;
	font-size			: 1.5em;
	text-align			: center;
	padding-top			: 10px;
	padding-bottom		: 10px;
	background-color	: #FFCCFF;
}

#room h2 {
	color				: #000099;
	display				: block;
	font-size			: 1em;
	text-align			: center;
	font-weight			: normal;
	margin-top			: 5px;
	margin-bottom		: 5px;
}

#room table th {
	background-color	: #FFCCFF;
	font-style			: normal;
}

#room table td {
	padding-top			: 5px;
	padding-right		: 5px;
	padding-bottom		: 5px;
	padding-left		: 10px;
	line-height			: 1.5em;
}

#room_wrap {
	width				: 680px;
	height				: auto;
	float				: left;
	margin-bottom		: 10px;
}

#room_wrap_coments {
	line-height			: 2em;
	padding-top			: 20px;
	padding-right		: 10px;
	padding-bottom		: 10px;
	padding-left		: 10px;
}

#room_wrap_left {
	width				: 380px;
	float				: left;
	height				: auto;
}

#room_wrap_right {
	width				: 300px;
	float				: right;
	height				: auto;
}

#room_wrap2_left {
	width				: 340px;
	height				: auto;
	float				: left;
	text-align			: center;
}

#room_wrap2_right {
	width				: 340px;
	height				: auto;
	float				: right;
	text-align			: center;
}

/* 客室 設定 ここまで */
