/*+ 売上：全体（日報）CSS*/}
/**設定リセット*/
ul li{
    list-style: none;
    color: black;
}

/*+ 検索 search CSSはsource_basic.css*/

/*+ 日報概況 daily_summary */
/**  パネルに検索条件を表示 daily_summary on_panel */
.daily_summary .on_panel{
    width: 100%;
    margin-top: 2em;
}

.daily_summary .on_panel p:first-of-type{
    width: 100%;
    padding: 0 1em;
    margin-bottom: 1em;
}

.daily_summary .on_panel p:last-of-type{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    padding-left:2em;
}

/*p左チェックボックス*/
.daily_summary .on_panel p:last-of-type::before{
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background-image: url(../common_img/check_on.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0.5em;
}

/*店舗、グループ表示*/
.daily_summary .on_panel .div_flex{
    width: 100%;
    display: flex;
    margin: 0 auto;
}

.daily_summary .on_panel .div_flex div{
    width: 50%;
}

.daily_summary .on_panel .div_flex div h4{
    all: unset;
    color: black;
    padding-left: 3em;
}

/*h4左丸*/
.daily_summary .on_panel .div_flex div h4::before{
    content: "●";
    display: inline-block;
    font-size: 20px;
}

.daily_summary .on_panel .div_flex div img{
    width: 80%;
}

/**日報概況　上部 daily_summary div_1*/
.daily_summary .div_1 h3{
    width: calc(100% - 1em);
}

.daily_summary .div_1 > img:first-of-type{
    margin: 2em auto 1.5em;
}

.daily_summary .div_1 .table_flex{
    width: 95%;
    margin: 0 auto;
}

.daily_summary .div_1 .table_left,
.daily_summary .div_1 .table_right{
    table-layout: fixed; /* レイアウトを固定 */
    margin-bottom: 0;
}

/*th tdの高さ固定（ズレ防止）*/
.daily_summary .div_1 .table_left tr:first-of-type th,/*左1列目*/
.daily_summary .div_1 .table_left tr:first-of-type td,
.daily_summary .div_1 .table_right tr:first-of-type th,/*右1列目*/
.daily_summary .div_1 .table_right tr:first-of-type td{
    height: 60px;
}

.daily_summary .div_1 .table_left tr:last-of-type th,/*左2列目*/
.daily_summary .div_1 .table_left tr:last-of-type td,
.daily_summary .div_1 .table_right tr:last-of-type th,/*右2列目*/
.daily_summary .div_1 .table_right tr:last-of-type td{
    height: 75px;
}

.daily_summary .div_1 .table_left th,
.daily_summary .div_1 .table_right th{/*CSSリセット*/
    font-family: unset;
    font-weight: normal;
    background-color: #EDECEC;
}

.daily_summary .div_1 .table_left th img,
.daily_summary .div_1 .table_right th img{
    width: 30%;
    margin: 0.2em auto;
}

.daily_summary .div_1 .table_left td,
.daily_summary .div_1 .table_right td{/*CSSリセット*/
    font-size: medium;
    line-height: normal;
}

/*上下の範囲内*/
.daily_summary .div_1 .table_right span{
    display: inline-block;
    width: 6.5em;
    text-align: center;
    color: #809ED0;
    border: 2px dotted #809ED0;
    border-radius: 5px;
    margin: 0 0.2em;
}

/**円グラフ daily_summary div_2 daily_summary_pie_chart*/
.daily_summary .div_2 h3{
    width: calc(100% - 1em);/*1em分右にはみ出るのを解消*/
}

.daily_summary .div_2 > p:first-of-type{
    width: 100%;
    padding-left: 1em;
    margin: 1em 0;
}

.daily_summary .div_2 .spa_1{
    font-weight: bold;
}

/*div_2_1*/
.daily_summary .div_2 .div_2_1{
    width: 97%;
    display: flex;
    margin: 0 auto;
}

.daily_summary .div_2 .div_2_1 div{
    width: 40%;
}

.daily_summary .div_2 .div_2_1 div table{
    width: 95%;
}

.daily_summary .div_2 .div_2_1 div table th{
    width: 5em;
}

.daily_summary .div_2 .div_2_1 img{
    width: 60%;
    margin: 0;
}

/*div_2_2*/
.daily_summary .div_2 .div_2_2{
    width: 97%;
    display: flex;
    margin: 0 auto;
}

.daily_summary .div_2 .div_2_2 p{
    width: 40%;
}

/*p左丸*/
.daily_summary .div_2 .div_2_2 p::before{
    content: "●";
    display: inline-block;
    font-size: 20px;
    margin-right: 0.2em;
}

/*(未登録)*/
.daily_summary .div_2 .div_2_2 .spa_2{
    display: inline-block;
    width: 4.7em;
    line-height: 75%;
    text-align: center;
    color: #585A67;
    border-bottom: 2px solid #1A73B9;
}

.daily_summary .div_2 .div_2_2 img{
    width: 60%;
    margin: 0;
}

/*div_2_3*/
.daily_summary .div_2 .div_2_3{
    width: 97%;
    display: flex;
    margin: 0 auto;
}

.daily_summary .div_2 .div_2_3 p{
    width: 40%;
}

/*p左丸*/
.daily_summary .div_2 .div_2_3 p::before{
    content: "●";
    display: inline-block;
    font-size: 20px;
    margin-right: 0.2em;
}


.daily_summary .div_2 .div_2_3 img{
    width: 60%;
    margin: 0;
}

/*+日報report*/
/** 日報上部 report div_1*/
.report .div_1 > img:first-of-type{
    margin: 1em 0 2em;
}

/*table設定リセット*/
.report .div_1 .table_left,
.report .div_1 .table_right{
    margin-bottom: 0;
}

.report .div_1 .table_left th,
.report .div_1 .table_right th{
    background-color: #EDECEC;
}

.report .div_1 .table_left td,
.report .div_1 .table_right td{
    font-weight: normal;
    font-size: unset;
    line-height: normal;
}

/*印刷・CSV*/
.report .div_1 .table_left tr:first-of-type th,/*高さ固定(ズレ防止)*/
.report .div_1 .table_right tr:first-of-type th{
    height: 60px;
}

.report .div_1 .table_left tr:first-of-type th img,
.report .div_1 .table_right tr:first-of-type th img{
    width: 30%;
    margin: 0.2em auto;
}

/*前日・翌日*/
.report .div_1 .table_left tr:nth-of-type(2) img,
.report .div_1 .table_right tr:nth-of-type(2) img{
    width: 30%;
}

/*前年同～同ベスト*/
.report .div_1 .table_left tr:nth-of-type(3) img,
.report .div_1 .table_right tr:nth-of-type(3) img,
.report .div_1 .table_left tr:last-of-type img,
.report .div_1 .table_right tr:last-of-type img{
    width: 55%;
}

/*局指定*/
.report .div_1 .d_1{
    border-top: none;
}

.report .div_1 .d_1 span{
    display: inline-block;
    width: 100%;
    background-color: #EDECEC;
    border-bottom: ipx solid #D8DCDE;
}

.report .div_1 .d_1 span img{
    width: 37%;
    margin: 0.5em 0;
    margin-left: 4.3em;
}

.report .div_1 .d_1 p{
    width: 100%;
    padding-left: 1em;
    margin: 0 auto;
    margin-bottom: 1em;
}

.report .div_1 .d_1 .ul_flex{
    width: 90%;
    color: black;
    display:  flex;
    margin: 0 auto;
}

.report .div_1 .d_1 .ul_flex ul{
    margin-bottom: 0;
}

/*ul_1*/
.report .div_1 .d_1 .ul_flex .ul_1{
    width: 28.5%;
    position: relative;/*office_selection_off、office_selection_onの親*/
}

.report .div_1 .d_1 .ul_flex .ul_1 li{
    width: 31.5%;
    text-align: right;
    border-top: 2px solid #212121;
    border-left: 2px solid #212121;
    border-right: 2px solid #767676;
    border-bottom: 2px solid #767676;
    padding: 0.1em 0;
    padding-right: 0.2em;
    margin: 0 0 0 auto;
    margin-bottom: 0.5em;
}

/*局指定なし(左)*/
.report .div_1 .d_1 .ul_flex .ul_1 li:first-of-type{
    background-color: #C0C0C0;
}

.report .div_1 .d_1 .ul_flex .ul_1 li:first-of-type::before{
    content: "";
    display: inline-block;
    width: 190px;
    height: 30px;
    background-image: url(img/office_selection_off.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

/*1~5、1~1(左)*/
.report .div_1 .d_1 .ul_flex .ul_1 li:nth-of-type(2),
.report .div_1 .d_1 .ul_flex .ul_1 li:last-of-type{
    background-color: white; 
}

.report .div_1 .d_1 .ul_flex .ul_1 li:nth-of-type(2)::before{
    content: "";
    display: inline-block;
    width: 190px;
    height: 30px;
    background-image: url(img/office_selection_on.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 34%;
    left: 0; 
}

/*ul_2*/
.report .div_1 .d_1 .ul_flex .ul_2{
    width: 13%;
    position: relative;/*～の親*/
}

.report .div_1 .d_1 .ul_flex .ul_2 li{
    width: 75.5%;
    text-align: right;
    border-top: 2px solid #212121;
    border-left: 2px solid #212121;
    border-right: 2px solid #767676;
    border-bottom: 2px solid #767676;
    padding: 0.1em 0;
    padding-right: 0.2em;
    margin: 0 0 0 auto;
    margin-bottom: 0.5em;
}

/*局指定なし(右)*/
.report .div_1 .d_1 .ul_flex .ul_2 li:first-of-type{
    background-color: #C0C0C0;
}

/*1~5、1~1(右)*/
.report .div_1 .d_1 .ul_flex .ul_2 li:nth-of-type(2),
.report .div_1 .d_1 .ul_flex .ul_2 li:last-of-type{
    background-color: white; 
}

/*～*/
.report .div_1 .d-1 .ul_flex .ul_2 li::before{
    content: "～";
    display: inline-block;
    width: 0;
    height: 0;
    font-size: 18px;
    position: absolute;
    left: 10%;
}

/*ul_3*/
.report .div_1 .d_1 .ul_flex .ul_3{
    /*width: 58.5%;*/
    width: auto;
    padding-left: 0;
}

.report .div_1 .d_1 .ul_flex .ul_3 li{
    width: 100%;
    height: 34px;
    line-height: 34px;
    margin-bottom: 0.47em;
}

/*・・・*/
.report .div_1 .d_1 .ul_flex .ul_3 li::before{
    content: "・・・";
    display: inline-block;
    width: 3em;
    height: 0;
    font-size: 20xp;
    margin-right: 1em;
}

/**日報各項目 report div_2*/
.report .div_2 h3,
.report .div_2 h3,
.report .div_3 h3,
.report .div_4 h3,
.report .div_5 h3,
.report .div_6 h3,
.report .div_7 h3,
.report .div_8 h3,
.report .div_9 h3,
.report .div_10 h3,
.report .div_11 h3{
    margin-bottom: 0;
}

/*//日報*/
.report .div_2 > table:first-of-type{
    margin-bottom: 0;
}

/*いらないborder*/
.report .div_2 > table:first-of-type tr:first-of-type th,
.report .div_2 > table:first-of-type tr:first-of-type td{
    border-top: none;
}
.report .div_2 > table:first-of-type tr:last-of-type th,
.report .div_2 > table:first-of-type tr:last-of-type td{
    border-bottom: none;
}

.report .div_2 > table:first-of-type th{
    width: 17.8%;
    font-family: "YuGothicM", "Yu Gothic", Meiryo, sans-serif;
    font-weight: bold;
    color: white;
    background-color: #585A67;
}

.report .div_2 > table:first-of-type td{
    font-size: small;
    padding-left: 1em;
}

.report .div_2 .table_left td span,
.report .div_2 .table_right td span{
    display: block;
    font-size: small;
}

/*//売上除外 .report .div_3*/
.report .div_3 .table_left tr:first-of-type th,
.report .div_3 .table_left tr:first-of-type td,
.report .div_3 .table_right tr:first-of-type th,
.report .div_3 .table_right tr:first-of-type td{
    border-top: none;
}

/*//現金収支 report div_4*/
.report .div_4 .table_left,
.report .div_4 .table_right{
    margin-bottom: 0;
}

.report .div_4 h3{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.report .div_4 h3 a{
    display: inline-block;
    width: 7em;
    font-size: medium;
    font-weight: normal;
    text-decoration: underline;
    margin-right: 3em;
}

.report .div_4 .table_left th a{
    color: #8F8E8E;
    text-decoration: underline;
}

.report .div_4 .table_left th a:hover{/*hoverの色変更のためにmain.css内a:hoverの!importantを無効化*/
    color: #000;
}

/*//ＱＲ決済合計 div_5*/
.report .div_5{
    width: 100%;
    border: 1px solid #D8DCDE;
    border-top: none;
    padding-bottom: 2em;
}

.report .div_5 h4{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-family: "YuGothicM", "Yu Gothic", Meiryo, sans-serif;
    font-size: 16px;
    color: black;
    background-color: #AFEEEE;
    padding-left: 1em;
    position: relative;
}

/*(+)*/
.report .div_5 h4::after{
    content: "";
    display: inline-block;
    width: 40px;
    height: 25px;
    background-image: url(img/report_qr_plus.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 8%;
    left: 10%;
}

.report .div_5 > p:first-of-type{
    width: 100%;
    padding-left: 1em;
    margin-bottom: 1em;
}

.report .div_5 > div:first-of-type{
    width: 95%;
    border: 1px solid #D8DCDE;
    background-color: #AFEEEE;
    margin: 0 auto;
}

/*数・金額*/
.report .div_5 div .ul_top{
    width: 100%;
    display: flex;
    border-bottom: 1px solid #D8DCDE;
    background-color: #DCDCDC;
    padding: 0.2em 0;
    margin: 0;
}

.report .div_5 div .ul_top li{
    width: 10%;
    font-family: "YuGothicM", "Yu Gothic", Meiryo, sans-serif;
    font-weight: bold;
    color: #808080;
    margin:  0 0 0 auto;
}

/*.ul_top li 奇数(数)*/
.report .div_5 div .ul_top li:nth-child(odd){
    text-align: right;
    padding-right: 2.3%;
}

/*.ul_top li 偶数(金額)*/
.report .div_5 div .ul_top li:nth-child(even){
    text-align: center;
}

/*ＱＲ決済合計の列 */
.report .div_5 div .ul_1{
    width: 50%;
    display: flex;
    border-right: 1px solid #D8DCDE;
    padding: 0.2em 0;
    margin: 0;/*リセット*/
    margin-left: 0;
}

/*ul_1 li*/
.report .div_5 div .ul_1 li:first-of-type{
    width: 25%;
    font-family: "YuGothicM", "Yu Gothic", Meiryo, sans-serif;
    font-weight: bold;
    position: relative;
}

/*(-)*/
.report .div_5 div .ul_1 li:first-of-type::after{
    content: "";
    display: inline-block;
    width: 40px;
    height: 25px;
    background-image: url(img/report_qr_minus.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -10%;
    right: 0;
}

/*ul_1 li 2,3番目のサイズ*/
.report .div_5 div .ul_1 li:not(li:first-of-type){
    width: 37.5%;
}

/*ul_1 li 2番目*/
.report .div_5 div .ul_1 li:nth-of-type(2){
    text-align: center;
}

/*ul_1 li 3番目*/
.report .div_5 div .ul_1 li:last-of-type{
    text-align: right;
    padding-right: 1.2em;
}

.report .div_5 div .ul_flex{
    width: 100%;
    display: flex;
    border-top: 1px solid #D8DCDE;
    margin: 0 auto;
}

/*ulのサイズと余白調整*/
.report .div_5 div .ul_flex ul{
    width: 50%;
    display: flex;
    padding: 0.2em 0;
    margin: 0;
}

.report .div_5 div .ul_flex ul:first-of-type{
    border-right: 1px solid #D8DCDE;
}

/*li*/
.report .div_5 div .ul_flex ul li:first-of-type{
    width: 25%;
    font-family: "YuGothicM", "Yu Gothic", Meiryo, sans-serif;
    font-weight: bold;
}

/*li 2,3番目のサイズ*/
.report .div_5 div .ul_flex ul li:not(li:first-of-type){
    width: 37.5%;
}

/*li 2番目*/
.report .div_5 div .ul_flex ul li:nth-of-type(2){
    text-align: center;
}

/*li 3番目*/
.report .div_5 div .ul_flex ul li:last-of-type{
    text-align: right;
    padding-right: 1.2em;
}

/*//消費税 .report .div_6*/
.report .div_6 .table_left,
.report .div_6 .table_right{
    margin-bottom: 0;
}

.report .div_6 h3{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.report .div_6 h3 a{
    display: inline-block;
    width: 7em;
    font-size: medium;
    font-weight: normal;
    text-decoration: underline;
    margin-right: 3em;
}

/*//他項目 .report .div_7*/
.report .div_7 .table_left .tr_2 p{
    font-size: small;
}

.report .div_7 .table_left .tr_2 span{
    display: inline-block;
    width: 270px;
    vertical-align: top;
}

/*//売掛入金 .report .div_8*/
.report .div_8 .table_right .tr_2 p{
    font-size: small;
}

/*//物販 .report .div_9*/


/*//リサイクル .report .div_10*/

/*//委託 .report .div_11*/

