﻿
section h2 {
    position:relative;
    height:25px;
    line-height:25px;
    padding-left:10px;
    font-size:18px;
    font-weight:normal;
}
section hr {
    width:100%;
    height:5px;
    margin:10px auto 10px auto;
    border:none;
    background-color:rgb(234,99,0);
}

/* 採用情報 */
#Recruitment {
    margin-top:50px;
    padding-bottom:20px;
}
#Recruitment h3 {
    height:30px;
    line-height:30px;
    margin-top:25px;
    margin-bottom:15px;
    padding-left:20px;
    font-size:16px;
    font-weight:normal;
    color:#ffffff;
    background-color:rgb(234,99,0);
}
#Recruitment p {
    padding-left:10px;
    background-color:#ffffff;
}
#Recruitment p.top {
    color:rgb(234,99,0);
}
#Recruitment p.top2 {
    margin-left:107px;
}
#Recruitment p.big {
    padding-left:0;
    text-align:center;
    font-size:18px;
}
#Recruitment p.big2 {
    font-size:18px;
    color:rgb(234,99,0);
}
#RecruitmentTable {
    width:80%;
    margin:auto;
    margin-top:15px;
    border-collapse:collapse;
}
#RecruitmentTable td {
    vertical-align:top;
    padding:7.5px 0;

    border-bottom:1px solid rgb(234,99,0);
    background-color:#ffffff;
}
#RecruitmentTable td:first-child {
    width:150px;
    padding-left:10px;
}