﻿@charset "utf-8";

ul.imgList li {
	margin-bottom: 10px;
}
	ul.imgList li img {
		margin-bottom: 5px;
	}

#contentMain .box {
	width: 500px;
}

#contentMain .box dl {
	float: left;
	width: 240px;
	margin: 0 0 15px 0;
}
	#contentMain .box dl dt {
		font-weight: bold;
		width: 240px;
		border-bottom: 1px solid #000;
		margin: 0 0 10px 0;
	}

	#contentMain .box dl dd {
		margin: 0 0 0 20px;
	}
		#contentMain .box dl dd ul {
			margin: 0;
			padding: 0;
			list-style-type: disc;
		}
			.sToilet {
				font-weight: bold;
			}

/* --------------------------
 * リニューアル客室
-------------------------- */
#renewRoom ul.imgList {
	margin-top: 15px;
}
	#renewRoom ul.imgList li {
		width: 240px;
	}