@charset "UTF-8";

.subtotal {
    font-weight: bold;
}
.total{
    background-color: #f1f1f1;
    font-weight: bold;
}
.statement-body table tr.total td {
    border-width: 1px !important;
}

@media screen and (min-width: 576px) {
    .scroll-hint-icon {
        display: none;
    }
    
}

@media screen and (max-width: 575px) {
    .meisai.d-none {
        display: block !important;
    }
    .scroll_table_wrap {
        width: 100%;
        overflow-x: scroll;
    }
    .statement-body table.scroll_table {
        width: 800px;
    }
}


#statement main .inner table.statement-info {
	display: none;
	width:45%;
}
#statement main .inner table.statement-info td {
	text-align: center;
}
@media print{
	#statement main .inner table.statement-info {
		display: block;
	}
	#statement main .inner table.statement-info td {
		width: 240px;
	}
}

/*.print-p1,*/

.print-only {
	display: none;
}
@media print{
	.print-only {
		display: block;
	}
	.statement-message.print-only {
		margin: 2em 0 3em;
	}
}
#statement main .inner h2 a.btn-print {
	font-size: 70%;
	font-weight: normal;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #0055c2;
}
@media screen and (max-width: 575px) {
	#statement main .inner h2 a.btn-print {
		bottom: -22px;
	}
}