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

/* ----------*----------*----------*----------*----------*----------*----------*----------*----------*----------*/
/* 交通案内ページ */
/* ----------*----------*----------*----------*----------*----------*----------*----------*----------*----------*/
.access_tbl{
	border: none;
}
	.access_tbl th{
		border: none;
	}
	.access_tbl td{
		border: none;
		vertical-align: bottom;
	}



.box_access {
	border: solid 1px #c4c4c4 ;
	box-sizing: border-box ;
	display: block ;
	text-align: left ;
	margin: 10px 0 ;
	padding: 10px 20px ;
	width: 50% ;
}