@charset "utf-8";
/* ===================================================================
CSS information

 file name  :stay.css
 author     :Ability Consultant
style info  :客室設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	#main
----------------------------------------------------------- */

/* .con_intro
--------------------------------*/
#main .con_intro{
	width: 676px;
	margin: 0 auto 28px auto;
}

#main .con_intro h3{
	margin-bottom: 10px;
}

/* .con_room
--------------------------------*/
#main .con_room{
	width: 676px;
	margin: 0 auto 25px auto;
}

#main .con_room h4{
	margin-bottom: 13px;
}

#main .con_room .img{
	float: left;
	width: 347px;
	display: inline;
	margin-bottom: 12px;
}

#main .con_room .img img{
	border: 4px solid #f2f2f5;
}

#main .con_room .right{
	width: 310px;
	float: right;
	display: inline;
	margin: 4px 0 12px 0;
}

#main .con_room .right table{
	width: 100%;
	border: 1px solid #f2f2f5;
}

#main .con_room .right table th,
#main .con_room .right table td{
	padding: 5px;
	border: 1px solid #f2f2f5;
}

#main .con_room .right table th{
	background: #f2f2f5;
	text-align: center;
	width: 142px;
}

#main .con_room .right table th.bo_botom{
	border-bottom: 1px solid #fff;
}

#main .con_room .right ul{
	margin-top: 10px;
}

#main .con_room .right ul li{
	text-indent: -12px;
	padding-left: 12px;
}

#main .con_room .btns{
	clear: both;
	text-align: center;
}

#main .con_room .btns li{
	display: inline;
	margin: 0 10px;
}

/* .con_facil
-------------------------------*/
#main .con_facil{
	width: 675px;
	margin: 64px auto 0 auto;
}

#main .con_facil table{
	margin-top: 15px;
	width: 100%;
	border: 1px solid #f2f2f5;
}

#main .con_facil table th,
#main .con_facil table td{
	padding: 5px;
	border: 1px solid #f2f2f5;
}

#main .con_facil table th{
	background: #f2f2f5;
	text-align: center;
}

/* .con_checkin
-------------------------------*/
#main .con_checkin{
	width: 675px;
	margin: 25px auto 48px auto;
}

#main .con_checkin table{
	margin-top: 15px;
	border: 1px solid #f2f2f5;
}

#main .con_checkin table th,
#main .con_checkin table td{
	padding: 5px;
	border: 1px solid #f2f2f5;
}

#main .con_checkin table th{
	background: #f2f2f5;
	width: 200px;
}

#main .con_checkin table th.bo_botom{
	border-bottom: 1px solid #fff;
}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}


