@charset "utf-8";

/* 部屋 */

.box_madori {
	float: left;
	width: 210px;
	text-align: center;
}
.box_room {
	float: right;
	width: 300px;
}
.box h3{
	float: right;
	width: 250px;
	font-weight: normal;
	margin-top: -1px;
	margin-bottom: 8px;
	padding-top: 3px;
	background-image: none;
	line-height: 16px;
	color: #333333;
	font-size: 0.9em;
}






.td-list {
	width:520px;
	clear: both;
	margin:10px 0 10px 0;
	padding:0;
	border-collapse: collapse;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5BD91;
	font-size: 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5BD91;
}
/* ▼　インデント */
.td-list th,
.td-list td {
	padding:8px;
	vertical-align:top;
}
/* ▼　左の枠 */
.td-list th{
	
	border-right: solid 1px #D5BD91;
	border-bottom:solid 1px #D5BD91;
	text-align:left;
	font-weight: normal;
	
}
/* ▼　右の枠さ */
.td-list td {
	border-bottom:solid 1px #D5BD91;

}
