@charset "utf-8";
/* CSS Document */

.page_title_area {
    background: #EFEFEF url(../pics/page_title_bg.jpg) no-repeat;
    background-position: right;
    background-position-y: 20px;
    
}

@media screen and (max-width: 680px) {
.page_title_area {
    background: #EFEFEF url("../pics/page_title_bg.png") no-repeat;
    background-position: right;
        background-size: 100%;
}
}
#container {
    padding-bottom: 50px;
}
/*table*/
.recruit table th {
    width: 20%;
}
.recruit table td {
    width: 80%;
}
.about_box + .about_box {
    margin-top: 70px;
}

@media screen and (max-width: 680px) {
.about_box + .about_box {
    margin-top: 50px;
}
}
/*shashin */
.img_list li {
    width: 30%;
    margin-right: 3%;
    margin-bottom: 3%;
}

@media screen and (max-width: 680px) {
.img_list li .ofi {
    width: 100%;
    height: 180px;
}
.img_list li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.img_list li:nth-child(3n) {
    margin-right: 2%;
}
.img_list li:nth-child(2n) {
    margin-right: 0%;
}
}
