/* 日本地図の表示 */
table#tablemap1{
    margin-left: auto;
    margin-right: auto
}

#tablemap1 a{
    /* font-size: calc(8px + 0.5vw); */
    font-size: 80%;
    color: #222;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

#tablemap1 td{
    padding: 2px 0;
    border: solid 2px #f0f9ff;
    text-align: center;
    width: 5.8%;
    word-break: break-all;
}

#tablemap1 td.c14{
    padding: 0;
}

#tablemap1 td.frame{
    padding: 0;
    width: 16px;
    height: 4px;
}

#tablemap1 td.land{
    background-color: #eef2bf;
}

#tablemap1 td.sea{
    background-color: #f0f9ff;
}

#tablemap1 td.selected{
    background-color: #fcc;
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
}
