/*==============================================================
 *
 *  ground.css   グラウンド用スタイルシート
 *
 *==============================================================
 */

div.ground {
    font-size               : 12pt;
    text-align              : left;
    margin                  : 10px 20px 0px 20px;
}

div.iw {
    text-align              : left;
}

#imgmap_r {
    display                 : block;
    background              : transparent url("../img/map_red.png") no-repeat 0px -6px;
    width                   : 36px;
    height                  : 24px;
}

#imgmap_b {
    display                 : block;
    background              : transparent url("../img/map_blue.png") no-repeat 0px -6px;
    width                   : 36px;
    height                  : 24px;
}

#map {
    width                   : 100%;
    height                  : 98vh;
}

