@charset "Shift_JIS";

/* ******************** room ******************** */
#room {
	width: 96%;
	margin: auto;
	margin-bottom: 20px;
}

#room li a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #2b1f00;
}
.type {
	margin-bottom: 20px;
}

.type .ph {
	float: left;
	width: 230px;
	margin-bottom: 5px;

}
.type .ph img {
	border: 5px solid #fff;
}
.type .btn {
	float: left;
}
.type .btn li {
	margin-bottom: 10px;
}
.type .tit {
	position: relative;
}
.type .tit span {
	position: absolute;
	top: 2px;
	left: 150px;
}



/* ******************** plus ******************** */

.plus_tit {
	padding: 10px;
	margin-bottom: 20px;
	background: url("../img/btn_bg.jpg") repeat left top;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

#plus {
	width: 96%;
	margin: auto;
	margin-bottom: 20px;
}
#plus ul.ph li {
	float: left;
	width: 152px;
	text-align: center;
	padding: 5px 0;
}




/* ******************** standard ******************** */

.standard_tit {
	padding: 10px;
	margin-bottom: 20px;
	background: url("../img/btn_bg.jpg") repeat left top;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

#standard {
	width: 96%;
	margin: auto;
	margin-bottom: 20px;
}
#standard ul {
	margin:auto;
	margin-bottom: 10px;
}
#standard ul.icon {
	width: 300px;
	margin: auto;
	margin-bottom: 20px;
}
#standard ul.icon li {
	float: left;
	width: 100px;
	margin-bottom: 10px;
	text-align: center;

}