#contents .tit_page {
	margin: 0 0 10px;
}

#contents .nav li {
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

#contents .nav li:nth-child(3) {
	border-right:  none;
}

#contents .cont_box {
	/*padding-top: 55px;
	margin-top: -55px;*/
	margin-bottom: 30px;
}

#contents .cont_box .cont_inner {
	margin: 0 10px;
}

.tbl_style {
	font-size: 12px;
	width: 100%;
	line-height: 130%;
}

.tbl_style tr {
	border-top: 1px solid #dddddd;
}

.tbl_style tr:last-child  {
	border-bottom: 1px solid #dddddd;
}

.tbl_style th {
	background: #444444;
	color: #ffffff;
	padding: 8px;
	font-weight: bold;
	vertical-align: top;
}

.tbl_style td {
	color: #666666;
	padding: 8px;
}

.caution {
	font-size: 11px;
	color: #666666;
	line-height: 130%;
}

#contents .txt {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
}

#contents .border {
	width: 100%;
	border-top: 1px solid #dddddd;
	margin: 20px 0;
}

/*//////////////////// floor ////////////////////*/
#floor .img_floor_map {
	margin-top: 20px;
}

#floor .tbl_style {
	margin-top: 10px;
}

#floor .caution {
	margin-top: 10px;
}

#floor .subtit {
	margin-top: 20px;
}

#floor .detail_btn {
	display: block;
	margin-top: 10px;
}

/*//////////////////// facility ////////////////////*/
#facility .facility_list {
	margin-bottom: 10px;
}

#facility .facility_list li {
	margin-bottom: 6px;
	width: 50%;
	float: left;
	box-sizing: border-box;
}

#facility .facility_list li:nth-child(odd) {
	padding-left: 3px;
}

#facility .facility_list li:nth-child(even) {
	padding-right: 3px;
}

#facility .facility_list li.large {
	width: 100%;
	padding: 0;
}

#facility .tit_wifi {
	font-size: 16px;
	font-weight: bold;
	color: #a98143;
	line-height: 100%;
	margin: 20px 0 15px;
}

#facility .tit_wifi span {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

#facility .service {
	display: table;
	margin-bottom: 10px;
}

#facility .service .image_img {
	display: table-cell;
}

#facility .service .txt_box {
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
}

#facility .service .txt_box h4 {
	font-size: 16px;
	font-weight: bold;
	color: #a98143;
	line-height: 130%;
	margin-bottom: 6px;
}

#facility .service .txt_box h4 .super {
	vertical-align: super;
	font-size: 10px;
}

#facility .tbl_style {
	margin-bottom: 10px;
}

#facility .tbl_service {
	border: 1px solid #dddddd;
	margin: 0;
}

#facility .tbl_service th {
	text-align: center;
}

/*//////////////////// amenity ////////////////////*/
#amenity .tbl_amenity {
	border: 1px solid #dddddd;
	margin: 0;
}

#amenity .tbl_amenity th {
	text-align: center;
}

/*//////////////////// kodawari ////////////////////*/
#kodawari .kodawari_list li {
	padding: 0px 10px 20px;
	border-top: 1px solid #dddddd;
}

#kodawari .kodawari_list li:first-child {
	border-top: none;
}

#kodawari .kodawari_list li.last {
	padding-bottom: 0;
}

#kodawari .kodawari_list .img {
	text-align: center;
	margin: 20px auto;
}

#kodawari .kodawari_list h3 {
	text-align: center;
	margin-bottom: 15px;
}

#kodawari .kodawari_list .txt .red {
	color: #cc0000;
}

/*//////////////////// spa ////////////////////*/
#spa .txt_yutopia {
	margin: 20px 0 15px;
	text-align: center;
}

#spa .route_list {
	margin-bottom: 10px;
}

#spa .route_list li {
	width: 33.3%;
	float: left;
}

#spa .bnr {
	display: block;
	margin-top: 20px;
}