@charset "utf-8";
#mapid {
	height: 500px;
	width: 98%;
	margin-left: 1%;
	margin-bottom: 30px;
}
#mapid div {
	float: none;
	width: auto;
	/* [disabled]line-height: inherit; */
	clear: none;
	/* [disabled]display: inherit; */
}

.map_al {
	width: 98%;
	margin-bottom: 30px;
	margin-left: 1%;
}
.map_yuka {
	width: 98%;
	margin-bottom: 20px;
	margin-left: 1%;
/* 均等スペース */
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-around;
}
.map_yuka li {
	width: 160px;
	text-align: center;
	border: 1px solid #999;
	margin: 10px;
}
.map_yuka li a {
	padding-top: 5px;
	padding-bottom: 5px;
}
