@charset "utf-8";

h3 {
    font-size: 1.3em;
    font-weight: 700;
    padding: 15px;
}

.table_all tr,
.table_all th,
.table_all td {
    border: 2px solid #bfa4a4;
}

.table_all th,
.table_all td {
    width: 490px;
    text-align: center;
    padding: 10px 0;
    font-size: 1.2em;
}

.table_all th {
    font-weight: 600;
}

.table_all td {
    padding-top: 10px;
    vertical-align: middle;
}

.site_table1 tr:nth-child(odd) {
    background-color: #ffe6ca;
}

.site_table2 tr:nth-child(odd) {
    background-color: #caffcc;
}

.site_table2 {
    margin-top: 50px;
}

.notes {
    margin: 20px;
}

.notes ul li {
    list-style-type: disc;
    padding-left: 10px;
}