
h3 {
}


/*＝＝＝＝＝＝＝＝＝＝地図画像*/
#mapImage {
	padding: 55px 0px;
	background: url(../img/common/jimon_nami.jpg);
}

.mapImg {
	max-width: 930px;
	margin: 0px auto;
}

/*＝＝＝＝＝＝＝＝＝＝googlemap*/

.gmap {
	width: 100%;
	height: 600px;
	overflow: hidden;
	margin-bottom: 80px;
	position: relative;
}

.g_Link {
	display: block;
	padding: 10px 25px;
	color: #fff;
	position: absolute;
		bottom: 0px;
		right: 0px;
		background-color: #000;
	z-index: 2;
}

/*＝＝＝＝＝＝＝＝＝＝インフォメーション*/

#accessInfo {
	padding: 55px 0px;
}


.infoTableWap {
	width: 100%;
	max-width: 930px;
	margin: 0px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.infoTableWap th{
	color: #000;
	padding: 5px;
	font-size: 18px;
	width: 20%;
	text-align: left;
	border-bottom: dotted 1px #ccc;
}

.infoTableWap td{
	padding: 5px;
	border-bottom: dotted 1px #ccc;
}

.infoTableWap .jr{
	/*color: #00b0ff;*/
}

.infoTableWap .metro{
	/*color: #0099cc;*/
}


.infoTableWap .bus{
	/*color: #1a9231;*/
}


.infoTableWap .parking{
	/*color: #454545;*/
}

@media handheld, only screen and (max-width: 767px) {


}




















