body {
  font-family: "Helvetica", "Arial", "Noto Sans JP", sans-serif;
  background-color: #f2ca58;
  color: #555;
  margin: 0;
  padding: 20px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

a {
  color: #0e3d6f;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.thread-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px dotted #222;
  padding-bottom: 5px;
}

.thread-text {
  font-size: 13px;
}

.site-main {
  max-width: 800px;
  margin: 0 auto;
}

.comment {
  margin-bottom: 2em;
  padding: 0;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comment-meta {
  font-size: 12px;
  margin-bottom: 5px;
}

.comment-author {
  font-weight: bold;
}

.comment-body {
  padding: 5px 0 10px 0;
  font-size: 13px;
  word-wrap: break-word;
}

.comment-respond {
  margin-top: 40px;
  border-top: 1px dotted #444;
  padding-top: 20px;
}

.comment-form label {
  font-size: 12px;
  color: #555;
}

.comment-form input[type="text"],
.comment-form textarea {
  width: 100%;
  max-width: 500px;
  margin-bottom: 10px;
  padding: 5px;
  color: #555;
  border: 1px solid #888;
}

.comment-form input[type="text"]:focus,
.comment-form textarea:focus {
  border-color: #555;
  outline: none;
}

.comment-form input[type="submit"] {
  padding: 5px 20px;
  background-color: #222;
  color: #ccc;
  border: 1px solid #444;
  cursor: pointer;
  font-size: 12px;
}

.comment-form input[type="submit"]:hover {
  background-color: #333;
}

.logged-in-as {
  font-size: 12px;
  margin-bottom: 10px;
}

.reply {
  margin-top: -5px;
}

.reply .comment-reply-link {
  font-size: 12px;
}

.nav-links a {
  font-size: 13px;
}
