/*@media screen {
  table thead {
    background-color: white;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
  }
}
*/
.es-table-striped-bg {
  background-color: rgba(0, 0, 0, 0.02);
}

.table-tr-border-top {
  border-top: 2px solid black;
}
/*
input[name=gyoNo] {
  width: 4em;
}

div.input-group:has(input[name=shohinCode]) {
  width: 12em;
}

input[name=shohinMei] {
  width: 20em;
}

input[name=suryo] {
  width: 4em;
}


input[name=uriageTanka], input[name=uriageKingaku], input[name=genkaTanka] {
  width: 8em;
}

div.input-group:has(input[name=sokoCode]) {
  width: 8em;
}

input[name=sokoMei] {
  width: 8em;
}
*/
/*# sourceMappingURL=style.css.map */