/*+決済別・現金収支別：現金収支別消費税 CSS*/
/**設定リセット*/
table{
    margin: 0;
}

ul{
    color: black;
    margin-bottom: 0;
}

/*+検索 filter*/

/*+現金収支別消費税一覧 cash_tax*/
.cash_tax > p:first-of-type{
    width: 100%;
    padding-left: 1em;
    margin-bottom: 1em;
}

/*//パネルに検索条件を表示（店舗・グループ） on_panel*/

/**現金収支別消費税一覧　各項目 cash_tax div_1*/
.cash_tax .div_1 h3{
    margin-bottom: 0;
}

.cash_tax .div_1 table tr{
    width: 50%;
}

.cash_tax .div_1 table th{
    width: 17.75%;
}

.cash_tax .div_1 table td{
    width: calc(50% - 17.75%);
}

/*印刷、CSVアイコン*/
.cash_tax .div_1 .icon th,
.cash_tax .div_1 .icon td{
    border-bottom: none;

}
.cash_tax .div_1 .icon img{
    width: 35%;
}

