@charset "UTF-8";

.map_box .map {
	width: 100%;
	height: 445px;
}
.map_box .map_info ul {
	background: url(/img/highquality/common/bg01.png) repeat left top;
	padding: 15px 5px;
}
.map_box .map_info ul li {
	float: left;
	border-left: 1px solid #b3b3b3;
	color: #1f2025;
	padding: 0 15px;
	line-height: 1.3;
}
.map_box .map_info ul li:first-child {
	border-left: none;
}
@media screen and (max-width: 767px) {
	.map_box .map {
        height: 258px;
	}
}
