/*
Theme Name: weight
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  font-family: "Noto Sans JP", sans-serif;
}

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

th {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 0.25rem;
}

td {
  background: #e9e9e9;
  text-align: right;
  padding: 0.25rem;
  border: solid 1px #aaa;
}

main {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

h2::first-letter {
  text-transform: uppercase;
}

h2 span {
  font-size: 0.5em;
  margin-left: 1em;
}
/*# sourceMappingURL=style.css.map */