@charset "UTF-8";
@import url(ui.template.css);

/* jini-table reset */

.jini-table td, .jini-table th {border:unset;}
.jini-table th {background:inherit;}

.tbl-area1 {overflow-x:auto;border-top:2px solid var(--line8);}
.tbl-area1 > .jini-table {min-width:76.0rem;border-bottom:1px solid var(--line5);}
.jini-table thead th {position:relative;padding:0.5rem 1.0rem;height:5.4rem;border-bottom:1px solid var(--line-th);font-size:1.5rem;font-weight:600;color:var(--color1);}
.jini-table thead th + th:before {content:'';display:block;position:absolute;top:0;bottom:0;margin:auto 0;width:1px;height:1.2rem;background:var(--line-td);}
.jini-table tbody th,
.jini-table tbody td {padding:1.5rem 1.0rem;height:6.0rem;border-top:1px solid var(--line-td);text-align:center;font-size:1.4rem;color:var(--color4);}
.jini-table tbody > tr:first-child > :is(td, th) {border-top:0;}
.jini-table .al,
.jini-table .al td {text-align:left;}
.jini-table .ar,
.jini-table .ar td {text-align:right;}
.jini-table.t1 > table {min-width:0;}

@media only screen and (max-width:1024px) { 
	.jini-table thead th {height:3.2rem;font-size:1.4rem;}
	.jini-table tbody th,
	.jini-table tbody td {height:4.0rem;font-size:1.3rem;}
}