@charset "EUC-JP";
/* 雀 */

/* Googleのロゴ等を隠さないようにattributionの表示位置を調整
 * 	google.jsで調整しきれていないことがあるので
 */
.leaflet-container .leaflet-control-attribution {
	/*
	margin-bottom: 1em;
	margin-right: 1em;
	background: rgba(255, 255, 255, 0.3);
	*/
}

/* scaleの表示位置を調整 */
.leaflet-left .leaflet-control-scale {
	/*
	margin-left: 25px;
	margin-bottom: 25px;
	*/
}

/* scaleの透け方を変更 */
.leaflet-control-scale-line { background: rgba(255, 255, 255, 0.3); }

/* 吹き出しの文字サイズを小さくする(KMLのname) */
.leaflet-popup-content h2 { font-size: 120%; }
