/*reset------------------------------------------------------------------------------------------------------*/
html, body, div, object, iframe, video,
h1, h2, h3, h4, h5, h6, p,
img, b, i, em, a, span,
dl, dt, dd, ol, ul, li,
form, label, input, select, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
main, article, aside, footer, header, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  background: transparent;
  background-repeat: no-repeat;
  text-decoration: none;
  border-radius: 0;
}

html {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  background: #fff;
  min-width: 320px;
}

main, article, aside, footer, header, nav, section,
dl, dt, dd, ol, ul, li {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
}

a, span, b, em, i, label {
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-align: inherit;
  vertical-align: inherit;
}

textarea {
  resize: none;
}

a, th, button {
  text-align: center;
}

h1, h2, h3, h4, h5, h6, p {
  vertical-align: baseline;
}

td {
  vertical-align: top;
}

*, *::before, *::after {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p,
li, th, td, dt, dd, button, input, textarea {
  line-height: 1.6;
}

/*------------------------------------------------------------------------------------------------------*/
body {
  background-color: #111;
}

h1 {
  margin: auto;
  width: 100%;
  max-width: 768px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #ddd;
  letter-spacing: 4px;
}

p {
  color: #ddd;
}

th, td {
  padding: 8px;
  color: #ddd;
  border: solid #111 4px;
  background-color: #333;
}

tr:nth-child(even) th,
tr:nth-child(even) td {
  background-color: #3f3f3f;
}

a {
  color: #3EB595;
  text-decoration: underline;
  transition: all 300ms 0s ease;
}

a:hover {
  opacity: 0.5;
}

.section {
  padding: 20px;
}

.table {
  margin: 0 auto 20px auto;
  width: 100%;
  max-width: 768px;
}

.table__title {
  width: 20%;
}

.table__tag {
  padding: 8px 2px 2px 8px;
  width: 20%;
}

.table__tag span {
  margin: 0 6px 6px 0;
  padding: 2px 6px;
  font-size: 11px;
  background-color: #555;
  display: block;
  float: left;
  border-radius: 4px;
}

.table__text {
  width: 60%;
}

.other {
  margin: auto;
  width: 100%;
  max-width: 768px;
}

/*# sourceMappingURL=style.css.map */
