@charset "utf-8";

/*
	Plan | Room
----------------------------------------------------------------------*/

/*KeyVisual---*/
#KeyVisual .keyImage {
	background-image: url(/img/plan/img_key.jpg);
}
/*---KeyVisual*/


/*firstBlock---*/
#firstBlock {
	line-height: 1.75em;
	margin-bottom: 30px;
}

#firstBlock .group {
	overflow: hidden;
}

#firstBlock p {
	margin-bottom: 10px;
}
/*---firstBlock*/


/*secondBlock---*/
#secondBlock {
	line-height: 1.75em;
}

#secondBlock .box1 {
	position: relative;
	background-image: url(/img/plan/bg_room_01.jpg);
	background-repeat: no-repeat;
	height: 430px;
	width: 740px;
}

#secondBlock .box1 .msg {
	position: absolute;
	top: 305px;
	left: 0;
	width: 320px;
}

#secondBlock .box2 {
	position: relative;
	background-image: url(/img/plan/bg_room_02.jpg);
	background-repeat: no-repeat;
	height: 490px;
	width: 740px;
}

#secondBlock .box2 .msg {
	position: absolute;
	top: 280px;
	left: 0;
	width: 320px;
}

#secondBlock ul.thumbnail {
	overflow: hidden;
}

#secondBlock ul.thumbnail li {
	font-size: 0.9em;
	float: left;
	width: 170px;
	margin-right: 20px;
}

#secondBlock ul.thumbnail li img {
	margin-bottom: 3px;
}

#secondBlock ul.thumbnail li.last {
	margin-right: 0;
}
/*---secondBlock*/


/*thirdBlock---*/
#thirdBlock {
	margin-bottom: 30px;
}

#thirdBlock .group {
	background-color: #F2F2F2;
	padding: 10px 15px;
}

#thirdBlock .title {
	font-weight: bold;
	margin-bottom: 5px;
}

#thirdBlock p {
	line-height: 1.75em;
}

#thirdBlock .notice {
	font-size: 0.9em;
}

#thirdBlock .link {
	margin: 5px 0;
}
/*---thirdBlock*/