@charset "utf-8";
/* CSS Document */
.table_title{
    background: #0489bf;
    line-height: 46px;
    color: #fff;
    text-align: center;
    font-family: 'Inter SemiBold';
    font-size: 16px;
}
.normal_table{
    border: 1px solid #e1e9f2;
    width: 100%;
}
.normal_table tr th{
    border-right: 1px solid #d4e1ef;
    border-bottom: 1px solid #d4e1ef; 
}
.normal_table tr th p{
    font-size: 15px;
    font-family: 'Inter SemiBold';
    padding-left: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.normal_table tr td{
    padding-left: 16px;
    border-right: 1px solid #d4e1ef;
    border-bottom: 1px solid #d4e1ef;
}
.normal_table tr td p{
    padding: 10px 0px;
}
.normal_table tr:nth-of-type(2n){
    background: #f3f7fb;
}
.registration_table{margin-bottom: 30px;}
.regis_left{
    width: 560px;
    float: left;
    margin-right: 150px;
}
.regis_right{
    float: left;
    width: 539px;
}
.normal_dot tr td:nth-of-type(1) {
    padding-right: 4px;
    vertical-align: top;
}