@charset "UTF-8";

div.location_top{
	width: 100%;
	height: 360px;
	background: url(../images/location_top.jpg) no-repeat;
	background-position: center center;
	background-size: 100%;
	margin:0;
	padding:0;
}

@media screen and (max-width: 768px) {
div.location_top{
	height: 200px;
}}

div.location_list{
	margin-top:50px;
}