@charset "utf-8";
/* ===================================================================
CSS information

 file name  :facilities.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */

p ,
li ,
dt ,
dd {
	color:#453030;
	font-size:80%;
	line-height:1.5;
}


/* -----------------------------------------------------------
	TOP
----------------------------------------------------------- */
#faci #con_header {
	background: url(../images/bg_headimage.jpg) center top no-repeat;
}


/*======================================

	▼館内施設のCSS

=======================================*/


/*----------------------------------------------------
	.floor-info
----------------------------------------------------*/

#main .floor-info {
	padding:10px 0 0 3px;
	border-top:1px solid #c2b27c;
	margin:18px 10px 0 10px;
}

/*----------------------------------------------------
	.con_lobby
----------------------------------------------------*/
#main .con_lobby {
	margin: 20px 0 40px 0;
}

#main .con_lobby h5{
	margin: 15px 0 10px 0;
}



/*----------------------------------------------------
	.infotable
----------------------------------------------------*/
#main .infotable {
	margin: 20px 0 40px 0;
}

#main .infotable td dl ,
#main .infotable td dt ,
#main .infotable td dd {
	font-size:100%;
}
#main .infotable td dt {
	clear:both;
}
#main .infotable td dd {
	float:left;
	width:150px;
	padding:0 5px 5px 0;
}#main .infotable td p.rice {
	font-size:100%;
	padding-left:1em;
	text-indent:-1em;
}

/*======================================

	▼アクセスのCSS

=======================================*/

/*----------------------------------------------------
	#gmap
----------------------------------------------------*/

#main #b_gmap {
	border:2px solid #ded588;
	width:696px;
	height:356px;
}

/*----------------------------------------------------
	.box_info
----------------------------------------------------*/
#main .box_info {
	width:700px;
	overflow:hidden;
}
#main .atten {
	float:left;
	width:515px;
	padding:3px 5px 5px 5px;
}
#main .atten p {
	min-height:25px;
}
* html #main .atten p {
	height:25px;
}
#main .atten p.up {
	background: url(../images/access/ic_up.gif) left top no-repeat ;
	margin-top:8px;
	padding:2px 0 0 25px;
}
#main .atten p.arrow {
	background: url(../images/access/ic_arrow.gif) left top no-repeat ;
	margin-top:5px;
	padding:0 0 3px 25px;
}
#main .link {
	float:left;
	width:165px;
	height:39px;
	padding:8px 0 0 0;
}
#main .widemap {
	padding:15px 0 30px 0;
}
#main .train {
	padding:0 0 45px 0;
	line-height: 1.8;
}
#main .train a {
	padding-left: 15px;
	background: url(../images/access/inc_blank.gif) left 4px no-repeat;
	color: #163616;	
}

#main .bus {
	padding:0 0 45px 0;
	line-height: 1.8;
}
#main .bus a {
	padding-left: 15px;
	background: url(../images/access/inc_blank.gif) left 4px no-repeat;
	color: #163616;	
}

#main .car {
	padding:0 0 25px 0;
}
#main .ac_info {
	margin: 0 0 5px 0; 	
	padding:12px 0 12px 37px;
	background: url(../images/access/ic_carnavi.gif) 12px 11px no-repeat #f2f0e2;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

