/*+店舗別在庫金額CSS*/
table,ul li{
    color: black;
    padding: 0;
    margin: 0;
}

ul{
    padding: 0;
    margin: 0;
}

table{
    height: fit-content;
}

table .div_flex{
    width: 100%;
}

/*+ 表示項目*/
/*img店舗別在庫金額画面*/
#img_inventory_amount_by_store{
    width: 45%;
}

table th{
    width: 13%;
}

/**商品情報 product_info*/

/**店舗別在庫一覧(合計) inventory_list_by_store_1*/
.inventory_list_by_store_1 .th_1{
    font-family: "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 900;
    background-color: #E1EFFB;
}

.inventory_list_by_store_1 .store_1_tr{
    font-size: 15px;
}

.inventory_list_by_store_1 .store_1_tr th{
    width: 10%;
}

/*//店舗no～在庫金額 inventory_list_by_store_2*/
/*不要なborder*/
.inventory_list_by_store_2 tr:first-of-type th,
.inventory_list_by_store_2 tr:first-of-type td{
    border-top: none;
}