@font-face {
  font-family: "ChiKareGo2";
  src: url("ChiKareGo2.woff2") format("woff2"),
    url("ChiKareGo2.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html,
body {
  font-smooth: never;
  -webkit-font-smoothing: none;
  font-family: ChiKareGo2, sans-serif;
  background-color: gainsboro;
  color: #000;
}

table {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

td {
  border: 1px solid #000;
  border-radius: 1px;
  background-color: white;
  padding: 8px;
}

h1,
h2,
h3 {
  font-weight: normal;
}

h1 {
  border: 1px solid #000;
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 8px;
  background-color: white;
}

.top {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAGUExURf///wAAAFXC034AAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAaSURBVBjTY4AAQQY0hiCMJYiQIwCoYAYDAwBFfgDNda4tcgAAAABJRU5ErkJggg==");
}

a {
  color: #000;
}

ul {
  margin-top: 6px;
  margin-bottom: 0;
  padding-left: 16px;
}
