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

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


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

/* 導入部分	
----------------------------------------------------------- */
/*キャッチコピー*/

/*文と写真*/
#facilities #intro{
	margin:0 0 30px 0;
	width: 680px;
}

#facilities #intro:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#facilities h3#intro_copy {
	margin:0 0 15px 0;
	width: 680px;
	height: 20px;
	background: url(../facilities/images/intro_copy.gif) left top no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}

#facilities h3#intro_copy2 {
	margin:0 0 15px 0;
	width: 680px;
	height: 20px;
	background: url(../facilities/images/intro_copy2.gif) left top no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}

#facilities h3#intro_copy3 {
	margin:0 0 15px 0;
	width: 680px;
	height: 20px;
	background: url(../facilities/images/intro_copy3.gif) left top no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}

#facilities #intro img#intro_img{
	float: right;
}

#facilities #intro p#intro_text{
	width: 400px;
	float:left;
}

#facilities #main #facilities_box .facilities_box_in {
	overflow:hidden !important;
	margin-bottom:15px !important;
	border:solid 1px #09C !important;
	clear:both;
	}



/*フロアマップ*/
#facilities #sst_flr_map {
	margin-bottom:15px;
	width:680px;
	height:20px;
	line-height: 1;
	text-indent: -9999px;
	display: block;
	background-image: url(../../images/facilities/sst_flr_map.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#facilities #main #flr_map {
	padding-bottom: 20px;
}














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

	hack - 各種cssハック - for IE7

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


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

	hack - 各種cssハック - for IE6

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


