﻿@charset "utf-8";

/* img
----------------------------------------------- */
#img {
	height: 320px;
	background: url("../images/img_main.jpg") no-repeat top;
}
	#img .copy {
		float: left;
		width: 350px;
		margin: 130px 0 0 20px;
		text-align: left;
	}
		#img .copy p.copy01 {
			height: 135px;
		}
		#img .copy .copy02 {
			margin: 0 0 0 0;
			text-align: right;
		}
		#img img {
			margin:160px 0 0 0;
		}


/* contentMain
----------------------------------------------- */
#contentMain .box {
	width: 495px;
	margin: 0 auto 20px;
}
	/* 客室表 */
	#roomList table.table01 {
		float: left;
		width: 45%;
		margin-right: 15px;
	}
	#roomList table.table01 th,
	#roomList table.table01 td {
		padding: 5px;
	}

	/* 客室設備 */
	#contentMain .box dl {
		float: left;
		width: 240px;
		margin: 0 0 15px 0;
	}
		#contentMain .box dl dt{
			width: 240px;
			font-weight: bold;
			margin: 0 0 3px 0;
			border-bottom: 1px solid #000;
		}
		#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;
			}