@charset "utf-8";
/* CSS Document */
.table_title2{
    background: #0489bf;
    line-height: 60px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.normal_table{
    border: 1px solid #e1e9f2;
    width: 100%;
}
.normal_table tr th p{
    font-size: 18px;
    font-weight: bold;
    padding-left: 30px;
}
.normal_table tr td{
    padding-left: 30px;
}
.normal_table tr{line-height: 60px;}
.normal_table tr:nth-of-type(2n){
    background: #f3f7fb;
}
.registration_table{margin-bottom: 30px;}