﻿@charset "utf-8";

#contentMain a {
	text-decoration: underline;
}

#contentMain h3 {
	height: 35px;
	padding: 5px 0 0 10px;
	background: url("../../commonNew/images/bg_headline.gif") no-repeat;
}

#contentMain h4 {
	margin: 5px 0;
}

#contentMain .bt_reserve {
	text-align: right;
	margin-top: 10px;
}

/* ----------------------------------------------
 * box
---------------------------------------------- */

#contentMain .box {
	width: 495px;
	margin: 10px auto 20px;
}

/* box_ph01 -> roomImage */
#contentMain .roomImage li {
	float: left;
	width: 240px;
	margin: 0 15px 5px 0;
	text-align: center;
}
	#contentMain .roomImage li img {
		margin-bottom: 5px;
	}
	#contentMain .roomImage li.end {
		margin-right: 0;
	}
	#contentMain .roomImage li.txtL {
		text-align: left;
	}

/* ----------------------------------------------
 * ファイターズルーム
---------------------------------------------- */
#fightersRoom {
	margin-bottom: 30px;
}	

	#fightersRoom .imgL {
		float: left;
		width: 240px;
		margin-right: 10px;
	}

	#fightersRoom .posR {
		float: right;
		width: 260px;
	}

/* ----------------------------------------------
 * 和洋室について
---------------------------------------------- */
#wayo table {
	float: left;
	width: 240px;
	margin-right: 15px;
}
	#wayo table th,
	#wayo table td {
		padding: 5px;
	}

	#wayo .madori {
		margin: 1em 0;
	}

	ul.option {
		float: left;
		width: 230px;
		margin: 0 0 0 20px;
		list-style-type: disc;
	}
		ul.option li {
			margin: 0 0 10px 0;
			line-height: 110%;
		}


/* ----------------------------------------------
 * 客室表
---------------------------------------------- */
#guestRoomList table {
	float: left;
	width: 240px;
	margin-right: 15px;
}
	#guestRoomList table th,
	#guestRoomList table td {
		padding: 5px;
	}
		#guestRoomList table th.type {
			width: 70%;
		}

#guestRoomList #amenity {
	float: left;
	width: 240px;
	margin: 0 0 15px 0;
}
	#guestRoomList #amenity dt {
			width: 240px;
			margin: 0 0 3px 0;
			font-weight: bold;
			border-bottom: 1px solid #000;
		}
		#guestRoomList #amenity dd {
			margin: 0 0 0 20px;
		}
			#guestRoomList #amenity dd ul {
				margin: 0;
				padding: 0;
				list-style-type: disc;
			}

				/* シャワートイレ */
				.sToilet {
					font-weight: bold;
				}