@charset "UTF-8";
/* CSS Document */

.lead{
    margin: 40px auto;
    font-weight: 300;
}

.table_heading{
    margin-bottom: 0!important;
    padding: 0.5em 1em 1em!important;
    background-color: #002060!important;
    color: #fff!important;
    text-align: left;
}

.index_table{
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 0.5em;
    text-align: left;
    border: 1px solid #7d7d7d;
}

th{
    background-color: #BFBFBF;
}

.notice{
    font-size: 14px;
}