body {
  /* 「BIZ UDPゴシック」をWindowsで指定 */
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "BIZ UDPGothic",
    Meiryo,
    sans-serif;
}

.mono {
  font-family: monospace;
}

a[target="_new"]:after{
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: '\f35d';
  margin: 5px;
}
.alnum{ime-mode:disabled}
.alnumUpper{ime-mode:disabled;text-transform:uppercase}
.numeric{text-align:right;ime-mode:disabled}
.numericMinus{text-align:right;ime-mode:disabled;color:red}

.btn-default >.badge-notify{
  background:red;
  position:relative;
  top: 7px;
  left: -62px;
}
tr {
  break-inside: avoid;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}
