@charset "utf-8";
/* ===================================================================
CSS information

 file name  :access.css
 author     :Ability Consultant
style info  :交通案内ページ設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/* ページタイトル
----------------------------------------------------------- */
#access #contents_head h2 {
	background: url(../access/images/st_access.gif) no-repeat center top;
}





/* -----------------------------------------------------------
	index.php 交通案内
----------------------------------------------------------- */

/* access_con Google map含むキャッチなど
----------------------------------------------------------- */
#access div.access_con {
	width: 695px;
	margin: 0 0 40px 0;
}

#access div.access_con h3 {
	width: 375px;
	height: 25px;
	margin: 0 0 15px 0;
	background: url(../access/images/st_access_txt.gif) no-repeat 0 0;
	text-indent: -9999px;
}

/* Google map */
#access div.access_con div.map_area {
	width: 679px;
	height: 324px;
	margin: 0 0 5px 0;
	padding: 8px;
	background: url(../sightseeing/images/bg_map.gif) no-repeat 0 0;
}

#access div.access_con div#map {
	width: 679px;
	height: 324px;
}

#access div.access_con div#map p.mapinfo {
	max-width:150px;
	height:auto;
}


#access div.access_con div#map p.mapinfo img {
	width: 60px;
	height: 60px;
	padding: 0 10px 0 0;
	vertical-align: middle;
}

#access div.access_con div.bt_nav {
	width: 695px;
	overflow: hidden;
}

#access div.access_con div.bt_nav p.mapnav {
	padding: 0 0 0 25px;
	background: url(../sightseeing/images/icon_map.gif) no-repeat left center;
	float: left;
}

#access div.access_con div.bt_nav p.bt {
	float: right;
}


/* con_att お知らせ
----------------------------------------------------------- */
.con_att {
	border: #cc0000 4px solid;
	margin-bottom: 35px;
	padding: 8px 0;
}

.con_att .txt_att {
	width: 330px;
	margin: 0 auto !important;
	padding-left: 18px;
	font-weight: bold;
	background: url(../access/images/icon_att.gif) no-repeat left center;
}


/* area_info 周辺エリアなど情報
----------------------------------------------------------- */
#access div.area_info {
	width: 693px;
	margin: 0 0 40px 0;
	border-top: 1px #a89655 dotted;
	border-left: 1px #a89655 dotted;
	border-right: 1px #a89655 dotted;
}

/* 周辺エリア */
#access div.area_info div.area_map {
	width: 625px;
	margin: 0 auto 15px auto;
	padding: 15px;
	border-bottom: 1px #d6caa2 solid;
	overflow: hidden;
}

#access div.area_info div.area_map div.txt {
	width: 150px;
	float: left;
}

#access div.area_info div.area_map div.txt h4 {
	width: 61px;
	height: 215px;
	margin: 0 auto 40px auto;
	background: url(../access/images/st_map_area.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#access div.area_info div.area_map div.txt p {
	width: 100px;
	margin: 0 auto;
	padding: 0 0 0 5px;
	background: url(../images/icon_fallow.gif) no-repeat 0 5px;
}

#access div.area_info div.area_map p.photo {
	padding: 0 0 0 0;
	float: right;
}

/* 住所、リンクなど */
#access div.area_info div.contact {
	width: 655px;
	margin: 0 auto;
	overflow: hidden;
}

#access div.area_info div.contact div.koyokaku {
	width: 280px;
	padding: 20px 10px 10px 10px;
	background-color: #f2eede;
	float: left;
}

#access div.area_info div.contact div.koyokaku p {
	line-height: 1.4;
}

#access div.area_info div.contact div.vehicle {
	width: 320px;
	float: right;
}

#access div.area_info div.contact div.vehicle h5 {
	margin: 0 0 5px 0;
}

#access div.area_info div.contact div.vehicle ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	background: url(../images/icon_fallow.gif) no-repeat 0 5px;
}


/* route_con 交通案内（タブメニュー含む）
----------------------------------------------------------- */
#access div.route_con {
	width: 695px;
	margin: 0 0 40px 0;
}

/* タブメニュー */
#access div.route_con ul.tabnav {
	width: 695px;
	height: 35px;
	background: url(../access/images/menu_t_access.gif) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
}

#access div.route_con ul.tabnav li {
	width: 175px;
	height: 35px;
	float: left;
}

#access div.route_con ul.tabnav li a {
	width: 175px;
	height: 35px;
	display: block;
	overflow: hidden;
}

#access div.route_con ul.tabnav li.tb_train a:hover,
#access div.route_con ul.tabnav li.tb_train a.active {
	background: url(../access/images/menu_t_access.gif) no-repeat 0 -35px;
}

#access div.route_con ul.tabnav li.tb_car a:hover,
#access div.route_con ul.tabnav li.tb_car a.active {
	background: url(../access/images/menu_t_access.gif) no-repeat -175px -35px;
}

#access div.route_con ul.tabnav li.tb_air a:hover,
#access div.route_con ul.tabnav li.tb_air a.active {
	background: url(../access/images/menu_t_access.gif) no-repeat -350px -35px;
}

/* 各表示ブロック */
#access div.route_con div#train,
#access div.route_con div#car,
#access div.route_con div#air {
	width: 693px;
	padding: 20px 0 10px 0;
	border: 1px #a89655 solid;
}

#access div.route_con div#train p,
#access div.route_con div#car p,
#access div.route_con div#air p {
	width: 645px;
	margin: 0 auto 10px auto;
}

#access div.route_con div#train ul.access_link,
#access div.route_con div#car ul.access_link,
#access div.route_con div#air ul.access_link {
	width: 645px;
	margin: 30px auto 10px auto;
	padding: 20px 0;
	border-top: 1px #a89655 dotted;
}

#access div.route_con div#train ul.access_link li,
#access div.route_con div#car ul.access_link li,
#access div.route_con div#air ul.access_link li {
	margin: 0 0 0 10px;
	padding: 0 0 0 15px;
	background: url(../images/icon_link.gif) no-repeat left center;
	float: left;
}

#access div.route_con span.ex {
	color: #b26414;
	font-weight: bold;
}

/* 注意事項 */
#access div.route_con div.attention {
	width: 645px;
	margin: 0 auto;
	padding: 15px 0 0 0;
}

#access div.route_con div.attention p {
	font-weight: bold;
}

/* 空港から - 特別指定 */
#access div.route_con div#air div.air_list {
	width: 645px;
	margin: 0 auto 20px auto;
	overflow: hidden;
}

#access div.route_con div#air div.air_list p.photo {
	width: 410px;
	float: left;
}

#access div.route_con div#air div.air_list p.link {
	width: 200px;
	padding: 5px 0 0 15px;
	float: right;
	background: url(../images/icon_link.gif) no-repeat 0 10px;
}

/* 見出し */
#access div.route_con h3 {
	width: 645px;
	height: 60px;
	margin: 0 auto 10px auto;
	text-indent: -9999px;
}

#access div.route_con h3.st_train_bus {
	background: url(../access/images/st_train_bus.gif) no-repeat 0 0;
}

#access div.route_con h3.st_car {
	background: url(../access/images/st_car.gif) no-repeat 0 0;
}

#access div.route_con h3.st_air {
	background: url(../access/images/st_air.gif) no-repeat 0 0;
}

#access div.route_con h4 {
	width: 645px;
	height: 40px;
	margin: 30px auto 10px auto;
	text-indent: -9999px;
}

#access div.route_con h4.st_kobe {
	background: url(../access/images/st_kobe.gif) no-repeat 0 0;
}

#access div.route_con h4.st_osaka {
	background: url(../access/images/st_osaka.gif) no-repeat 0 0;
}

#access div.route_con h4.st_ashiya {
	background: url(../access/images/st_ashiya.gif) no-repeat 0 0;
}

#access div.route_con h4.st_takarazuka {
	background: url(../access/images/st_takarazuka.gif) no-repeat 0 0;
}

#access div.route_con h4.st_car_sannomiya {
	background: url(../access/images/st_car_sannomiya.gif) no-repeat 0 0;
}

#access div.route_con h4.st_car_osaka {
	background: url(../access/images/st_car_osaka.gif) no-repeat 0 0;
}

#access div.route_con h4.st_car_hiroshima {
	background: url(../access/images/st_car_hiroshima.gif) no-repeat 0 0;
}

#access div.route_con h4.st_air_itami {
	background: url(../access/images/st_air_itami.gif) no-repeat 0 0;
}

#access div.route_con h4.st_air_kanku {
	background: url(../access/images/st_air_kanku.gif) no-repeat 0 0;
}

#access div.route_con h4.st_air_kobe {
	background: url(../access/images/st_air_kobe.gif) no-repeat 0 0;
}

#access div.route_con h5 {
	width: 645px;
	height: 35px;
	margin: 0 auto 10px auto;
	text-indent: -9999px;
}

#access div.route_con h5.train {
	background: url(../access/images/st_train.gif) no-repeat 0 0;
}

#access div.route_con h5.bus {
	background: url(../access/images/st_bus.gif) no-repeat 0 0;
}

#access div.route_con h5.trainbus {
	background: url(../access/images/st_train_bus2.gif) no-repeat 0 0;
}


.acc_memo {
	width:460px;
	float:right;
}

#access .acc_memo ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	background: url(../images/icon_fallow.gif) no-repeat 0 5px;
	float:left;
	width:220px;
}

#access .title_acc {
	font-weight:bold;
}

#access .koyokaku_memo {
	font-size:90%;
	line-height:17px !important;
}

.txt_attention {
	color: #cc0000;
	font-weight: bold;
}

#access .box_root {
	overflow: hidden;
	margin-top: 15px;
}

#access .box_root .koyokaku_memo {
	width: 430px;
	float: left;
}

#access .box_root .img {
	margin-left: 20px;
	float: left;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}