@charset "utf-8";
#join_jobs{
    padding: 54px 0 70px;
}
#join_jobs table{
    width: 100%;
    border-collapse: separate;
}
#join_jobs th{
    height: 44px;
    line-height: 44px;
    color: #424242;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #4773ae;
    width: 20%;
    background: url("../images/join_jobs-border.jpg") repeat-y right top;
    background-color: #f6f6f6;
}
#join_jobs th.last{
    text-indent: -999px;
    overflow: hidden;
    background: #f6f6f6;
}
#join_jobs td{
    text-align: center;
    line-height: 72px;
    border-bottom: 1px solid #f7f7f7;
    color: #424242;
}
#join_jobs a{
    color: #424242;
}
.join_jobs-record-contents{
    display: none;
}
tr.join_jobs-record-contents-tr{
    overflow: hidden;
}
tr.join_jobs-record-contents-tr td {
    background: #0f4996;
    padding: 16px 24px;
}
tr.join_jobs-record-contents-tr td div.ucontents{
    text-align: left;
    color: white;
    line-height: 28px;
}

