@charset "utf-8";

/*---- RECRUIT------------------------------------------------------*/
#recruit-contents {
    margin: auto;
    position: relative;
    text-align: center;
    width: 100%;
}
#recruitwrap {
    width: 100%;
    text-align: center;
}
#recruitwrap > img:nth-child(1) {
    width: 19.5%;
}
#recruit {
    width: 78.5%;
    background: url("../images/top-bck-311016taka.png") no-repeat 140% 100%;
    background-size: 80%;
    overflow: hidden;
    padding-bottom: 60px;
}
#recruit table {
    width: 100%;
    margin: 20px 20px 40px 0;
    border-collapse: collapse;
    border-spacing: 0;
}
#recruit table tr th,
#recruit table tr td {
    border-collapse: collapse;
    border-spacing: 0;
}
#recruit table tr th {
    text-align: left;
    padding: 1px 10px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 1em;
}
#recruit table tr td h3 {
    margin-top: 10px;
}
#recruit table tr td {
    padding: 3px 10px;
    text-align: left;
    font-size: 0.9em;
    line-height: 1.5em;
    vertical-align: top;
    border-left: 1px solid #000;
}
#recruit table > tbody > tr > td:nth-child(1) {
    width: 9em;
}
#recruit table > tbody > tr:nth-child(2) td {
    margin-top: 10px;
}

/*==========================================*/
/*===mediaQuery=*/
/*==========================================*/
@media screen and (max-width: 640px) {
    /* グローバルナビ ページごと */
    #recruitwrap img:nth-child(1) {
        display: none;
    }
    #recruit {
        width: 100%;
        text-align: center;
        clear: both;
    }
    #recruit table {
        clear: both;
        width: 95%;
        margin-left: 2.5%;
    }
    #recruit table > tbody > tr > td:nth-child(1) {
        width: 8em;
    }
}