@charset "shift_jis";

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

	Style Info: アクセス

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

.access table {
	width:100%;
	border-collapse:collapse;
	}

.access th,
.access td {
	border:1px solid #bebebe;
	vertical-align:middle;
	font-weight:normal;
	text-align:left;
	padding:10px;
	background-color:#fff;
	}

.access th {
	width:20%;
	white-space:nowrap;
	background-color:#f0f0f0 !important;
	border-right:1px dotted #bebebe;
	}

.access td img {
	vertical-align:text-bottom;
	}

.access td ul {
	list-style:outside;
	margin-left:18px;
	}


/* ---------------------------------------------
   地図
--------------------------------------------- */

#gmap {
	width:100%;
	height:350px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	}
	
