.pBox_2 {
	width: 476px;
	padding: 0px 20px 30px;
	line-height: 1.3;
}


.p_font {
	font-size: 13px;
	color: #4a4a4a;
	margin-bottom: 10px;
}

.pBox_2 ul {
	font-size: 13px;
	color: #4a4a4a;
	padding-left: 2em;
}

.g_map {
	width: 514px;
	margin-top: 20px;
	border: 1px solid #30458c;
}

.mapLink a {
	font-size: 12px;
	text-decoration: none;
}

.muse {
	margin-top: 10px;
}

.muse .top_contact {
	margin-top: 10px;
}

.muse p {
	font-size: 13px;
}

.top_access {
	text-indent: 10px;
}

.map_iframe {
	height: 300px;
	margin: 20px 0 30px;
	border: 1px solid #566ed4;
}

.access_table {
	width: 514px;
	font-size: 12px;
	color: #4a4a4a;
}

.access_table table {
	width: 514px;
	margin-bottom: 15px;
	border-top: 1px solid #969696;
	border-left: 1px solid #969696;
}

.access_table .size_s {
	width: 15%;
}

.access_table th {
	font-weight: 400;
	padding: 5px;
	border-right: 1px solid #969696;
	border-bottom: 1px solid #969696;
}

.access_table td {
	padding: 5px;
	text-align:center;
	border-right: 1px solid #969696;
	border-bottom: 1px solid #969696;
}


@media handheld, only screen and (max-width: 767px) {
	.access_table {
		width: 100%;
		font-size: 12px;
		color: #4a4a4a;
		overflow: scroll;
	}

	.access_table table {
		
		width: 100%;
		margin-bottom: 15px;
		border-top: 1px solid #969696;
		border-left: 1px solid #969696;
	}

	.access_table .size_s {
		width: 15%;
	}

	.access_table th {
		font-weight: 400;
		padding: 5px 3px;
		border-right: 1px solid #969696;
		border-bottom: 1px solid #969696;
	}

	.access_table td {
		padding: 5px;
		text-align:center;
		border-right: 1px solid #969696;
		border-bottom: 1px solid #969696;
	}
}