#header{
    position: absolute;
    width: 100%;
    height: 80px;
    top: 0;
    padding: 4px;
    background-color: white;
}
#container{
    position: absolute;
    top: 80px;
    width: 100%;
    height: 100%;
    bottom: 40px;
}
#map{
    width: 100%;
    height: 100%;
}
#footer{
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0;
    rgba(0,0,0,0);
    text-align: center;
}
#footer .content{
    padding: 4px;
}

#modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
#modal .bg{
    background: rgba(0,0,0,0.5);
    height: 100vh;
    position: absolute;
    width: 100%;
}
#modal .content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 45%;
    transform: translate(-50%, -100%);
    width: 90%;
    text-align: center;
}

a{
    text-decoration: none;
    color: #006688;
}

#addHokora .hokora-select, #addHokora .body{
    font-size: 9pt;
}
#addHokora select.hokora{
    width: 100%;
}