/**************index******************/
#access_box{
	width:990px;
	height:auto;
	overflow:hidden;
	margin:5px auto;
	padding:5px;
}
.access_googlemap{
	width:990px;
	height:400px;
	margin:10px auto;
	overflow:hidden;
	border:2px #000 solid;
}
.access_contents{
	display:table;
	table-layout:fixed;
	width:900px;
	height:auto;
	margin:10px auto;
	overflow:hidden;
}
.access_item{
	display:table-cell;
	vertical-align:middle;
	background-color:#000;
	width:250px;
	font-size:16px;
	color:#FFF;
	line-height:2em;
	margin:0;
	text-align:center;
}
.access_detail{
	display:table-cell;
	vertical-align:top;
	width:630px;
	font-size:16px;
	color:#000;
	line-height:1.4em;
	margin:0;
	padding:5px 10px;
	text-align:left;
	border-bottom:1px #000 dashed;
}
