@charset "utf-8";
/* ===================================================================
CSS information

 file name  :access.css
 author     :Ability Consultant
style info  :アクセスページ設定　ハックは最下部に記述
=================================================================== */


/*----------------------------------------------------
	index.html
----------------------------------------------------*/

/* con_map 地図
----------------------------------------------------*/
.con_map {
	width: 690px;
	margin: 0 0 40px 0;
}

.con_map h2 {
	margin: 0 0 5px 0;
}

.con_map #maps {
	width: 684px;
	height: 324px;
	border: 3px #d0cca6 solid;
}

/* details
-----------------------------------------------*/
.con_map .details {
	width: 690px;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	background: url(../../coganoi/access/images/bg_map.gif) no-repeat left bottom;
	border-top: 1px #867f47 dotted;
	overflow: hidden;
}

.con_map .details .txt {
	width: 140px;
	padding: 20px 0 0 0;
	float: left;
}


.con_map .details .map_details {
	width: 526px;
	float: right;
}

/* con_special_banner
-----------------------------------------------*/
.con_special_banner {
	width: 690px;
	margin: 0 0 40px 0;
	text-align: center;
}

/* con_access アクセス[共通]
----------------------------------------------------*/
.con_access {
	width: 690px;
	margin: 0 0 40px 0;
}

.con_access h3,
.con_access h4,
.con_access p {
	margin: 0 0 10px 0;
}

.con_access .info_access {
	padding: 0 15px;
}

.con_access .info_access .bt a {
	margin: 0 15px 0 0;
	padding: 0 0 0 10px;
	background: url(../images/ic_main.gif) no-repeat left center;
}



/* box_route 車でのアクセス - ルート
----------------------------------------------------*/
.box_route {
	width: 690px;
}

.box_route .route {
	width: 665px;
	margin: 0 0 0 15px;
	overflow: hidden;
}

.box_route .list_route {
	width: 210px;
	margin: 0 5px 10px 5px;
	float: left;
}

.box_route .list_route .txt {
	padding: 0 5px;
}



/* box_shuttle 電車でのアクセス - バス
----------------------------------------------------*/
.box_shuttle {
	width: 650px;
	padding: 20px;
	background: url(../access/images/bg_shuttle.gif) no-repeat 0 0 #e8f1f1;
	overflow: hidden;
}

.box_shuttle .txt {
	width: 285px;
	float: left;
}

.box_shuttle .txt .bus {
	text-align: center;
}

.box_shuttle table {
	width: 345px;
	margin: 10px 0 0 0;
	float: right;
}

.box_shuttle table th {
	padding: 5px;
	background-color: #f1f0e1;
	border: 1px #ccc8a0 solid;
	text-align: center;
}

.box_shuttle table td {
	padding: 5px;
	background-color: #fffef3;
	border: 1px #ccc8a0 solid;
	text-align: center;
}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}
