﻿/* 残在庫 */

.table_wrap{
    overflow: auto;
}

.symbol{
    text-align: center;
}

.residual-inventory-box {
background: #1b1898;
width: 100%;
}

.residual-inventory {
    display: flex;
    padding: 10px;
    max-width:520px;
    width: 100%;
    margin: 0 auto;
}

.end-count {
    font-size: 2.2em;
    color: #fff;
    font-weight: bold;
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* 出荷状況 */

.shipment-title {
    color: #fff94a !important;
    font-size: 20px;
    padding: 20px 0;
}

.shipment-count {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
}

.shipment-count table {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
}

.shipment-count table td,.shipment-count table th {
    padding: 15px 0;
    box-sizing: border-box;
}

.shipment-count table th{
    background: #000;
    color: #fff;
}

.shipping_status {
    background: #d8d8d8;
}

.shipping_status:last-child {
    color: red !important;
    background: #fff94a;
}


/* ご注文状況 */

.table_wrap {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
}

.table_wrap table{
    width: 100%;
}

.item_image {
    text-align: center;
    max-width: 100%;
}

.item_image img {
    max-width: 30px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#viewer {
    position: relative;
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
}

#viewer-box {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    background: red;
    color: white;
    padding: 7px;
    border-radius: 5px;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    text-align: right;
}

/* 購入準備中 */
.now-login {
    font-size: 15px;
    font-weight: bold;
    color: yellow;
}

.now-login:last-child{
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}



/* img-container */
.img-container {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
}


/* その他 */
.adjust-fixed-content__mod {

top:68px;
         height: 114px;
    margin-left:460px;
        position: fixed;
        z-index: 10000;
        width: 158px;
        background-image: url(../image/counter.png);
    }

.counterp {
    margin: 13px 0;
    padding: 0;
    color: #red;
    text-align: center;
    font-size: 25px;
    line-height: 38px;
    font-weight: bold;
    }
