﻿@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html, body {
    height: 100%;
    background-color: #fafcfd;
}
/* ヘッダ */
.header {
    display: block;
    width: 100%; /*1365px;*/
    min-width: 320px;
    background-color: #159852;
    padding: 10px 10px 10px 20px;
}

    .header .system_icon_area {
        display: inline-block;
        position: relative;
        height: 56px;
        width: 36px;
    }

.system_icon_area .system_icon {
    position: absolute;
    top: 10px;
    left: 0px;
    height: 42px;
    width: 60px;
}

.header .system_title_area {
    display: inline-block;
    position: relative;
    height: 35px;
    width: 80%; /*175px;*/
    margin-left: 3px;
}

.system_title_area .system_title {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 28px;
    font-size: 25px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: 0.3px;
    text-align: right;
    color: #ffffff;
    word-wrap: break-word;
}

.sub {
    display: block;
    width: 100%; /*1365px;*/
    min-width: 320px;
    background-color: #159852;
    padding: 10px 10px 10px 20px;
}


    .sub .sub_title_area {
        display: inline-block;
        position: relative;
        height: 35px;
        width: 80%; /*175px;*/
        margin-left: 3px;
    }

.sub_title_area .sub_title {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    font-size: 25px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: 0.3px;
    text-align: center;
    color: #ffffff;
    word-wrap: break-word;
}


/* ヘッダ（ログイン後） */
.header_afterLogin {
    display: block;
    width: 100%; /*1365px;*/
    min-width: 320px;
        height: 60px;
    background-color: #159852;
    padding: 0px 5px 10px 20px;
}

    .header_afterLogin .system_icon_area {
        display: inline-block;
        position: relative;
        height: 56px;
        width: 36px;
    }

.header_afterLogin .system_title_area {
    display: inline-block;
    position: relative;
    height: 35px;
    width: 80%; /*175px;*/
    margin-left: 3px;
}

/* 共通ヘッダ */
.header_sub {
    position: relative;
    /*2023.06.09 GDC)huanglingmin ドライバーメニューの左上のユーザー名を文字切れしない対応 Edit Start*/
    /*text-align: right;*/
    text-align: left;
    /*2023.06.09 GDC)huanglingmin ドライバーメニューの左上のユーザー名を文字切れしない対応 Edit End*/
    width: 100%; /*1365px;*/
    min-width: 320px;
    height: 62px;
    background-color: #159852;
    padding: 5px 5px 10px 20px;
}
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
    border-radius: 15px;
}

.button_header {
    width: 80px;
    height: 53px;
    border-radius: 15px;
    background: #ffffff;
    border: none;
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #159852;
    padding:0;
    font-family:sans-serif;
}

/*.button_hader:disabled {
    background-color: lightgray;
}*/

.button_display {
    display:none;
}

/*ログインユーザー名*/
.header_name_text {
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.5px;
    text-align: left;
    color: #ffffff;
    /*2023.07.27 Hojo ドライバーメニューの左上のユーザー名を文字切れしない対応 Edit Start*/
    display: block;
    word-wrap: break-word;
    /*2023.07.27 Hojo ドライバーメニューの左上のユーザー名を文字切れしない対応 Edit End*/
}

/* メイン大枠*/
.wrapper {
    position: relative;
    margin: 2px 0 0 0;
    width: 100%; /*1365px;*/
    height: auto;
    min-width: 320px;
    min-height: 380px;
    background-color: #fafcfd;
    z-index: 10;
    padding-bottom:50px; /* 2022.5.19 FJ)ogawa 追加 */
}

/* メイン */
.main {
    position: relative;
    margin: 18px auto;
    width: 100%; /*1180px;*/
    min-height: 380px;
    background-color: #fafcfd;
    text-align: center;
}

    .main .form {
        position: relative;
        padding: 33px 18pt 0px 18px;
        width: 100%; /*1180px;*/
    }

    /*ガイダンス*/

    .main .guidance_area {
        position: relative;
        background-color: #fafcfd;
        text-align: left;
    }


.main_button {
    width: 341px;
    height: 82px;
    display: table;
    margin: 0px auto 18px auto;
    border-radius: 8px;
    box-shadow: 0px 2px 0 0 #d3d3d3;
    background-image: linear-gradient(#f7f7f7, #f7f7f7), linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, #000000);
    border: solid 1px #d3d3d3;
}

.main_button_center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 140%;
}

.main_reservation .menu_area .icon {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
}

.main_reservation .menu_area .title {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 0px 0px 11px;
    width: 58px; /* 86px ⇒ 120px */
    height: 21px;
    font-size: 22.5px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.95;
    letter-spacing: 0.2px;
    text-align: left;
    color: #333333;
}

.main_reservation .main_button .name {
    height: 17px;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.2px;
    color: #000000;
    color: var(--black);
}

.main_reservation .main_button .screen {
    height: 12px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: 0.1px;
    color: #000000;
    color: var(--black);
}


/* エラーメッセージ */
.input_error {
    position: relative;
    width: 100%; /*1180px;*/
    height: 62px;
    margin: 0px 0px 33px 0px;
    background-color: #fce7e7;
}

.input_error_message {
    padding: 12px 0px;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: 0.1px;
    text-align: left;
    color: #ff0000;
}

/* エラー発生時にテキストエリアのクラスを以下に変更 */
.item_textbox_area .item_textbox_error {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 46px;
    border-radius: 4px;
    background-color: #fce7e7;
    border: solid 3px #ef8585;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: 0.2px;
    text-align: left;
    color: #666666;
    color: var(--brownish-grey);
    padding-left: 13px;
}



/* 入力項目 */
.item_area {
    position: relative;
    width: 100%; /*1180px;*/
    height: 62px;
    margin: 0px 0px 33px 0px;
}

.item_title_area {
    /*2023.6.21 FJ)nakakuma 追加項目の文字切れ対応 Edit Start*/
    /*width: 170px;*/ /*1180px;*/
    /*height: 16px;*/
    /*position: relative;*/
    /*margin-bottom: 9px;*/
    /*white-space: nowrap;*/
    display: block;
    content: "";
    height: 18px;
    position: relative;
    margin-bottom: 9px;
    /*2023.6.21 FJ)nakakuma 追加項目の文字切れ対応 Edit End*/
}

.item_textbox_area {
    width: 100%;
    height: 46px;
    position: relative;
}

.item_icon {
    position: absolute;
    top: 0px;
    left: 8px;
    width: 17px;
    height: 16px;
    background-color: var(--sickly-green);
}

.item_title {
    position: absolute;
    top: 1px;
    left: 28px;
    /*2023.6.21 FJ)nakakuma アプリ監査対応 Edit Start*/
    /*width: 171px;*/ /* 151px ⇒ 171px */
    width: 250px;
    word-wrap: break-word;
    /*2023.6.21 FJ)nakakuma アプリ監査対応 Edit End*/
    height: 13px;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.1px;
    text-align: left;
    color: #000000;
    color: #000000;
    color: var(--black);
}

.item_textbox {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 46px;
    border-radius: 4px;
    background-color: #eeeeee;
    border: solid 2px #cccccc;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: 0.2px;
    text-align: left;
    color: #666666;
    color: var(--brownish-grey);
    padding-left: 13px;
}


/* ボタン */
.button_area {
    margin: 0px auto;
    width: 100%; /*1180px;*/
    height: 9px;
    position: relative;
}

.send_button_area {
    width: 100%;
    height: 110px;
    float: left;
    padding: 10px 0px 0px 0px;
}

.send_button {
/* 2022.5.27 FJ)ogawa 変更 ここから */
    /*width: 214px;*/
    width: 72%;
/* 2022.5.27 FJ)ogawa 変更 ここまで */
    height: 48px;
    border-radius: 8px;
    background: linear-gradient(to bottom, #11b95f,#059449);
    box-shadow: 0px 2px 0 0 #16541f;
}

    .send_button:disabled {
        /* 2022.06.01 SLK)Dang EDIT S */
        /* background-color: lightgray; */
        /* 非活性となったボタンをグレー表示する */
        background: lightgray;
        border-color: lightgray;
        box-shadow:4px 4px 4px 0px rgba(128, 128, 128 , 0.4);
        /* 2022.06.01 SLK)Dang EDIT E */
    }

/* 2022.5.23 FJ)ogawa 追加 ここから */
.send_button_area_menu {
    width: 100%;
    float: left;
    padding: 7% 0px 0px 0px;
}
/* 2022.5.23 FJ)ogawa 追加 ここまで */

.send_button_name {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    /*line-height: 1.17;*/
    letter-spacing: 0.2px;
    text-align: center;
    color: #ffffff;
}

.send_button_name_menu {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.2px;
    text-align: center;
    color: #ffffff;
}

/* 2022.5.10 FJ)ogawa 追加 ここから */
.condition {
    clear:right;
    text-align:center;
    width:100%; 
    background-color: transparent; 
    box-shadow: none;
}

.condition .setting {
    padding: 10px 10px;
}
.condition .setting span {
    vertical-align:middle;
}

.applay_button {
    position:relative;
    top:-2px;
    width: 100px;
    height: 30px;
    font-size: 16px;
    border-radius: 8px;
    background:linear-gradient(to bottom, #11b95f,#059449);
    box-shadow: 0px 2px 0 0 #16541f;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.2px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}
/* 2022.5.10 FJ)ogawa 追加 ここまで */


/*リンクボタン*/
.link_button {
    color: #00afcc!important;
    float: right;
}

/* フッタ */
.footer {
    width: 100%; /*1366px;*/
    min-width: 320px;
    height: 38px;
    bottom: 0px;
    background-color: #fafcfd;
    position: fixed;
}

    .footer .copyright {
        margin: 0px auto 0px 22px;
        width: 100%;
        height: 100%;
        background-color: #fafcfd;
        text-align: center;
    }

.copyright .copyright_image {
    position: absolute;
    margin: auto;
    width: 271px;
    height: 23px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fafcfd;
    background-image: url(../image/img_logonisyoku.png);
    background-size: 271px 23px;
}

/* 入力項目 */

.cp_iptxt {
    position: relative;
    width: 90%;
}

    .cp_iptxt input[type='text'] {
        box-sizing: border-box;
        width: 100%;
        letter-spacing: 1px;
        border: none;
        border-bottom: 2px solid #C0C0C0;
    }

.focus input[type='password']:focus,
input[type='text']:focus {
    border-bottom: 2px solid #C0C0C0;
    outline: none;
}

.text_red {
    color: red;
}

.left {
    text-align: left;
}

.no_radius_2 {
    border-radius: 0px!important;
}

.no_radius_1 {
    left: 15px;
    float: left;
    position: relative;
    width: 299.4px!important;
    height: 46px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    text-align: left;
    color: #666666;
    padding-left: 13px;
    border-radius: 0px!important;
    background-color: #fafcfd;
    letter-spacing: 1px;
    border: none!important;
    border-bottom: 2px solid #C0C0C0!important;
}

.no_radius_label {
    display: block;
    left: 15px;
    float: left;
    position: relative;
    width: 299.4px !important;
    height: 48px;   /* 2024.12.12 FJ)mentaki 線と文字が重なるところがあったので修正 46px→48px */
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    text-align: left;
    color: #666666;
    padding-left: 13px;
    border-radius: 0px !important;
    background-color: #fafcfd;
    letter-spacing: 1px;
    border: none !important;
    border-bottom: 2px solid #C0C0C0 !important;
}

/* 2022.7.29 FJ)mentaki 予約時間マスタ対応 Add Start */
.padtop {
    padding-top: 10px;
}
/* 2022.7.29 FJ)mentaki 予約時間マスタ対応 Add End   */

.no_border {
    border-bottom: 0px solid #C0C0C0!important;
}
/* 2021.3.22 FAE)mentaki Add Start */
.no_border_label {
    border-bottom: 0px solid #C0C0C0!important;
    height: 30px;
}
/* 2021.3.22 FAE)mentaki Add End   */

/* 2024.5.28 FJ)mentaki 予約番号での受付対応 Add Start */
.line2_label {
    height: 50px;
}
/* 2024.5.28 FJ)mentaki 予約番号での受付対応 Add End   */

/*IME設定モード*/
.ime_on {
    /*ime-mode: active;*//*20230518 マイグレ対応 Hojo*/
}

.ime_off {
    /*ime-mode: disabled;*/ /*20230518 マイグレ対応 Hojo*/
}

.icon_ddr {
    width: 40px;
    float: left;
    margin: 10px 10px 0 0;
}
.input_item_ddr {
    position: relative;
    width: 100%;
    height: 50px;
    text-align:left;
}
.input_item_ddr .item_name_area_ddr {
    width: 100%;
    height: 35%;
    float: left;
    position: relative;
}
.input_item_ddr .item_name_ddr {
    margin: 21px 0px 0px 13px;
    width: auto;
    height: 20px;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.1px;
    text-align: left;
    color: #159852;     /* 緑 */
}
.reserve_day_selectbox {
    position: absolute;
    top: 8px;
    left: 120px;
    width: 120px;
    font-size: 20px;
}
.sarch_button_area {
    width: 100%;
    height: 140px;
    float: left;
    padding: 10px 0px 0px 0px;
}
.line_ddr {
	border-width:2px;
	border-color: #159852;  /* 緑 */
	border-bottom-style: solid;	
	width: 100%;
	height: 30px;
    margin-bottom: 10px;
}
.reservation_list_item {
    margin: 5px 0 5px 0;
    background: #ccffcc;    /* うすい緑 */
    border-width:2px;
	border-color: #a9a9a9;  /* darkgray */
	border-style: solid;
    width: 100%;
	height: 140px;
    border-radius: 10px;    /* ボックスの四つ角を丸くする */ 
}

.reservation_list_item .reservation_list_item_header {
    position: relative;
    width: 100%;
    height: 40px;
    text-align: left;
}
.reservation_list_item .reservation_list_item_date_value {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 20px;
}
/* 2025.2.3 FJ)mentaki 予約番号表示 Add Start */
.reservation_list_item .reservation_list_item_seq_value {
    position: absolute;
    top: 12px;
    left: 180px;
    font-size: 16px;
}
/* 2025.2.3 FJ)mentaki 予約番号表示 Add End   */
.reservation_list_item .reservation_list_item_company {
    display: inline-block;
    width: 90%;
    height: 30px;
    font-size: 18px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;    /* ...にする */
    margin-left:20px;
}
.reservation_list_item .reservation_list_item_warehouse {
    display: inline-block;
    width: 90%;
    height: 30px;
    font-size: 18px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;    /* ...にする */
    margin-left:20px;
}
.reservation_list_item .reservation_list_item_detail_button {
    display: inline-block;
    width: 100%;
    height: 30px;
    font-size: 16px;
    text-align: right;
}
.reservation_list_item .reservation_list_item_detail_button_name {
    margin-right:20px;
}

.company_item_ctrl {
    width: 100%;
}
.warehouse_item_ctrl {
    width: 100%;
}
.select_transporter {
    width: 100%;
}
.select_berthtype {
    width: 100%;
}
.no_radius_label .text_quantity {
    text-align: right;
    width: 100px;
    padding-right: 10px;
}
.no_radius_label .text_quantity:disabled {
    text-align: right;
    width: 100px;
    padding-right: 10px;
}
/* 2022.7.19 FJ)mentaki 予約時間マスタ対応 Add Start */
 .stack_guide {
    color: #666666;
}
 .no_radius_label .text_workingtime {
    text-align: right;
    width: 100px;
    padding-right: 10px;
}
.no_radius_label .text_workingtime:disabled {
    text-align: right;
    width: 100px;
    padding-right: 10px;
}
/* 2022.7.19 FJ)mentaki 予約時間マスタ対応 Add End   */
.select_carno {
    width: 88%;
}
.text_carno {
    width: 160px;
}
.text_carnoex {
    width: 84px;
}
.select_cartype {
    width: 100%;
}
/* 2021.9.30 FAE)mentaki Edit Start */
/*input::placeholder,*/    /* Chrome用 エラーになっているがそのままにする */
/*input:-ms-input-placeholder {*/   /* IE用 */
/*  color: #cccccc;*/
/*}*/
/* 別々に記載しないと反映されないのでまとめて記載しない */
input::placeholder {  /* Chrome用 エラーになっているがそのままにする */
    color: #cccccc;
}
input:-ms-input-placeholder {   /* IE用 */
    color: #cccccc;
}
/* 2021.9.30 FAE)mentaki Edit End   */
.text_maker {
    width: 100%;
}
/* 2021.9.30 FAE)mentaki Add Start */
/* ドライバー予約のメーカー名のプレースホルダーの文字を少し小さくする */
.text_maker::placeholder {   /* Chrome用 エラーになっているがそのままにする */
  font-size: 0.9em;
}
.text_maker:-ms-input-placeholder {   /* IE用 */
  font-size: 0.9em;
}
/* 2021.9.30 FAE)mentaki Add End   */
.text_destination {
    width: 100%;
}
.text_comment {
    width: 100%;
}
input[type="text"]:disabled,
input[type="number"]:disabled
{
    color: #808080;
}
.harf_button {
    width: 107px;
}

.ssss {
    float: left;
    width: 155px;
    /* 2022.5.16 FJ)ogawa 変更 ここから */
    /*height: 130px;*/
    height: 230px;
    /* 2022.5.16 FJ)ogawa 変更 ここまで */
    background-color: #ffffff;
    position: relative;
    display: table;
    border-collapse: separate;
    border-spacing: 0.15em;
}

.tr {
    display: table-row;
    white-space: nowrap;
    text-align: left;
    height:27px;
}
/*ツリーメニュー*/

.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 80px;
    position: relative;
}

    .accbox label {
        display: block;
        margin-left: 0;
        padding: 18px 12px;
        color: #159852;
        background: #ffffff;
        transition: all 0.5s;
        font-size: 12px;
        letter-spacing: 2px;
        text-align: center;
        width: 80px;
        height: 53px;
        border-radius: 15px;
        font-style: normal;
        font-stretch: normal;
        line-height: 18px;
        font-family: sans-serif;
    }

        .accbox label:hover {
            background: #ffffff;
        }

    .accbox input {
        display: none;
    }

    .accbox .accshow {
        height: 0;
        padding: 0;
        overflow: hidden;
        opacity: 0;
        /*transition: 0.8s;*/
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        /*-ms-transition: all 0.5s;*//*20230518 マイグレ対応 Hojo*/
        -o-transition: all 0.5s;
        transition: all 0.5s;
        position: absolute;
        right: 0px;
    }

.cssacc:checked + .accshow {
    text-align: left;
    width: 155px;
    /* 2022.5.16 FJ)ogawa 変更 ここから */
    /*height: 130px;*/
    height: 230px;
    /* 2022.5.16 FJ)ogawa 変更 ここまで */
    opacity: 1;
    position: absolute;
    right: 0px;
    z-index: 20;
    border-radius: 8px;
    box-shadow: 0px 2px 0 0 #d3d3d3;
    background-image: linear-gradient(#f7f7f7, #f7f7f7), linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, #000000);
    border: solid 1px #d3d3d3;
}

/*リンクボタン*/
.link_button_menu {
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #159852!important;
    display:block;
    width:100%;
    height:100%;
    padding: 0.5em 0.1em;
}

/* 2021.8.18 FAE)mentaki 予約の倉庫区分対応 Add Start */
/* 倉庫区分 */
#div_class {
    display: none;  /* 非表示 ※複数倉庫のときだけプログラムで表示する */
}
#div_class .select_class {
    width: 100%;
}
/* 2021.8.18 FAE)mentaki 予約の倉庫区分対応 Add End   */

/* 2022.7.29 FJ)mentaki 予約時間マスタ対応 Add Start */
#div_quantity_label_unitmin,
#div_cartype2 {
    display: none;  /* 非表示 ※プログラムで表示する */
}
/* 2022.7.29 FJ)mentaki 予約時間マスタ対応 Add End   */


/* 2022.5.12 FJ)ogawa 追加 ここから */
/* 待機状態照会 DataList */
.wait-status-area {
    position:static;

}
.wait-status-dl {
    padding-left:100px;
    margin:0 auto;
}
.wait-status-dl td {
    padding:10px;
}

.wait-status-dl-table {
  margin-top: 10px;
  left: 10px;

  color:white;
  background-color:#098b48;
  box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.4) ;

  border:1px solid black;
  border-radius: 6px;
  border-collapse:separate;
  font-size:medium;
  overflow:hidden;

}
/* 1段目 */
.wait-status-dl-table-td1 {
  vertical-align:middle;

  text-align:center;
  font-size:medium;
}
/* 2段目 */
.wait-status-dl-table-td2 {
  border:1px solid black;
  border-bottom: none;

  border-spacing:5px;
  color:black;
  background-color:white;
  vertical-align:middle;
  text-align:center;
  font-size:medium;
}
.wait-status-dl-table-td2l {
    border-left:none;
    border-right:none;
    width:150px;
}
.wait-status-dl-table-td2m {
    border-right:none;
    width:150px;
}
.wait-status-dl-table-td2r {
    border-right:none;
    width:150px;
}

/* 3段目 左 */
.wait-status-dl-table-td3l {
  border-top:1px solid black;
  border-spacing:5px;
  vertical-align:middle;
  text-align:center;
  font-size:medium;
}
/* 3段目 中 */
.wait-status-dl-table-td3m {
  border-top:1px solid black;
  border-left:1px solid black;
  border-spacing:5px;
  vertical-align:middle;
  text-align:center;
  font-size:medium;
}
/* 3段目 右 */
.wait-status-dl-table-td3r {
  border-top:1px solid black;
  border-left:1px solid black;
  border-spacing:5px;
  vertical-align:middle;
  text-align:center;
  font-size:medium;
}
/* 2022.5.12 FJ)ogawa 追加 ここまで */

/* 2022.05.20 SLK)Dang ADD S */
.input_control_div {
    margin-bottom: 1.1em !important;
}

.clear {
    clear: both;
}

.select_width_100 {
    width: 100%;
}

.text_width_100 {
    width: 100%;
}
/* 2022.05.20 SLK)Dang ADD E */

/*  2023.06.08 追加ここから */
.label-linecheckbefore {
    font-size: 20px;
    color: #333333;
    background-color: #CCFFCC;
    line-height: 125%;
    font-weight: bold;
    padding: 0.05em 0;
    white-space: pre-wrap;
}
/*  2023.06.08 追加ここまで */
/*  2023.06.08 追加ここから */
.label-linecheck {
    font-size: 20px;
    color: #ffffff;
    background-color: #06c755;
    line-height: 125%;
    font-weight: bold;
    padding: 0.05em 0;
    white-space: pre-wrap;
}
/* 2023.7.10 Hojo 多要素認証対応 Add Start */

/* 認証ウィンドウ */
.auth_dlg_window {
    width: 300px;
    z-index: 100;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* 認証パネル */
.panel_auth {
    width: 300px;
    height: 430px;
    background-color: #FFF;
    text-align: center;
}

/* 認証パネルのメッセージラベル */
.panel_message_info_label {
    display: inline-block;
    margin-top: 20px;
    margin-left: 18px; /* 2023.10.2 FJ)mentaki 20px→18px */
    margin-right: 18px; /* 2023.10.2 FJ)mentaki 20px→18px */
    font-size: 13px;
}

.bold_style {
    font-weight: bold;
}

.error_style {
    color: #ff0000;
    display: block;
}

/* 認証キーテキストボックス */
.auth_dlg_window .authkey_input {
    width: 200px;
    height: 30px;
    border-radius: 4px;
    background-color: #eeeeee;
    border: solid 2px #cccccc;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    text-indent: 0px;
}

/* 認証ボタン */
.dlg_auth_button {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 30px;
    text-align: center;
    border-radius: 8px;
    color: #ffffff;
    border: 3px solid #11b95f;
    background: linear-gradient(to bottom, #11b95f,#059449);
    box-shadow: 0px 2px 0 0 #16541f;
    outline: none;
    font-weight: bold;
    font-size: 18px;
}

/* その他のボタン */
.dlg_other_button {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 30px;
    text-align: center;
    border-radius: 8px;
    color: #ffffff;
    border: 3px solid darkgray;
    background: linear-gradient(to bottom, darkgray, gray);
    box-shadow: 0px 2px 0 0 darkgray;
    outline: none;
    font-weight: bold;
    font-size: 14px;
}

/* 認証ウィンドウの背景 */
.auth_dlg_background {
    z-index: 70;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .7;
    position: fixed;
    overflow: hidden;
    top: 0px;
    left: -1px;
}
/* 2023.7.10 Hojo 多要素認証対応 Add End   */

/* 2023.8.17 Hojo LINEチャンネル追加対応 Add Start   */
.friend_button {

    width: 50%;
    border-radius: 8px;
    background: linear-gradient(to bottom, #11b95f,#059449);
    box-shadow: 0px 2px 0 0 #16541f;
}
/* 2023.8.17 Hojo LINEチャンネル追加対応 Add End   */

/* 2024.10.4 FJ)mentaki 個人情報取り扱いメッセージ追加 Add Start */
.message_info_label {
    display: inline-block;
    float: left;
    text-align: left;
    margin-top: 4px;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 14px;
}
/* 2024.10.4 FJ)mentaki 個人情報取り扱いメッセージ追加 Add End   */

/* 2024.12.12 FJ)mentaki 明細荷降方法追加対応 Add Start */
/* 明細ボタン */
.meisai_button {
    position: relative;
    top: -2px;
    margin-left: 5px;
    width: 4.75em;
    height: 1.8em;
    font-size: 16px;
    border-radius: 8px;
    background: linear-gradient(to bottom, #11b95f,#059449);
    box-shadow: 0px 2px 0 0 #16541f;
    border: none;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.2px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}

.meisai_button:active {
    top: -1px;
    box-shadow: 0px 1px 0 0 #16541f;
}

/* 明細荷降方法入力ダイアログ関連 */
.meisai_dlg_window {
    width: 320px;
    z-index: 100;
    margin: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.meisai_dlg_title {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 3.5rem;
}

.meisai_dlg_header {
    height: 3.5rem;
    padding: 0 16px;
    background-color: #EEE;
    border-bottom: 1px solid #707070;
}

.meisai_dlg_footer {
    padding: 10px 0;
    margin: 0 0;
    text-align: center;
    background-color: #FFF;
    display: inline-flex;
}

.panel_meisai {
    width: 357px;
    height: 500px;
    overflow-y: auto;
    background-color: #FFF;
    margin-left: -20px;
}

.meisai_dlg_background {
    z-index: 70;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .7;
    position: fixed;
    overflow: hidden;
    top: 0px;
    left: -1px;
}

.meisai_dlg_body {
    padding: 16px 0px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFF;
    display: table;
    width: 100%;
    font-size: 12px;
}

/* グリッド */
.meisai_grid_area {
    overflow-x: auto;
    overflow-y: auto;
    height: 333px;
}

.gridview_meisai {
    width: 350px;
    margin: 0 auto;
    line-height: 0.9;
    padding: 0px 0;
    border: solid 2px #cccccc;
    box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.2);
    border-collapse: collapse;
}

.gridview_meisai > tbody > tr > th {
    background-color: #098b48;
    color: #FFFFFF;
    vertical-align: middle;
    height: 30px;
    border-width: 0.9px 0;
    border-style: solid;
    border-color: #aaaaaa;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
}

.gridview_meisai > tbody > tr > td {
    vertical-align: middle;
    height: 30px;
    border-width: 0.9px 0;
    border-style: solid;
    border-color: #aaaaaa;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
}

/* No */
.meisai_grid_area .gridview_meisai .grid_no {
    width: 0%; /* Noは表示しない */
    /* 2025.2.28 FJ)mentaki iPnoneで非表示にならなかった対応 Add Start */
    display: none;
    overflow: hidden;
    /* 2025.2.28 FJ)mentaki iPnoneで非表示にならなかった対応 Add End   */
}

/* 荷降方法 */
.meisai_grid_area .gridview_meisai .grid_stack {
    width: 10%;
}
.meisai_grid_area .select_stack {
    height: 30px;
    font-size: 12px;
}

/* 数量 */
.meisai_grid_area .gridview_meisai .grid_quantity {
    width: 9%;
}
.meisai_grid_area .text_quantity {
    height: 30px;
    font-size: 12px;
}

/* 作業時間 */
.meisai_grid_area .gridview_meisai .grid_workingtime {
    width: 8%;
}
.meisai_grid_area .text_workingtime {
    height: 30px;
    font-size: 12px;
}

/* 編集 */
.meisai_grid_area .gridview_meisai .edit_link {
    width: 7%;
}
/* 編集(リンク) */
.meisai_grid_area .gridview_meisai .edit_link a {
    color: #0000ff;
    text-decoration: underline;
}

/* 削除 */
.meisai_grid_area .gridview_meisai .grid_delete {
    width: 4%;
}
/* 削除(リンク) */
.meisai_grid_area .gridview_meisai .delete_link {
    cursor: pointer;
    border: none;
    background: none;
    color: #0000ff;
    text-decoration: underline;
    font-size: 12px;
}
.meisai_grid_area .gridview_meisai .delete_link:hover {
    color: #4C4CFF;
}

/* キャンセルボタン */
.meisai_dlg_cancel {
    display: inline-block;
    margin: 0 39px;
    width: 100px;
    height: 30px;
    text-align: center;
    border-radius: 8px;
    color: #ffffff;
    border: 3px solid darkgray;
    background: linear-gradient(to bottom, darkgray, gray);
    box-shadow: 0px 2px 0 0 darkgray;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

/* 登録ボタン */
.meisai_dlg_ok {
    display: inline-block;
    margin: 0 39px;
    width: 100px;
    height: 30px;
    text-align: center;
    border-radius: 8px;
    color: #ffffff;
    border: 3px solid #11b95f;
    background: linear-gradient(to bottom, #11b95f,#059449);
    box-shadow: 0px 2px 0 0 #16541f;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}
/* 2024.12.12 FJ)mentaki 明細荷降方法追加対応 Add End  */
/*  2025.3.04 FJ)demizu 新URL切替案内 Start End */
/* URL切替案内のメッセージラベル */
.panel_message_urlchange_label {
    display: inline-block;
    float: left;
    margin-top: 4px;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 14px;
    color: #ff0000;
}

.panel_message_urlchangelink_label {
    display: inline-block;
    margin-top: 4px;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 16px;
    color: #0000ff;
    text-decoration: underline;
}
/*  2025.3.04 FJ)demizu 新URL切替案内 Add End */

/* 2025.12.05 MF)Arai 予約情報画面設定対応 Add Start */
.text_10key {
    width: 100%;
}
.text_full {
    width: 100%;
}
.select_umu {
    width: 100%;
}
.select_master {
    width: 100%;
}
/* 2025.12.05 MF)Arai 予約情報画面設定対応 Add End */
/* 2026.1.20 MF)Arai 出荷レポート対応 Add Start　*/
.select_receivingshipping {
    width: 100%;
}
/* 2026.1.20 MF)Arai 出荷レポート対応 Add End　*/
