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


/*------------------------------------------------
フォーム
------------------------------------------------*/
.form_table {
    border: 1px solid #eaeaea;
    border-collapse: collapse;
    width: 100%;
}

.form_table tr {
    border-bottom: 1px solid #eaeaea;
}

.form_table th,
.form_table td {
    padding: 20px 15px;
    vertical-align: middle;
}

.form_table th {
    background-color: #f8f8f8;
    font-size: 12px;
    font-weight: normal;
    width: 140px;
}

.form_table td {
    border-left: 1px dotted #ddd;
}

.form_table .form_td_02 {
    padding: 15px;
}

.form_table .req {
    background: url(/style_images/req_icon.jpg) no-repeat left center;
    padding-left: 45px;
}

.form_table .noreq {
    background: url(/style_images/noreq_icon.jpg) no-repeat left center;
    padding-left: 45px;
}

.form_table .min_row th,
.form_table .min_row td {
    padding: 10px 15px;
}

.form_table .input_attention {
    color: #666;
    font-size: 10px;
}

.form_table .attention {
    color: #c53139;
    font-size: 11px;
    line-height: 1.45;
}

.form_table div.attention {
    margin-bottom: 10px;
}

.form_table .grid_left_02 {
    margin-left: 15px;
}

.form_table .zip_btn_img {
    float: left;
    width: 95px;
}

.form_table .zip_btn_wrap .input_attention {
    float: left;
    line-height: 30px;
    margin-left: 10px;
}

.form_submit_wrap {
    margin: 30px auto 0;
}

.form_submit_wrap .submit_btn {
    height: 40px;
    margin: 0 auto;
    width: 150px;
}

.form_submit_set_wrap {
    margin: 30px auto 0;
}

.submit_btn input {
    -webkit-transition: all .2s ease;
            transition: all .2s ease;
}

.submit_btn input:hover {
    filter: alpha(opacity=70);
    opacity: .7;
}


/*完了画面*/
.comp_wrap {
    border: 1px solid #eaeaea;
    padding: 40px;
    text-align: center;
}

.comp_wrap .btn_img {
    margin: 30px auto 0;
    width: 200px;
}


/*各種インプット*/
.input_txtbox,
.input_txtarea {
    border: 1px solid #ddd;
    padding: 7px 10px;
}

.input_check,
.input_radio,
.input_label {
    vertical-align: middle;
}

:placeholder-shown,
::-webkit-input-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::-moz-placeholder {
    color: #ccc;
}

.form_table .input_txtbox {
    width: 388px;
}

.form_table .input_txtbox_01 {
    width: 58px;
}

.form_table .input_txtbox_02 {
    width: 98px;
}

.form_table .input_txtbox_03 {
    width: 178px;
}

.form_table .input_txtbox_04 {
    width: 252px;
}

.form_table .input_txtarea {
    height: 150px;
    resize: vertical;
    width: 388px;
}

.chk_radio_set_wrap {
    margin-top: -5px;
}

.chk_radio_set_wrap input,
.chk_radio_set_wrap label {
    vertical-align: top;
}

.chk_radio_set_wrap label {
    display: block;
    margin-top: 5px;
}

::-webkit-input-placeholder,
:-ms-input-placeholder,
::-moz-placeholder {
    color: #ccc;
}


/*------------------------------------------------
楽楽通信フォーム
------------------------------------------------*/
.rakuraku_form_table {
    font-size: 12px;
}

.rakuraku_form_table .user_year {
    width: 100px;
}

.rakuraku_form_table .user_month {
    width: 60px;
}

.rakuraku_form_table .user_number {
    width: 70px;
}

.rakuraku_form_table .rakuraku_option_wrap {
    width: 270px;
}

.rakuraku_form_table .rakuraku_option {
    float: left;
}

.rakuraku_form_table .rakuraku_option_left {
    margin-right: 30px;
}

.rakuraku_form_table .input,
.rakuraku_form_table .rakuraku_q_icon {
    float: left;
    line-height: 14px;
}

.rakuraku_form_table .rakuraku_q_icon {
    margin-left: 5px;
}

.rakuraku_form_table th {
    white-space: nowrap;
    width: 140px;
}

.rakuraku_form_table td {
    border-right: 1px solid #eee;
    width: 274px;
}

.rakuraku_form_table .input_txtarea {
    width: 727px;
}

.rakuraku_form_table .rakuraku_zip_wrap {
    float: left;
}

.rakuraku_form_table .rakuraku_zip_btn {
    float: left;
    margin: 2px 0 0 12px;
}

.rakuraku_form_table .rakuraku_zip_info {
    float: left;
    line-height: 28px;
    margin-left: 10px;
}

.rakuraku_form_table input[type="checkbox"],
.rakuraku_form_table .sub_label,
.rakuraku_form_table .user_kana_01,
.rakuraku_form_table .user_kana_02 {
    margin-right: 5px;
}

.rakuraku_form_table .user_kana_02 {
    margin-left: 10px;
}

#user_name_01 {
    margin-right: 10px;
}
