.table-of-contents.open {
  background-color: #1d1d1d;
  color: #9e9e9e;
  border-style: solid;
  border-color: #404040;
  border-width: 1px;
}

h1 {
  text-align: center;
  color: #ffffff;
}

h2 {
  color: #ffffff;
}

h3 {
  color: #ffffff;
}

.entry-content table th {
  background-color: #1d1d1d;
  color: #ffffff;
}

.spoiler-box__title.js-spoiler-box-title {
  background-color: #1d1d1d;
  font-weight: bold;
  color: #ffffff;
}

.spoiler-box__body {
  background-color: #303030;
}

.kinogo {
  text-decoration: none;
}

.comment-list .comment-body {
  background-color: #333333;
  border-radius: 20px;
}

.avatar.avatar-60.photo.avatar-default {
  margin: 10px;
}

.comment-list .comment-author {
  color: #ffffff;
}

.footer-info {
  text-align: center;
}