@charset "utf-8";
/* ===================================================================
CSS information

 file name  :zzz.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/* 各ページ共通　タイトル
----------------------------------------------------------- */

#roomsms h4{
	margin-bottom: 30px;
}

#roomsms .con_int{
	margin-bottom: 50px;
	}

#roomsms .con_int p{
	padding: 0 15px 13px 15px;
	}

#roomsms .con_int .txt_int{
	border: 1px solid #1f1311;
	padding: 3px 15px;
	margin-top: 13px;
	font-weight: bold;
	}

#roomsms #rnav{
	overflow: hidden;
	clear: both;
	margin-bottom: 30px;
	}

#roomsms #rnav ul{
	overflow: hidden;
	clear: both;
	margin: 0 0 15px 0;
}

#roomsms #rnav li{
	float: left;
	background: url(../rooms/images/ic_roo.gif) no-repeat left;
	padding: 0 0 0 15px;
	margin: 0 10px 0 0;
 	}
#roomsms #rnav li a:link,
#roomsms #rnav li a:visited{
	color: #2A2A2A;
 	}
#roomsms #rnav li a:hover,
#roomsms #rnav li a:active{
	color: #2A2A2A;
 	}

#roomsms #rnav li.last{
	margin: 0 -10px 0 0;
 	}

#roomsms .con_roo .box_roo{
	background: #fff;
	}

#roomsms .con_roo .box_roo .details{
	padding: 0 20px 30px;
	overflow: hidden;
	clear: both;
	/*height: 100%;*/
	}

#roomsms .con_roo .box_roo .textarea{
	margin-top: 20px;
	}

#roomsms .con_roo .box_roo .textarea .tit_roo{
	font-weight: bold;
	}

#roomsms .con_roo .box_roo .textarea ul{
	margin-top: 10px;
	overflow: hidden;
	clear: both;
	}

#roomsms .con_roo .box_roo .textarea li.txt_roo{
	width: 412px;
	}

#roomsms .con_roo .box_roo .thumds{
	float: right;
	overflow: hidden;
	margin-top: 5px;
	}
	
#roomsms .con_roo .box_roo .thumds li{
	float: left;
	padding: 0 0 0 3px;
	}

#roomsms .con_roo .box_roo .thumds li a img{
	border: 2px solid #ffffff;
	}

#roomsms .con_roo .box_roo .thumds a:hover img,
#roomsms .con_roo .box_roo .thumds a.active img{
	border: 2px solid #1f1311;
	}

#roomsms .con_roo .box_roo .txt_ame{
	margin-bottom: 20px;
	}

#roomsms .con_roo .box_roo .txt_ame span{
	font-weight: bold;
	padding: 0 0 8px 0;
	display: block;
	}

#roomsms .r_pgtop{
	margin: 10px 0 50px;
	text-align: right;
	}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}