@charset "UTF-8";

/*---------------------------------------------------------------------------------------------------*/

.location2 {
	max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

.clear { clear: both; }



.location2 div.loca-left  { float: left; max-width: 440px; }
.location2 div.loca-right { float: right; max-width: 510px; }


@media screen and (max-width: 999px){
.location2 div.loca-left  { float: none; margin: 0 auto; padding: 0 5%; }
.location2 div.loca-right { float: none; margin: 0 auto; padding: 0 5%; }
}


.location2 h4 {
	font-size: 1.7rem;
	text-align: left;
	clear: both;
	color: #e9bc00;
	border-bottom:1px #e9bc00 solid;
	margin-right: 0.5rem;
	padding-top: 30px;
}

.location2 dl { clear: both;}

.location2 dt,
.location2 dd {
	font-size: 1.6rem;	
	text-align: left;
}


.location2 .loca-left dt { float: left; width: 200px; }
.location2 .loca-left dd { float: right; width: 200px; }


.location2 .loca-right dt { float: left; width: 280px; }
.location2 .loca-right dd { float: right; width: 200px; }



.location2 span { font-size: 1.2rem; }


