@charset "utf-8";
.map-list li {
	display: block;
	float: left;
	}
@media screen and (max-width: 420px) {
.map-list {
	margin: 0 auto;
	}
	.map-list li {
		display: block;
		float: left;
		}
		.map-list li:first-child {
			width: 31.6%;
			}
		.map-list li:nth-child(2) {
			width: 29.4%;
			}
		.map-list li:last-child {
			width: 39%;
			}
}
