    .leaflet-popup-content-wrapper,
    .leaflet-popup-tip {
   max-height: 400px;     /* 高さを制限(※) */
max-width: 450px;
overflow: auto;
font-size: 1.3em;
	word-break:break-all;
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    }
    .leaflet-popup-tip-container {
      margin-top: 0px;
      margin-left: 0px;
      height: 100px;
position:relative; left:15px;
    }

    .leaflet-popup-tip {
position:relative; left:15px;
    }
    .leaflet-popup-tip-container {
position:relative; left:15px;
    }



.l_elevitionjp {
	border-radius: 5px;
	background-color: rgba(256,256,256,0.9);
	padding: 5px;
}