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

 file name  :facilities.css
 author     :Ability Consultant
style info  :（ページ名に合わせて記述）設定　ハックは最下部に記述
=================================================================== */


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

/* #pagetitle	内部ページ用画像表示部分
----------------------------------------------------*/
#facilities #main #pagetitle h2 {
	background: url(../facilities/images/title.jpg) 0 0 no-repeat;
}

#facilities #main .txt_intro {
	padding-left:8px;
}



/* .con_fac		館内施設
----------------------------------------------------*/
#facilities #main .con_fac {
	margin:30px auto 0 auto;
	width:715px;
	overflow:hidden;
}

/* 館内・サービスBOX */
#facilities #main .con_fac .box_fac {
	margin-bottom:20px;
	width:353px;
	float:left;
}

#facilities #main .con_fac .box_fright {
	float:right;
}

#facilities #main .con_fac .box_fac h3 {
	width:353px;
	height:30px;
	line-height:30px;
	text-indent:-9999px;
}

#facilities #main .con_fac .box_fac h3.st_breakfast {
	background:url(../facilities/images/st_breakasft.gif) 0 0 no-repeat;
}

#facilities #main .con_fac .box_fac h3.st_coffee {
	background:url(../facilities/images/st_coffee.gif) 0 0 no-repeat;
}

#facilities #main .con_fac .box_fac h3.st_pc {
	background:url(../facilities/images/st_pc.gif) 0 0 no-repeat;
}

#facilities #main .con_fac .box_fac h3.st_wireless {
	background:url(../facilities/images/st_wireless.gif) 0 0 no-repeat;
}

#facilities #main .con_fac .box_fac h3.st_rental {
	background:url(../facilities/images/st_rental.gif) 0 0 no-repeat;
}

#facilities #main .con_fac .box_fac h3.st_fax {
	background:url(../facilities/images/st_fax.gif) 0 0 no-repeat;
}

#facilities #main .con_fac .box_fac h3.st_drinks {
	background:url(../facilities/images/st_drinks.gif) 0 0 no-repeat;
}

#facilities #main .con_fac .box_fac h3.st_laundry {
	background:url(../facilities/images/st_laundry.gif) 0 0 no-repeat;
}

#facilities #main .con_fac .box_fac h3.st_ice {
	background:url(../facilities/images/st_ice.gif) 0 0 no-repeat;
}

#facilities #main .con_fac .box_fac h3.st_trouser {
	background:url(../facilities/images/st_trouser.gif) 0 0 no-repeat;
}

#facilities #main .con_fac .box_fac .box_info {
	padding:15px;
	width:317px;
	border:3px solid #dedede;
	overflow:hidden;
}

#facilities #main .con_fac .box_fac .box_info ul {
	margin-top:10px;
	float:right;
	width:120px;
	font-size:86%;
}

#facilities #main .con_fac .box_fac .box_info ul li {
	padding:5px;
	border-top:1px dotted #b0b7b6;
}

#facilities #main .con_fac .box_fac .box_info ul li.last {
	border-bottom:1px dotted #b0b7b6;
}



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

	hack - 各種cssハック - for IE7

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


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

	hack - 各種cssハック - for IE6

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