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