/*+伝票・明細情報：担当者別CSS*/

/*共通*/
.div_flex{
    width: 95%;
    display: flex;
    margin: 0 auto;
}

.spa_block{
    display: block;
}

table{
    margin-bottom: 0;
}

.div_flex_h3{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}


/**指定期間 period*/
.period > p:first-of-type{
    width: 100%;
    padding-left: 1em;
    margin-bottom: 1em;
}

.period .div_flex{
    justify-content: space-between;
}

.period .div_flex div{
    width: 48%;
}

.period .div_flex div p{
    padding-left: 1.5em;
    margin-bottom: 0.5em;
}


/*p左丸*/
.period .div_flex div p::before{
    content: "●";
    display: inline-block;
    font-size: 20px;
}

.period .div_flex div img{
    width: 60%;
}

/**店舗コード shop_code*/
.shop_code{
    position: relative;
}

.shop_code .div_flex{
    justify-content: space-between;
}

img[data-original="../../2-sales_details/2-1-006/img/shop_code_1.png"]{
    width: 45%;
}

.shop_code .div_1{
    width: 40%;
    position: absolute;
    top: 45%;
    left: 4.2%;
    left: 3.5em;
}

.shop_code .div_1 div:first-of-type{
    margin-bottom: 1.5em;
}

/*p左丸*/
.shop_code .div_1 p::before{
    content: "●";
    display: inline-block;
    font-size: 20px;
}

.shop_code .div_1 img{
    width: 90%;
}

/**担当者コード staff_code*/
.staff_code img{
    width: 35%;
}

/**日付表示 売上ベスト表示*/
/*//日付表示 date_display*/
.date_display{
    width: 49%;
}

.date_display p{
    width: 100%;
    padding-left: 1em;
}

.date_display ul{
    color: black;
    margin-top: 1em;
    margin-bottom: 0;
}

.date_display ul li{
    width: 70%;
    line-height: 2em;
    text-align: left;
    margin: 0 auto;
}

.date_display ul li span{
    display: inline-block;
    width: 3em;
    text-decoration: underline;
}

/*//売上ベスト表示 best_sales*/
.best_sales{
    width: 49%;
}

.best_sales p{
    width: 100%;
    padding-left: 1em;
}

.best_sales ul{
    color: black;
    margin-top: 1em;
    margin-bottom: 0;
}

.best_sales ul li{
    width: 55%;
    line-height: 2em;
    text-align: left;
    margin: 0 auto;
}

.best_sales ul li span{
    display: inline-block;
    width: 3em;
    text-decoration: underline;
}

/**粗利計算金額 gross_profit*/
.gross_profit .div_flex{
    width: 95%;
    justify-content: space-between;
}

.gross_profit .div_1{
    width: 44%;
}

.gross_profit .div_1 img{
    width: 97%;
    margin-top: 0.5em;
}

.gross_profit table{
    width: 55%;
}

.gross_profit table .tr_1 th{
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: left;
    font-weight: bold;
    color: #3D4449;
    background-color: #ECECFF;
    padding-left: 1em;
}

.gross_profit table .tr_2 td{
    font-weight: bold;
}

.gross_profit table th{
    width: 10%;
}

.gross_profit table tr:not(.tr_1):not(.tr_2) th,
.gross_profit table tr:not(.tr_1):not(.tr_2) td {
    font-size: 14px;
}

/**値引表示 discount*/
.discount{
    width: 49%;
}

.discount p{
    width: 100%;
    padding-left: 1em;
    margin-bottom: 1em;
}

.discount img{
    width: 65%;
}

/**税抜表示 excl_tax*/
.excl_tax{
    width: 49%;
}

.excl_tax p{
    width: 100%;
    padding-left: 1em;
    margin-bottom: 1em;
}

.excl_tax img{
    width: 80%;
}

/**店舗別表示 by_store*/
.by_store img{
    width: 35%;
    height: fit-content;
}

/**データダウンロード*/
.download p{
    width: 100%;
    padding-left: 1em;
    margin-bottom: 1em;
}

.download .div_flex{
    justify-content: space-between;
}

.download .div_flex div{
    width: 49%;
}

.download .div_flex div h4{
    font-weight: normal;
    color: black;
    margin-bottom: 0.3em;
}

/*h4左●*/
.download .div_flex div h4::before{
    content: "●";
    display: inline-block;
    font-size: 20px;
}

.download .div_flex div img{
    width: 20%;
    margin-right: 7%;
}