@charset "utf-8";
/** ------ 社員登録の設定 ------ **/

/* ----- 社員登録セクションタイトルの設定 START ----- */
#employee_registration_area {
    width: 100%;
    margin: 50px auto 0;
    text-align: center !important;
}
#employee_registration_area h2 {
    margin-bottom: 20px;
}
/* ----- 社員登録セクションタイトルの設定 END ----- */


/* ----- 社員登録テーブルのスタイルの設定 START ----- */
#employee_registration_area table {
    max-width: 1000px;
    margin: auto;
}
#employee_registration_area th,
#employee_registration_area td {
    margin: auto 0;
    border-bottom: #000000 solid 1px;
    padding: 20px 20px;
}
#employee_registration_area th {
    width: 330px;
    background-color: #DCDCDC;
}
#employee_registration_area td {
    text-align: left;
}

#employee_registration_area #button_area {
    margin-top: 40px;
    display: block;
}

#employee_registration_area form input,
#employee_registration_area form select,
#employee_registration_area form textarea {
    border: 1px solid #1b2538;
}
#employee_registration_area form input[type="text"],
#employee_registration_area #mail, #employee_registration_area #mail02,
#employee_registration_area form textarea {
    width: 100%;
}
#employee_registration_area #name01,
#employee_registration_area #name02,
#employee_registration_area #name_kana01,
#employee_registration_area #name_kana02,
#employee_registration_area #zip_code,
#employee_registration_area form select #address01 {
    width: 140px;
}

#employee_registration_area form select #job_type_id,
#employee_registration_area form select #hope_employment_type {
    width: 170px !important;
}
@media screen and (max-width: 480px) {
    #employee_registration_area table {
        width: 100%;
        border-bottom: none;
    }
    #employee_registration_area th,
    #employee_registration_area td {
        display: block;
        text-align: left;
        width: 100%;
        border: none !important;
        margin: 0;
        padding: 0;
    }
    #employee_registration_area th {
        padding: 10px;
    }

    #employee_registration_area td {
        margin-bottom: 30px;
    }

    #employee_registration_area #button_area {
        margin-top: 20px;
        font-size: small;
    }
}

/* ----- 社員登録テーブルのスタイルの設定 END ----- */
#employee_registration_area #employee_registration_top_text {
    font-size: x-large;
    width: 100%;
    text-align: center;
}

/* ------ ラジオボタンの設定 START -----*/
.radioArea input[type="radio"] {
    float: left;
    width: 15pt; /* 大きさ：横 */
    height: 15pt; /* 大きさ：縦 */
    vertical-align: top; /* 並び位置   */
    margin-right: 5px;
}

.radioArea label {
    font-size: large;
}

/* ------ 送信ボタンスタイルの設定 START ------ */
#employee_registration_area .button01 {
    background: linear-gradient(#92B739, #298F32);
    box-sizing: border-box;
    display: inline-block;
    border-radius: 10px;
    padding: 0.5em 2em;
    line-height: 1.5;
    color: #fff;
    text-shadow: 1px 2px 3px #808080;
    font-weight: bold;
    border: 1px solid #fff;
}
/* ------ 送信ボタンスタイルの設定 END ------ */
