@charset "utf-8";
/* ===================================================================
CSS information

 file name  :access.css
 author     :Ability Consultant
style info  :交通案内設定　ハックは最下部に記述
=================================================================== */


/*----------------------------------------------------
	各ページ専用指定
----------------------------------------------------*/

/* .con_map 地図
-----------------------------------------------*/
#access .con_map {
	width: 700px;
	margin: 0 0 50px 0;
}

#access .con_map h2 {
	margin: 0 0 10px 0;
}

#access .con_map .bt {
	margin: 20px 0 25px 0;
	text-align: center;
}

#main .box_rev_out {
	width: 680px;
	margin: 20px 0 0 0;
}

#main .box_rev_out .box_rev_in {
	width: 660px;
	background-color: #fff;
	overflow: hidden;
}

#main .box_rev_out .box_rev_in .pict {
	float: left;
}

#main .box_rev_out .box_rev_in .txt {
	width: 470px;
	padding: 20px 0 0 0;
	float: right;
}

#main .box_rev_out .box_rev_in .txt h4 {
	margin: 0 0 5px 0;
}


/* .con_access 交通案内
-----------------------------------------------*/
#main .con_access {
	width: 700px;
	margin: 0 0 50px 0;
}

#main .con_access h3 {
	margin: 0 0 10px 0;
}

#main .con_access .txt {
	margin: 20px 0 50px 0;
	padding: 0 30px;
}

/*  */
#main .con_access .box_bus {
	width: 700px;
	overflow: hidden;
}

#main .con_access .box_bus .pict {
	float: left;
}

#main .con_access .box_bus .txt_bus {
	width: 460px;
	float: right;
}

/*  */
#main .con_access .box_rev_out {
	width: 680px;
}

#main .con_access .box_rev_out .box_rev_in {
	width: 680px;
	padding: 25px 0 15px 0;
	background-color: #fff;
	overflow: hidden;
}

#main .con_access .box_rev_out .box_rev_in h5 {
	width: 86px;
	float: left;
}

#main .con_access .box_rev_out .box_rev_in .txt_time {
	width: 550px;
	float: right;
}

#main .con_access .box_rev_out .box_rev_in .txt_time p {
	margin: 0 0 10px 0;
	font-size: 86%;
}




/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}