/*
Version: 2026.04.01.00
*/

::-webkit-scrollbar {
  height: 8px;
  width: 8px
}

::-webkit-scrollbar-thumb {
  background: #7D7D7D;
  border-radius: 4px
}

a {
  text-decoration: none
}

a:hover {
  text-decoration: underline
}

body {
  font-family: "arial";
  margin: 0
}

button {
  font-weight: bold;
  min-width: 120px
}

img {
  border: none;
  vertical-align: middle;
  width: 20px
}

input[type="submit"],
input[type="button"],
button {
  border: 2px solid transparent;
  border-radius: 2px;
  font-size: 14px;
  min-height: 36px;
  padding: 0 10px
}

pre {
  text-align: left;
  white-space: pre-wrap
}

th,
td {
  border-radius: 5px;
  padding: 5px
}

.BottomFixed {
  background-color: #0000004d;
  bottom: 0;
  left: 0;
  position: fixed;
  max-width: 100vw;
  min-width: 100vw
}

.background {
  background-attachment: fixed;
  background-repeat: repeat;
  height: 100%;
  left: 0;
  opacity: .02;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1
}

.MenuArea {
  border-radius: 15px;
  position: sticky;
  top: 4px;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 6px;
  z-index: 1
}

.MenuArea a {
  padding-left: 5px
}

.money {
  text-align: right;
  white-space: nowrap
}

.selected {
  border: solid 2px #000
}

.sticky2 {
  position: sticky;
  top: 28px;
  z-index: 0;
}

@media screen {
  .ButtomAdd {
    border-radius: 30px;
    bottom: 30px;
    cursor: pointer;
    height: 48px;
    left: calc(100vw - 80px);
    position: fixed;
    width: 48px;
    z-index: 10;
  }

  .ButtomAdd img {
    position: absolute;
    right: 9px;
    top: 10px;
    width: 30px;
  }

  .LineAlternate {
    border: none
  }
}

@media print {
  a {
    color: #000
  }

  .ButtomAdd {
    display: none
  }

  .LineAlternate td,
  th {
    border: solid 1px #000
  }
}