@charset "utf-8";
.row-banner-rec {
    /*background-image: url(../../images/recruit/banner.jpg);*/
}


/* Recruit content 01 */

.recruit-ct2 table {
    width: 100%;
    float: left;
}

.recruit-ct2 table tr td {
    font-size: 16px;
    line-height: 165%;
    padding: 20px 20px;
    border: 1px #e0e0e0 solid;
}

.recruit-ct2 table tr td.col1 {
    background: #f1f1f1;
    width: 200px;
}


/* End recruit content 01 */


/* ==================================== RWD ==================================== */

@media screen and (max-width:768px) {
    /* Recruit content 02 */
    .recruit-ct2 table tr td {
        padding: 10px;
        font-size: 14px;
    }
}

@media screen and (max-width:540px) {
    /* Recruit content 02 */
    .recruit-ct2 table {
        border: 1px #e0e0e0 solid
    }
    .recruit-ct2 table tr td {
        width: 100% !important;
        float: left;
        border-left: 0;
        border-right: 0;
    }
    .recruit-ct2 table tr td.col1 {
        border: 0;
    }
    .recruit-ct2 table tr:last-child td {
        border-bottom: 0;
    }
}