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