/* clearfix */

#headerCatch {
    height: 150px;
    margin-bottom: 28px;
    background: url("../img/bg_top.jpg") center center repeat;
}

#content .ttlSearch {
    padding: 0 0 20px;
    margin-bottom: 22px;
    font-weight: bold;
    font-size: 125%;
    line-height: 22px;
    background: url("../img/bg_line.png") 0 bottom no-repeat;
}

.kyujinDetail {
    line-height: 1.6;
}

.kyujinDetail .interview {
    display: table;
    width: 100%;
    margin-bottom: 1.8%;
    border: 1px solid #ccc;
}

.kyujinDetail .interview .picture01 {
    display: table-cell;
    width: 21%;
    padding: 0 4.5%;
    text-align: center;
    vertical-align: middle;
}

.kyujinDetail .interview .picture02 {
    display: table-cell;
    width: 33%;
    padding: 10px 0;
}

.kyujinDetail .interview .picture02 img {
    width: 100%;
}

.kyujinDetail .interview .text {
    display: table-cell;
    width: 66%;
    padding: 10px;
    vertical-align: top;
}

.kyujinDetail .interview .text .catch {
    margin-bottom: 14px;
}

.kyujinDetail .interview .text .shop {
    display: block;
    padding: 0 0 3px;
    margin-bottom: 3px;
    border-bottom: 1px dotted #666666;
}

.kyujinDetail .interview .text .name {
    display: block;
    font-size: 125%;
    margin-bottom: 14px;
}

.kyujinDetail .interview .text .more {
    display: block;
    text-align: right;
}

.kyujinDetail .interview .text .more a {
    display: inline-block;
    padding: 3px 80px;
    color: #fff;
    text-decoration: none;
    background-color: #999;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.kyujinDetail .recruitInfo01 {
    display: table;
    width: 100%;
    margin-bottom: 1.8%;
}

.kyujinDetail .recruitInfo01 .logo {
    display: table-cell;
    width: 14%;
    min-width: 80px;
    vertical-align: top;
}

.kyujinDetail .recruitInfo01 .info {
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
}

.kyujinDetail .recruitInfo01 .info .meta {
    padding: 4px 0 8px 0;
    margin-bottom: 6px;
    border-bottom: 1px dotted #666666;
}

.kyujinDetail .recruitInfo01 .info .meta .name {
    font-size: 125%;
    font-weight: bold;
}

.kyujinDetail .recruitInfo01 .info .meta .icon.staff {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 12px;
    background: url("../img/nav_staff.png") 0 0 no-repeat;
    -webkit-background-size: 20px;
    -o-background-size: 20px;
    background-size: 20px;
}

.kyujinDetail .recruitInfo01 .info .meta .icon.part {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 12px;
    background: url("../img/nav_part.png") 0 0 no-repeat;
    -webkit-background-size: 20px;
    -o-background-size: 20px;
    background-size: 20px;
}

.kyujinDetail .recruitInfo01 .info .catch {
    color: #0099CC;
    font-weight: bold;
}

.kyujinDetail .recruitInfo02 {
    display: table;
    width: 100%;
    margin-bottom: 4.4%;
}

.kyujinDetail .recruitInfo02 .picture {
    display: table-cell;
    width: 27%;
    vertical-align: middle;
}

.kyujinDetail .recruitInfo02 .picture img {
    width: 100%;
}

.kyujinDetail .recruitInfo02 .text {
    display: table-cell;
    width: 63%;
    padding: 2px 0 0 12px;
    font-size: 87.5%;
    vertical-align: top;
}

.kyujinDetail .recruitInfo02 .text .meta {
    padding: 0 0 8px;
    margin-bottom: 10px;
    text-align: right;
    border-bottom: 1px dotted #666666;
}

.kyujinDetail .detail {
    padding: 0 0 6.4% 0;
}

.kyujinDetail .detail h3.ttl {
    padding: 5px 16px;
    font-size: 112.5%;
    font-weight: bold;
    background: url("../img/bg_diagonal.png") 0 0 no-repeat;
}

.kyujinDetail .detail table {
    width: 100%;
    margin-bottom: 3.3%;
}

.kyujinDetail .detail table th {
    width: 19%;
    padding: 18px 0 10px 12px;
    color: #0099CC;
    font-size: 87.5%;
    font-weight: bold;
    border-bottom: 1px solid #666666;
}

.kyujinDetail .detail table td {
    padding: 18px 0 10px 12px;
    font-size: 87.5%;
    border-bottom: 1px dotted #666666;
}

.kyujinDetail .detail table tr:last-child td,
.kyujinDetail .detail table tr:last-child th {
    border-bottom: none;
}

.kyujinDetail .detail .btn_application {
    padding: 4.4% 0 0;
    text-align: center;
}

@media (max-width: 640px) {
    #headerCatch {
        /*追加2016.01.18*/
        display: none;
        /*
		height: auto;
		margin-bottom: 3.125%;
		padding: 38.9% 0 0;
		background: url("../img/sp_bg_top.jpg") center center repeat;
		-webkit-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
*/
    }
    #content .ttlSearch {
        padding: 0 0 3.3%;
        margin-bottom: 3.3%;
        font-size: 75%;
    }
    #content .ttlSearch img {
        width: 52.3%;
        vertical-align: text-bottom;
    }
    .kyujinDetail .interview {
        display: block;
        width: 100%;
        margin-bottom: 1.8%;
        border: 1px solid #ccc;
    }
    .kyujinDetail .interview .picture01 {
        float: left;
        display: block;
        width: 50%;
        padding: 10px 4.5%;
        text-align: center;
        vertical-align: middle;
    }
    .kyujinDetail .interview .picture02 {
        float: left;
        display: block;
        width: 50%;
        padding: 10px 5px;
    }
    .kyujinDetail .interview .picture02 img {
        width: 100%;
    }
    .kyujinDetail .interview .text {
        clear: both;
        display: block;
        width: 100%;
        padding: 10px;
    }
    .kyujinDetail .interview .text .catch {
        font-size: 87.5%;
    }
    .kyujinDetail .interview .text .shop {
        font-size: 87.5%;
    }
    .kyujinDetail .interview .text .name {
        font-size: 100%;
    }
    .kyujinDetail .interview .text .more {
        text-align: center;
    }
    .kyujinDetail .interview .text .more a {
        width: 100%;
    }
    .kyujinDetail .recruitInfo01 .logo {
        min-width: 80px;
    }
    .kyujinDetail .recruitInfo01 .info .meta .name {
        font-size: 100%;
        font-weight: bold;
    }
    .kyujinDetail .recruitInfo01 .info .meta .icon.staff {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-left: 8px;
        background: url("../img/nav_staff.png") 0 0 no-repeat;
        -webkit-background-size: 16px;
        -o-background-size: 16px;
        background-size: 16px;
    }
    .kyujinDetail .recruitInfo01 .info .meta .icon.part {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-left: 8px;
        background: url("../img/nav_part.png") 0 0 no-repeat;
        -webkit-background-size: 16px;
        -o-background-size: 16px;
        background-size: 16px;
    }
    .kyujinDetail .recruitInfo01 .info .catch {
        font-size: 87.5%;
        line-height: 1.4;
    }
    .kyujinDetail .recruitInfo02 {
        display: block;
    }
    .kyujinDetail .recruitInfo02 .picture {
        display: block;
        width: 100%;
        padding: 4px 10%;
        text-align: center;
    }
    .kyujinDetail .recruitInfo02 .picture img {
        width: 100%;
    }
    .kyujinDetail .recruitInfo02 .text {
        display: block;
        width: 100%;
    }
    .kyujinDetail .detail table {
        display: block;
    }
    .kyujinDetail .detail table tbody,
    .kyujinDetail .detail table tr {
        display: block;
    }
    .kyujinDetail .detail table th {
        display: block;
        width: 100%;
        padding: 10px 0 4px 0;
        border-bottom: none;
    }
    .kyujinDetail .detail table td {
        display: block;
        width: 100%;
        padding: 0px 0 10px 0;
    }
    .kyujinDetail .detail .btn_application {
        padding: 4.4% 0 0;
        text-align: center;
    }
}