/*+在庫情報：在庫一覧（在庫管理）CSS*/
table,ul li{
    color: black;
    padding: 0;
    margin: 0;
}

ul{
    padding: 0;
    margin: 0;
}

table{
    height: fit-content;
}

table .div_flex{
    width: 100%;
}

/*+h1:在庫一覧（在庫管理*/
/*+表示条件 filter*/
/**商品区分大・中・小 item_category*/

/**部門(BCPOS) category_bcpos*/

/**部門(BCPOS) category_bcpos*/

/**店舗・グループ選択 .filter .div_2*/

/**分類選択 select_classification*/
.select_classification img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.select_classification > p:first-of-type{
    width: 95%;
    margin: 0 auto;
    margin-bottom: 1em;
}

.select_classification .div_1{
    margin-bottom: 2em;
}

.select_classification table{
    width: 50%;
    height: fit-content;
}

.select_classification table th{
    width: 25%;
}

/*clearボタン*/
.select_classification table tr:last-of-type th img{
    border-radius: unset;
    margin: 0 auto;
    line-height: 1;
}

.select_classification h4{
    font-weight: 400;
    color: black;
    margin: 0;
    padding-left: 2.5em;
}

/*h4左丸*/
.select_classification h4::before{
    content: "●";
    display: inline-block;
    font-size: 20px;
}

/*////メーカー、仕入先、サブジャンル select_classification div_2*/
.select_classification .div_2{
    justify-content: space-between;
    margin-bottom: 1.5em;
}

.select_classification .div_2 div{
    width: 32.5%;
}

.select_classification .div_2 div img{
    width: 80%;
}

/*//カテゴリー select_classification div_3*/
.select_classification .div_3{
    width: 89%;
    width: 95%;
    margin: 0 auto;
}

.select_classification .div_3 p{
    width: 91%;
    margin: 0 auto;
    margin-bottom: 0.5em;
}

.select_classification .div_3 .div_flex{
    width: 60%;
    justify-content: space-between;
    margin-left: 3%;
}

.select_classification .div_3 .div_flex img{
    width: 43.5%;
    margin: 0;
}

/**キーワード keyword*/
.keyword p{
    width: 95%;
    margin: 0 auto;
    margin-bottom: 1em;
}

.keyword .div_flex div{
    width: 50%;
}

.keyword .div_flex div table{
    width: 100%;
}

.keyword .div_flex div table th{
    width: 15%;
}

.keyword .table_1 tr:first-of-type th{
    height: 35px;
    line-height: 35px;
    background-color: #E8EAFF;
}

/*アイコン共通*/
.keyword .table_1 th span{
    display: inline-block;
    line-height: 1;
    font-size: 30px;
    position: relative;
    z-index: 1;
}

/*アイコンの背景色*/
.keyword .table_1 th span::after{
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.7em;
    background-color: white;
    border-radius: 5px;
    position: absolute;
    top: 9%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

/*チェックボックスアイコン fa-square-o*/
.keyword .table_1 th .fa-square-o{
    color: #767676;
}

/*チェック有りアイコン fa-check-square*/
.keyword .table_1 th .fa-check-square{
    color: #0075FF;
}

.keyword .div_flex div .table_1 td{
    width: 35%;
}

.keyword .div_flex div .table_1 td ul li{
    display: inline-flex;
    align-items: center;
}

/*◯ ✕共通*/
.keyword .div_flex div .table_1 td ul li span{
    display: inline-block;
    font-size: 25px;
    font-weight: lighter;
    margin-right: 0.2em;
}

/*◯ fa-circle-o*/
.keyword .div_flex div .table_1 td ul li .fa-circle-o{
    color: #FF0000;
}

/*✕ fa-close*/
.keyword .div_flex div .table_1 td ul li .fa-close{
    color: #0084FF;
}

/*不要なborder*/
.keyword .div_flex div .table_2 tr:first-of-type th,
.keyword .div_flex div .table_2 tr:first-of-type td{
    border-top: none;
}

.keyword img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/**金額指定 specify_amount*/
.specify_amount p{
    width: 95%;
    margin: 0 auto;
    margin-bottom: 1em;
}

.specify_amount .div_flex div{
    width: 55%;
}

.specify_amount .div_flex div table th:not(tr:first-of-type th),
.specify_amount .div_flex div table td{
    font-size: 15px;
}

.specify_amount .div_flex div table th{
    width: 8.5em;
}

.specify_amount .div_flex div table tr:first-of-type th{
    height: 35px;
    line-height: 35px;
    background-color: #E8EAFF;
}

.specify_amount img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: 2em;
}

.specify_amount .div_flex div .table_2,
.specify_amount .div_flex div .table_3{
    margin-top: 1em;
}

/*+在庫情報一覧*/
/*//上部リンク nav_list*/
.nav_list p{
    width: 95%;
    margin: 0 auto;
    margin-top: 1em;
}

/*詳細表示（span）*/
.nav_list p span{
    display: inline-block;
    min-width: 6.5em;
    box-sizing: border-box; 
    font-size: medium;
    line-height: 1;
    letter-spacing: 0.2em;
    text-align: center;
    color: white;
    border: 2px solid transparent;/*hover用*/
    background-color: #585A67;
    border-radius: 5px;
    padding: 0.3em 0;
    margin-right: 0.2em;
}

/*//パネルに検索条件を表示 .on_panel*/
.on_panel .div_flex div img{
    width: 80%;
}

/**一覧表示設定 list_display_settings*/
.list_display_settings th{
    width: 17%;
}

/*画像～商品メモth*/
.list_display_settings .spa_switch{
    width: 99%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list_display_settings .spa_switch::after{
    content: "";
    display: inline-block;
    width: 5em;
    height: 1.5em;
    background-image: url(../../common/css/img/switch_off.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.list_display_settings td{
    width: 39%;
}

.list_display_settings td .div_flex{
    align-items: center;
}

/*img スイッチがONの状態 */
#img_switch_on{
    display: inline-block;
    width: 5em;
    align-items: center;
    margin: 0;
    margin-right: 0.3em;
}

/*==アイコン icon*/
.list_display_settings .icon th{
    line-height: 1;
}

.list_display_settings .icon th span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    margin: 0.1em auto;
    background-color: white;
}

/*印刷アイコン 背景色調整 fa-print*/
.list_display_settings .icon th .fa-print{
    width: 20px;
    height: 30px;
    border-top-right-radius: 8px;
}

/*？アイコン 背景色調整 fa-question-circle*/
.list_display_settings .icon th .fa-question-circle{
    width: 20px;
    height: 30px;
    border-radius: 30%;
}

/*CSVアイコン 背景色調整 fa-file-text-o*/
.list_display_settings .icon th .fa-file-text-o{
    border-top-right-radius: 15px;
}

/*==店舗毎 per_store*/
.list_display_settings .per_store .div_flex .div_flex{
    width: 60%;
    align-items: flex-start;
    margin: 0;
}

/*ing 店舗コードと店舗名が表示されます。*/
#img_per_store{
    width: 20%;
    margin: 0;
}

/*==商品メモ product_memo*/
.list_display_settings .product_memo .div_flex .div_flex{
    width: 60%;
    align-items: flex-start;
    margin: 0;
}

/*ing 店舗コードと店舗名が表示されます。*/
#img_product_memo{
    width: 20%;
    margin: 0;
}


/**一覧表示項目 list_display_items*/
.list_display_items th:not(.com_h4_th){
    width: 11%;
    font-family: "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 900;
}


/*アイコン共通*/
.list_display_items .icon span{
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    color: #585A67;
}

/*==総在庫数 total_stock_quantity*/
.list_display_items .total_stock_quantity th span{
    display: inline-block;
    min-width: 80%;
    height: 1.7em;
    line-height: 1.7em;
    text-align: center;
    font-family: "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    color: white;
    background-color: #3F5DA5;
    border-radius: 5px;
    margin: 0.2em auto;
}

/*==総在庫金額 total_stock_amount*/
.list_display_items .total_stock_amount th span{
    display: inline-block;
    min-width: 80%;
    height: 1.7em;
    line-height: 1.7em;
    text-align: center;
    font-family: "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    color: white;
    background-color: #3F5DA5;
    border-radius: 5px;
    margin: 0.2em auto;
}

/*==商品コード product_code*/
/*img箱*/
.list_display_items .product_code th span{
    display: inline-flex;
    min-width: 70%;
    justify-content: space-between;
    align-items: center;
}

.list_display_items .product_code th span::after{
    content: "";
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-image: url(../../common/css/img/icon_box.png);
    background-repeat: no-repeat;
    background-size: contain;
}

/*img分析グラフ*/
.list_display_items .product_code td .spa_1{
    display: inline-flex;
    align-items: center;
}

.list_display_items .product_code td .spa_1::after{
    content: "";
    display: inline-block;
    width: 1.45em;
    height: 1.45em;
    background-image: url(../../common/css/img/icon_chart_analysis.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 0.2em;
}

/*==JAN jan_code*/
/*imgリスト*/
.list_display_items .jan_code th span{
    letter-spacing: 0.1em;
    display: inline-flex;
    min-width: 45%;
    justify-content: space-between;
    align-items: center;
}

.list_display_items .jan_code th span::after{
    content: "";
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-image: url(../../common/css/img/icon_list.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    margin-bottom: 0.5em;
}

/*==商品名 product_name*/
/*imgペン*/
.list_display_items .product_name th span{
    display: inline-flex;
    min-width: 70%;
    justify-content: center;
    align-items: center;
}

.list_display_items .product_name th span::after{
    content: "";
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    background-image: url(../../common/css/img/icon_pen.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 0.2em;
}

/*==在庫数 stock_quantity*/
.list_display_items .stock_quantity th{
    color: #585A67;
    text-decoration: underline;
    text-decoration-color: #585A67;
}

/*==在庫金額 stock_amount*/
.list_display_items .stock_amount th{
    color: #585A67;
    text-decoration: underline;
    text-decoration-color: #585A67;
}

/*==回転日数 inv_turn_days*/
.list_display_items .inv_turn_days th .div_flex{
    width: 3.5em;
    justify-content: space-between;
}

.list_display_items .inv_turn_days td p{
    margin-bottom: 1em;
}

.list_display_items .inv_turn_days td ul{
    width: 95%;
    display: flex;
}

.list_display_items .inv_turn_days td li{
    display: flex;
    align-items: center;
    margin-left: 2.5%;
}

/*上下アイコンサイズ*/
.list_display_items .inv_turn_days td ul li .fa-arrow-circle-o-up,
.list_display_items .inv_turn_days td ul li .fa-arrow-circle-down{
    display: inline-block;
    width: 1em;
    font-size: 30px;
    color: #585A67;
}

.list_display_items .inv_turn_days td ul li .spa_1{
    flex: 1;
}

/*===稼働率 operating_rate*/
.list_display_items .operating_rate th .div_flex{
    width: 3.5em;
    justify-content: space-between;
}

.list_display_items .operating_rate th .div_flex{
    width: 3.5em;
    justify-content: space-between;
}

.list_display_items .operating_rate td p{
    margin-bottom: 1em;
}

.list_display_items .operating_rate td ul{
    width: 95%;
    display: flex;
}

.list_display_items .operating_rate td li{
    display: flex;
    align-items: center;
    margin-left: 2.5%;
}

/*上下アイコンサイズ*/
.list_display_items .operating_rate td ul li .fa-arrow-circle-o-up,
.list_display_items .operating_rate td ul li .fa-arrow-circle-down{
    display: inline-block;
    width: 1em;
    font-size: 30px;
    color: #585A67;
}

.list_display_items .operating_rate td ul li .spa_1{
    flex: 1;
}

/*==商品区分 product_classification*/
.product_classification td span{
    text-decoration: underline;
    text-decoration-color: red;
}



