﻿/*******************/
/*   共通ＣＳＳ    */
/*******************/

/*--------------- ページ全体設定 ---------------*/
/*画面背景色設定*/
body {
    background: #f5f5f5;
    font-size: 18px !important;
    height: 100%;
    width: 100%;
}

/*機能画面デフォルト設定*/
.pc_layout_def {
    color: #000000;
}

/*flex状態を適用*/
.set_flex {
    display: flex !important;
    flex-wrap: wrap;
    position:relative;
}

/*レイアウトの中央寄せ*/
.pc_layout_center {
    position: static;
    margin-right: auto;
    margin-left: auto;
}

/*-------------------ヘッダ部分--------------------*/
.logout_font{
    color: #ffffff;
    margin-top:13px;
}
    .logout_font:hover{
        color:#c3c3c3;
    }

/*モーダルヘッダの閉じるボタン位置*/
.close_pos {
    display: inline-block;
    position: absolute;
    right: 10px;
    margin-top: 13px;
    margin-bottom: auto;
}

/*---------------- 検索エリア設定 ---------------*/

/*検索エリア全体設定*/
.search_erea {
    width: 100% !important;
    background: #ffffff;
    padding: 10px;
    border: 1px solid #c3c3c3;
    border-radius: 10px;
    overflow: auto;
}

/*検索項目配置エリア設定(残りスペースはボタン)*/
.search_item {
    display: inline-block;
    margin-left: 0px !important;
}

/*検索ラベルのマージン設定*/
.lbl_margin{
    margin:7px 0px 7px 20px;
}

/*検索テキストのマージン設定*/
.search_margin {
    margin: 5px 0px;
}

/*検索ボタン位置設定*/
.btn_locate_sh {
    align-self: flex-end;
    margin-left: auto;
}

/* 登録エリア設定(登録画面) */
.upd_erea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: auto;
}

/*--------------- ボタンエリア設定 ---------------*/
/*ボタンエリア全体設定*/
.btn_erea {
    width: 100%;
    padding: 5px 10px;
    text-decoration: none;
    list-style: none;
    flex-wrap: nowrap !important;
    overflow: auto;
}

/*メニューボタン[≡]位置設定*/
.btn_locate_menu {
    margin-right: 0;
}
/*メニューボタンデザイン*/
.btn_color_menu {
    font-size: 22px;
    padding: 0.3em 1em;
    text-decoration: none;
    background: #0097f1;
    color: white;
    border: solid 2px #0097f1;
    margin-left: auto;
    transition: .4s;
}
    .btn_color_menu:hover {
        background: #006cac;
        border: solid 2px #006cac;
    }

/*各機能(登録/検索など)系ボタンサイズ設定*/
.btn_size_def {
    height: 50px;
    width: 160px;
    padding: 0.3em 1em;
    margin-right: 10px;
}
/*PDFダウンロードボタンサイズ*/
.btn_size_download {
    height: 50px;
    width: 250px;
    padding: 0.3em 1em;
    margin-right: 10px;
}
/*各機能系(登録/検索など)ボタン設定デザイン*/
.btn_color_def {
    display: inline-block;
    text-decoration: none;
    background: #095785;
    color: white;
    border: solid 2px #095785;
    transition: .4s;
}
    .btn_color_def:hover {
        background: #022a42;
        color: white;
    }

/*出力、印刷系ボタンデザイン*/
.btn_color_print {
    display: inline-block;
    text-decoration: none;
    color: white;
    background: #03713b;
    border: solid 2px #03713b;
    transition: .4s;
}
    .btn_color_print:hover {
        background: #043521;
        color: white;
    }

/*ボタン右端設定*/
.btn_right {
    margin-left: auto;
}    
/*削除系ボタンサイズ設定*/
.btn_size_del {
    height: 50px;
    width: 160px;
    padding: 0.3em 1em;
    margin-right: 10px;
}
/*削除系ボタンデザイン*/
.btn_color_del {
    display: inline-block;
    text-decoration: none;
    background: #931301;
    color: white;
    border: solid 2px #931301;
    transition: .4s;
}
    .btn_color_del:hover {
        background: #4d0c03;
        color: white;
    }

/*削除ボタン位置設定*/
.btn_locate_del {
    align-self: flex-end;
    margin-left: auto;
    float: right;
}

/*選択ボタンサイズ設定*/
.btn_size_select {
    height: 32px;
    width: auto;
    font-size: 16px;
    padding: 0.3em 1em;
}
/*選択ボタンデザイン*/
.btn_color_select {
    display: inline-block;
    text-decoration: none;
    color: #797979;
    background: #ffffff;
    border: solid 2px #797979;
    transition: .4s;
}
    .btn_color_select:hover {
        background: #aeaeae;
    }

/*並び替え(▲/▼)ボタンサイズ設定*/
.btn_size_num {
    margin: 1px;
    padding-left: 4px;
    padding-right: 4px;
}
/*並び替えボタンデザイン*/
.btn_color_num {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    background: #191919;
    border: solid 2px #191919;
    transition: .4s;
}
    .btn_color_num:hover {
        background: #484848;
        border: 2px solid #484848;
    }

/*一覧末尾ボタンサイズ設定*/
.btn_tail_size {
    height: 35px;
    width: 150px;
}

/*その他ボタンサイズ設定*/
.btn_size_option {
    height: 32px;
    width: auto;
    font-size: 16px;
    padding: 0.3em 1em;
}
/*その他ボタンデザイン*/
.btn_color_option {
    display: inline-block;
    text-decoration: none;
    color: #000000;
    background: #c7c7c7;
    border: solid 2px #c7c7c7;
    transition: .4s;
}
    .btn_color_option:hover {
        background: #777777;
    }

/*--------------- 一覧エリア設定 ---------------*/
/*一覧エリア全体設定*/
.list_erea {
    width: 1900px;
    margin-bottom: 5px;
    table-layout: fixed;
}

/*一覧ヘッダ設定(罫線/文字サイズ/位置等)*/
.tblhead th {
    border: 1px solid #9c9c9c;
    border-spacing: 0;
    text-align: center;
    padding: 5px;
}

/*一覧ボディ設定(罫線/文字サイズ/位置等)*/
.tblbody td {
    border: 1px solid #9c9c9c;
    border-spacing: 0;
    height: 50px;
}

/*一覧ヘッダ設定(色)*/
.deflist_color_head /*当クラスは、後日削除*/ {
    background: #284159;
    color: white;
    font-weight: normal;
}

.tblheader_color {
    background: #284159;
    color: white;
    font-weight: normal;
}

/*一覧ボディ設定(色)*/
.deflist_color_body /*当クラスは、後日削除*/ {
    background: #ffffff;
}

.tblbody_color {
    background: #ffffff;
}

/*一覧のブロック要素設定*/
.head_scroll, .body_scroll{
    display: block !important;
}

/*一覧ボディ部のスクロール有効*/
.body_scroll{
    height: 522px;
    overflow-y: scroll;
}

/*一覧スクロール部分の余白(ヘッダ右端)*/
.yohaku {
    width: 19px;
}

/* 一覧のブロック要素設定 */
.modal_head_scroll, .modal_body_scroll {
    display: block !important;
}
/* 一覧ボディ部のスクロール有効 */
.modal_body_scroll {
    height: 321px;
    margin-bottom: 15px;
    overflow-y: scroll;
}

/*--------------- ラベル幅設定 ---------------*/

/*2文字ラベル*/
.lbl_char2 {
    margin-right: 56px;
}

/*3文字ラベル*/
.lbl_char3 {
    margin-right: 38px;
}

/*4文字ラベル*/
.lbl_char4 {
    margin-right: 20px;
}

/*5文字ラベル*/
.lbl_char5 {
    margin-right: 2px;
}

/*--------------- テキストボックスサイズ ---------------*/

/*コード系*/
.txtbox_cd {
    width: 200px;
}

/*名称系*/
.txtbox_nm {
    width: 380px;
}

/*日付系*/
.txtbox_date {
    width: 140px;
}

/*数量系*/
.txtbox_suryo {
    width: 115px;
}

/*単位*/
.txtbox_unit {
    height: 30px;
    width: 80px;
}

/*注意事項*/
.txtbox_chui{
    width: 585px;
}

/*備考系*/
.txtbox_biko {
    width: 590px;
    height: 67px;
    vertical-align: top;
}

/*---------- テキストボックス設定 (マージン/色) ----------*/

/*入力中は背景色変更*/
input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="password"]:focus {
    background-color: lightyellow;
}
/*必須入力欄の色指定*/
input:required {
    background-color: pink;
}
/*必須入力欄の内、未入力の欄は強調表示*/
input:invalid {
    border-color: red;
    border-width: 3px;
}
input:required:valid:focus {
    background-color: lightyellow;
}

/*コード_名称の間隔*/
.cd-nm_space {
    margin-right: 10px;
}

/*ラジオボタン間隔*/
.radiopadding {
    padding-right: 8px;
    padding-left: 1px;
}

/*テキストボックス枠線*/
.txt_border {
    border: 1px solid #dadada;
}

/*項目間隔を無くす*/
.no_space_from {
    margin-right: 0px !important;
}
.no_space_to {
    margin-left: -40px !important;
}

/*パディングカット用クラス*/
.padding-cut{
    padding: 0px !important;
}

/*常にアルファベット大文字に設定(社員コード欄に使用)*/
.omoji {
    text-transform: uppercase;
}

/*---------- テキスト文字_位置設定 ----------*/

/*中央寄せ*/
.txtcenter {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

/*左寄せ*/
.txtleft {
    text-align: left;
    padding-left: 5px;
}

/*右寄せ*/
.txtright {
    text-align: right;
    padding-right: 5px;
}

/*プルダウン系*/
.pulldown {
    height: 29px;
}

/*改行文字*/
.kaigyo{
    word-break:break-all;
}
/*---------- 項目の活性、非活性 ----------*/
.no_kassei {
    background: #c2c2c2;
}


/*--------------- エラーメッセージ ---------------*/
.error {
    padding-right: 5px;
    color: #FF0000;
    height:48px;
}

.error_erea {
    display: flex;
    flex-wrap: wrap;
    width: 98%;
    background: #FFEEFF;
    padding: 10px;
    border: 1px solid #c3c3c3;
    border-radius: 10px;
    margin-top: 5px;
    height: 80px;
    overflow: auto;
}
.modal_error_erea {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    background: #FFEEFF;
    padding: 10px;
    border: 1px solid #c3c3c3;
    border-radius: 10px;
    margin-top: 5px;
    height: 70px;
    overflow: auto;
}
.active {
    ime-mode: active;
}

.disabled {
    ime-mode: disabled;
}
.inactive {
    ime-mode: inactive;
}

.modal-message-body {
    width: 50%;
}