@charset "UTF-8";

/*---------------------------------------------------------------------------------------------
  Shop --> /shop/recruit
  ---------------------------------------------------------------------------------------------*/

.table_one {
    padding-bottom: 30px;
}

.table_one table {
    width: 100%;
    margin: 0;
    padding: 0;
}

.table_one h2 {
    border-left: 5px solid #9f8f37;
    color: #9f8f37;
    font-weight: bold;
    padding-left: 5px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.table_one td,
.table_one th {
    border-bottom: 2px solid #ebe5c5;
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    line-height: 22px;
}

.table_one th {
    font-weight: bold;
    width: 90px;
}

.box_area_bg p {
    padding-bottom: 20px;
}

.line a {
    color: #9f8f37;
    padding-right: 10px;
    text-decoration: none;
}

.line a.active {
    color: #000;
}

.line a:hover {
    color: #000;
}

.line {
    color: #000;
}

.box_area_01 {
    background: url(../img/recruit_img/bg_recruit01.jpg) right bottom no-repeat;
    padding-bottom: 30px;
    display: block;
    padding-left: 10px;
}

.padding_tb {
    padding: 25px 0 10px 0;
}

.padding_bottom10 {
    padding-bottom: 10px;
}

.padding_bottom15 {
    padding-bottom: 15px;
}

.txt_02 {
    color: #666;
    font-family: 'A-OTF Shin Go ...';
    font-size: 12px;
    padding-bottom: 10px;
    line-height: 20px;
    padding-left: 5px;
}

.title_02 {
    padding-left: 5px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.box_area_bg img {
    width: 100%;
}

@media (max-width: 860px) {
    .box_area_01 {
        padding-left: 0;
        padding-bottom: 500px;
        background: url(../img/recruit_img/bg_recruit01.jpg) right 90% no-repeat;
    }
    #container .box_area_bg {
        margin-top: -60px;
    }
    #container .box_area_bg img {
        height: auto;
    }
}
