html, body, h1, h2, h3, h4, h5, h6, p, a, li, span, td, th, input {
  letter-spacing: .1em;
  font-family: "Zen Maru Gothic", helvetica, "Segoe UI", 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif!important;
}

#container {
  max-width: 1070px;
  margin: 0 auto;
}

h1 {
  font-weight: 700!important;
}
@media (max-width: 480px) {
  h1 img[alt="VS Code"] {
    width: 36px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}
thead {
  border-top: 1px solid #bbb;
}
tbody {
  border-bottom: 1px solid #bbb;
}
table th {
  font-weight: bold;
}
table th:nth-child(2) {
  width: 300px;
}
table th:nth-child(3) {
  width: 270px;
}
table tr:not(.imp) td:not(.sp) {
  /* text-shadow: black 0px 0px 0.5px, black 0px 0px 0.5px; */
  font-weight: 500;
}
table th,
table td {
  padding: 10px;
  border-left: 1px solid #bbb;
}
table th:last-child,
table td:last-child {
  border-right: 1px solid #bbb;
}
table tr:nth-child(odd) {
  background-color: #eee;
}

.bold:not(.imp) {
  text-shadow: black 0px 0px 0.5px, black 0px 0px 0.5px;
}
.bold.imp td {
  text-shadow: red 0px 0px 0.5px, red 0px 0px 0.5px;
}
.imp {
  color: red;
}
.sp {
  font-weight: 600;
  font-size: 1.4em;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-align: left;
  background-color: #d5d5d5;
}
