@charset "utf-8";
/* CSS Document */

.labelfocus {
    color: #f39
}

.odd {
    background: #fff;
}

table.yakuin_table tr.odd,
table.jimukyoku_table tr.odd,
table.shibu_table tr.odd
 {
    background: #fff;
}

.imgBox {
    background: url(../images/loading.gif) 50% 50% no-repeat;
}

.deleteBox {
    border: #ccc 1px solid;
    padding: 10px
}

.deleteBox .delete {
    cursor: pointer;
    color: #3cf;
    margin-top: 10px;
}