.join{
    background-color: #fff;
}
.join .section-header,
.joinDetail .section-header{
    margin: 0 0 30px 0;
}
.join .section-header .section-title,
.joinDetail .section-header .section-title{
    color: #2f5496;
}
.join table{
    width: 100%;
    margin: 0 0 30px 0;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #e8eaec;
}
.join table th,
.join table td{
    padding: 10px 0;
    text-align: center;
    border: 1px solid #e8eaec;
}
.join table th{
    font-weight: bold;
    color: #000;
    background-color: #f8f8f9;
}
.join table td,
.join table td a{
    color: #515a6e;
}
.join table td a:hover{
    text-decoration: underline;
    color: #515a6e;
}
.join tbody tr:hover{
    background-color: #ebf7ff;
}