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


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

.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 {
	width: 514px;
	height: 300px;
	margin-top: 20px;
	border: 1px solid #30458c;
}

@media handheld, only screen and (max-width: 767px){
	.map_iframe {
		width: 100%;
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
}


.bus_infoBox{
	margin-left: : 10px;
	margin-right: : 10px;
}

.bus_infoBox .bus_infoTitle{
	border-top: 1px solid #000;	
	border-left: 1px solid #000;	
	border-right: 1px solid #000;
	background: #ef9919;	
	font-size: 14px;
	text-align: center;
	padding: 10px;
}

.bus_infoBox .bus_infoFlex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}

.bus_infoBox .bus_infoFlex a{
	font-size: 14px;
}


@media handheld, only screen and (max-width: 767px){
	.bus_infoBox .bus_infoFlex{
		flex-wrap: wrap;
	    justify-content: center;
	}

	.bus_infoBox .bus_infoFlex img{
		padding: 10px;
	}

	.bus_infoBox .bus_infoFlex p{
		padding: 10px;
	}
}

.bus_infoBox .bus_infoMid{
	border-top: none;	
	border-left: 1px solid #000;	
	border-right: 1px solid #000;	
	border-bottom: none;	
	padding: 10px;
	box-sizing: border-box;
}

.bus_infoBox .bus_infoMid .cautionList_none{
	width: auto;
}

.bus_infoBox .bus_infoBottom{
	border-top: 1px solid #000;	
	border-left: 1px solid #000;	
	border-right: 1px solid #000;	
	border-bottom: 1px solid #000;	
}

.bus_infoBox .bus_infoBottom .busContact{
	font-size: 14px;
	background: #ccc;
	text-align: center;
	padding: 10px;
	color: #4a4a4a;
}

.bus_infoBox .bus_infoBottom .busTel{
	font-size: 14px;
	text-align: center;
	padding: 10px;
	color: #4a4a4a;
}

.p_fontLarge{
	padding: 10px 0;
	font-weight: bold;
	font-size: 16px;
	text-align : center;
}

.p_fontLarge2{
	padding: 10px 0;
	font-weight: bold;
	font-size: 24px;
	text-align : center;
}