@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

html, 
        body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#map {
    margin-top: 0px;
    padding: 0;
    position: fixed;
    top: 50px;
    bottom: 0;
    right: 0;
    left: 0;
}
.nav {
    width: 100%;
    height: 50px;
    position: absolute;
    top:0;
    left:0;
	font-family: "HGP行書体","ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: lighter;
    color:floralwhite;
	letter-spacing: 0;
    font-weight: bold;
    font-size: 40px;
	padding: 0px;
	background-color:#022c8b;
}
    
.titlebar{
    position: absolute;
    left:10px;      
    top:10%;
}

.btn_opn_window{
    position:absolute;
    right:1px;
    height: 50px;
    }

.box_legend{
    position: absolute;
    right: 1px;
    top: 350px;
    z-index: 999;
    width:215px; height: 190px;
    margin:5px; padding:10px; border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;  border:2px solid darkgray;
    background-color:white;
    align-content: center;
    text-align: center;
} 

.button1{
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 120px;
}

.button2{
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 10px;
}
