.ol-popup {
	position		: absolute;
	background-color: white;
	-webkit-filter	: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	filter			: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	padding			: 15px;
	border-radius	: 10px;
	border			: 1px solid #cccccc;
	bottom			: 12px;
	left			: -50px;
	min-width		: 200px;
}
.ol-popup:after, .ol-popup:before {
	top				: 100%;
	border			: solid transparent;
	content			: " ";
	height			: 0;
	width			: 0;
	position		: absolute;
	pointer-events	: none;
}
.ol-popup:after {
	border-top-color: white;
	border-width	: 10px;
	left			: 48px;
	margin-left		: -10px;
}
.ol-popup:before {
	border-top-color: #cccccc;
	border-width	: 11px;
	left			: 48px;
	margin-left		: -11px;
}
table.tbl{
	 border-top		:1px solid #c3de14;
	 border-left	:1px solid #c3de14;
	 border-collapse:collapse;
	 border-spacing	:0;
	 empty-cells	:show;
	 margin			:0px;
	 padding		:0px 0px 0px 0px;
}
table.tbl th{
	 border-bottom	:1px solid #c3de14;
	 border-right	:1px solid #c3de14;
	 font-weight	:normal;
	 background-color: #58af04;
	 padding		:2px 2px 2px 2px;
	 font-size		: 12px;
}
table.tbl td{
	 border-bottom	:1px solid #c3de14;
	 border-right	:1px solid #c3de14;
	 padding		:2px 2px 2px 2px;
	 font-size		: 12px;
}
/* 英語地図表示機能 */
#englishmap {
	position       	: relative;
	margin-left		: 0px;
	margin-right	: auto;
	margin-bottom	: 5px;
	width			: 180px;
	height         	: 25px;
}
#englishmap input[type="radio"] {
	display        	: none;
}
#englishmap label {
	display        	: block;
	position       	: absolute;
	top            	: 0;
	bottom         	: 0;
	left           	: 0;
	right          	: 0;
	text-align     	: center;
	line-height    	: 25px;
	font-size      	: 11pt;
	border         	: 1px solid #ccc;
}
#englishmap #jpmap + label {
	right          	: 50%;
	border-radius  	: 4px 0 0 4px;
	background     	: #eee;
	color          	: #a9a9a9;
	border-right   	: none;
}
#englishmap #jpmap:checked +label {
	background     	: #4169e1;
	color          	: #fff;
}
#englishmap #enmap + label {
	left           	: 50%;
	border-radius  	: 0 4px 4px 0;
	background     	: #eee;
	color          	: #a9a9a9;
	border-left    	: none;
}
#englishmap #enmap:checked +label {
	background     	: #4169e1;
	color          	: #fff;
}