@charset "utf-8";

/*------------------------------------------

	@ Style Name	/css/rooms/top.css

--------------------------------------------

		- Contents
		- Module

------------------------------------------*/

/*------------------------------------------
 *	Contents
------------------------------------------*/
#container {
	background-image:url(/imgs/rooms/bg.png);
}

/*	Main Contents
------------------------------------------*/
/*		contents
------------------------------------------*/
#mainContents .contents section {
	float:left;
	width:398px;
	margin:80px 0 0 -17px;
}
#mainContents .contents section p {
	line-height:1.6;
	margin:0 0 15px 0;
}
#mainContents .contents section figure { margin:0 0 30px 0; }
#mainContents .contents .bathroom,
#mainContents .contents .physical {
	margin:80px 0 0 50px;
}
#mainContents .contents .footbath,
#mainContents .contents .garden {
	clear:both;
}
#mainContents .contents .room h3 ,
#mainContents .contents .bathroom h3,
#mainContents .contents .physical h3,
#mainContents .contents .footbath h3,
#mainContents .contents .garden h3 {
	margin:0 0 20px 0;
}
#mainContents .contents .room {
	overflow:hidden;
	width:auto;
	padding:0;
}
#mainContents .contents .room .wrapper {
	float:right;
	width:425px;
	margin:65px 0 0 13px;
	padding:30px 0 0 20px;
	background:url(/imgs/rooms/top/bg_sec01.png) 0 0 no-repeat;
}
#mainContents .contents .room figure {
	float:left;
	width:418px;
}
#mainContents .contents .cafe { 
	overflow:hidden;
	float:left;
	width:auto;
	padding:0;
	margin:30px 0 -30px 0;
}
#mainContents .contents .cafe h3 {
	float:left;
	width:182px;
	height:79px;
	margin:0 0 0 120px;
	padding:20px 0 0 20px;
	background:url(/imgs/rooms/top/bg_sec02.png) 0 0 no-repeat;
}
#mainContents .contents .cafe p {
	float:left;
	margin:30px 0 0 20px;
}
#mainContents .contents .cafe figure { margin:0; }
#mainContents .contents .footbath {
	padding:0 0 0 17px;
	background:url(/imgs/rooms/top/bg_sec03.png) 0 221px no-repeat;
}
#mainContents .contents .bathroom {
	padding:0 0 0 17px;
	background:url(/imgs/rooms/top/bg_sec04.png) 0 221px no-repeat;
}
#mainContents .contents .garden {
	padding:0 0 0 17px;
	background:url(/imgs/rooms/top/bg_sec05.png) 0 221px no-repeat;
}
#mainContents .contents .physical {
	padding:0 0 0 17px;
	background:url(/imgs/rooms/top/bg_sec06.png) 0 221px no-repeat;
}