/* 現在位置取得コントロール */
.olControlCustomLocation {
	right: 8px;
	bottom: 66px;
}

.ol-zoom {
	font-size: 20px;
}

.ol-popup {
	display: none;
	background-color: #FFFFFF;	/*#ECF0F5;*/
	padding: 8px;
	border-radius: 7px;
	position: absolute;
/*	bottom: 24px; left: -51px; */
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.22);
	z-index: 2;
}
.ol-popup-right {
	right: 0px;
}
.ol-popup-left {
	left: 0px;
}
.ol-popup-top {
	top: 20px;
}
.ol-popup-bottom {
	bottom: 20px;
}
.ol-popup-closer {
	text-decoration: none;
	position: absolute;
	top: 14px;	/*4px;*/
	right: 12px;	/*8px;*/
	color:white;
	font-weight: bold;
}

.ol-popup-closer div {
	width: 16px;
	height: 16px;
}

.ol-popup-closer span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #FFF;

	display: inline-block;
	z-index: 10;
}

.ol-popup-closer span:first-child {
	top: 0;
	transform: translateY(7px) rotate(-45deg);
	-webkit-transform: translateY(7px) rotate(-45deg);
}
.ol-popup-closer span:last-child {
	bottom: 0;
	transform: translateY(-7px) rotate(45deg);
	-webkit-transform: translateY(-7px) rotate(45deg);
}

.ol-popup table {
	border-collapse: collapse;
	color: #333333;
}

.ol-popup caption {
	padding: 4px 10px;
	text-align: left;
	background-color: #1558B1;
	color: white;
}

.ol-popup th {
	border-collapse: collapse;
	border:1px solid #CCCCCC;
	font-weight: normal;
	padding: 1px 10px;
	background-color: #ECF0F5;
}

.ol-popup td {
	border-collapse: collapse;
	border:1px solid #CCCCCC;
	padding: 1px 10px;
}

/* 地図上の凡例表示用 */
.ol_map_legend {
	position: absolute;
	bottom: 20px;
	right: 8px;
	line-height: 1.4;	/*1.8;*/
	border: solid 1px #CCCCCC;
	z-index: 1;
	cursor: pointer;
}

.ol_map_legend thead th {
	font-weight: normal;
	text-align: center;
	background: #233B6C;	/*#335B8C;*/
	color: white;
	border-bottom:1px #808080 solid;
	padding: 0px 8px;
}

.ol_map_legend tr {
	background: #ECF0F5;
}

.ol_map_legend tbody th {
	padding-left: 4px;
}

.ol_map_legend tbody td {
	padding-right: 10px;
}

.ol_map_legend tbody td div {
	line-height: 1.2;
}

.ol_map_legend img {
	max-height: 28px;	/*33px;*/
}

.ol_map_legend button {
	font-size: 12px;
	line-height: 1;
	padding: 2px 1px 0px;
}
