@charset "utf-8";
/* ===================================================================
CSS information

 file name  :equip.css
 author     :Ability Consultant
style info  :館内施設設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	#main
----------------------------------------------------------- */

/* .con_facil
---------------------------------------*/
#main .con_facil{
	border-bottom: 1px dotted #141a7c;
	padding-bottom: 15px;
	margin: 0 auto 15px auto;
	width: 675px;
}

#main .con_facil .left{
	width: 400px;
	float: left;
}

#main .con_facil .left h3{
	margin-bottom: 10px;
}

#main .con_facil .img{
	float: right;
}

#main .last{
	border: none;
	padding-bottom: 0;
}

/* .con_other
----------------------------*/
#main .con_other{
	width: 675px;
	margin: 40px auto;
}

#main .con_other h3{
	margin-bottom: 15px;
}

#main .con_other table th{
	text-align: center;
}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}


