@charset "utf-8";
/* CSS Document */


/* -----------------------------------------------------------------------------
** index css style
----------------------------------------------------------------------------- */

.access_info_index {
	font-size: 120%; 
	width:700px;
	padding:10px 10px 15px 10px;
	}
	
/* access_menu */	
.access_menu {
	background: url(../image/bb_line.gif) left bottom repeat-x;
	padding: 15px 0 20px 0;
	}
	
.access_menu .thumbs{
	float:left;
	padding: 0 10px 0 0;
	margin: 0;
	}

.access_menu .txt_area{
	float:left;
	width:550px;
	}

.access_menu .txt_area h2 a{
	color:#6699CC;
	background: url(../image/arrow_01.gif) no-repeat 0 1px;
	padding-left: 16px;
	}

.mt_10{
	margin-top:10px;
	}

.mt_20{
	margin-top:20px;
	}
	
.mt_30{
	margin-top:30px;
	}
	
/* info_detail */	

.access_info_detail {
	padding:0 0 15px 0;
	font-size:120%;
	}	

.access_info_detail h2 {
	padding:20px 8px 0 8px;
	}
	
.info_detail {
	padding: 15px 20px 0 20px;
	}
	
.info_detail .image_box_map{
	width:540px;
	padding:0;
	margin: 20px auto 5px auto;
	}
	
.info_detail .image_box_parking{
	width:570px;
	padding:0;
	margin: 20px auto;
	}
	
.info_detail h3{
	color:#6699CC;
	font-weight:normal;
	}
	
.info_detail .service{
	width:353px;
	background: url(../image/bg_service.gif);
	padding:1px;
	margin:15px 0;
	}
	
.info_detail .service ul{
	background:#FFF;
	padding:10px;
	color:#FF6600;
	}
	
.info_detail .service ul.second{
	padding-top:0;
}

.info_detail .info_box{
	width:678px;
	margin: 0 auto 5px auto;
	background: url(../image/bg_infobox.gif);
	padding:1px;
	}
	
.info_detail .info_box_in{
	background:#FFF;
	padding:15px;
	}
	
.info_detail .info_box_in02{
	background:#FFF;
	padding:10px;
	}
	
.info_detail .info_box_in .ph{
	float:left;
	padding:0 15px 0 0;
	}
	
.info_detail .info_box_in .left{
	width:450px;
	float:left;
	display:block;
	}
	
.info_detail .info_box_in dd{
	margin: 0 0 12px 0;
	}

.info_detail .info_box_in dd a{
	text-decoration:underline;
	}
	
.info_detail .info_box_in02 .list{
	padding:0 0 5px 0;
	margin: 0 0 8px 0;
	background: url(../image/dd_bg.gif) repeat-x left bottom;
	}

.info_detail .caution{
	margin: 0 auto;
	background: url(../image/bg_red.gif);
	padding:1px;
	}
	
.info_detail .caution ul{
	background: url(../image/bg_caution.gif);
	padding:15px;
	color:#FF3535;
	}
	
.info_detail .caution h3{
	background: url(../image/icon_caution.gif) 0 0 no-repeat;
	padding:0 0 0 26px;
	margin:0 0 8px 0;
	color:#FF3535;
	font-weight:bold;
	}

.goindex{
	margin:20px 0 0 8px;
	}
	
/* table */

.info_detail .list_table {
	width: 570px;
	padding:0;
	margin: 0 auto 5px;
	font-size: 86%;
	line-height:1.4;
}

.info_detail table {
	width: 570px;
	border-collapse:collapse;
}

.info_detail table .col1 { width: 170px; }
.info_detail table .col2 { width: 120px; }

.info_detail table th,
.info_detail table td {
	padding: 6px 8px 5px;
	text-align: left;
	border: 1px solid #FFFFFF;
	}
	
.info_detail table th {
	text-align:center;
	width:5%;
}

.info_detail table td.name {
	width:25%;
}

.info_detail table td.time {
	width:12%;
}

.info_detail table td.car {
	width:8%;
}

.info_detail table tbody tr.odd td {
	background: #F1F7FC;
	}
	
.info_detail table tbody tr.odd th {
	background: #e2eef8;
	}

.info_detail table tbody tr.even td {
	background: #F1F7FC;
	}
	
.info_detail table tbody tr.even th {
	background: #e2eef8;
	}
	
.info_detail .info_box_in dt{
	color:#6699CC;
	}
