@charset "utf-8";
h2.first {
    margin-top: 0;
}
h2.title {
    clear: both;
    margin: 20px 0 30px;
    padding: 5px 10px 2px 30px;
    font-size: 220%;
    line-height: 1.2;
    border-bottom: 1px solid #aaa9a9;
    background: url(../img/title_recruit.jpg) left 50% no-repeat;
　　font-weight: inherit;

}
.title1 {
    clear: both;
    margin: 20px 0 30px;
    padding: 5px 10px 2px 30px;
    font-size: 220%;
    line-height: 1.2;
    border-bottom: 1px solid #aaa9a9;
    background: url(../img/title_recruit.jpg) left 50% no-repeat;
}
.table {

    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    width: 100%;
    height: auto;
    border-top: 1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc;
    margin-bottom: 20px;

}
.table tr th{
    
    color: #627d8a;
    padding: 10px 14px;
    text-align: left;
    font-weight: 700;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    background: #eceff1;
    vertical-align: top;

}
.table td {
    padding: 10px 18px;
    border-bottom: 1px solid #d9d9d9;
}