.date-bar a,
.content a,
.date-bar a:visited,
.content a:visited,
.date-bar a:hover,
.content a:hover,
.date-bar a:active,
.content a:active {
  color: #222;
  text-decoration: underline;
}

/* ===== 記事ページの見た目調整 ===== */

.date-bar {
  background: #efe3a8;
  color: #222;
  padding: 6px 10px;
  font-size: 14px;
  margin-bottom: 30px;
}

.content {
  font-family: "Hiragino Mincho ProN", "游明朝", "Yu Mincho",
               "MS Mincho", serif;
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: 0.02em;
}

.content p {
  margin-bottom: 1.8em;
}

.book-content {
  font-size: 15px;
  line-height: 2.2;
}

.book-content p {
  margin-bottom: 2em;
}

.book-entry {
  margin-bottom: 4em;
  }

/* ===== 引用ページ風デザイン ===== */

.quote-entry {
  margin-bottom: 3em;
}

.quote-text {
  background: #f6f6f6;
  padding: 1.2em 1.5em;
  border-left: 4px solid #cfcfcf;
  line-height: 2;
  font-size: 15px;
}

.quote-meta {
  margin-top: 0.8em;
  font-size: 12px;
  color: #777;
}

.page-title {
  font-size: 16px;
  font-weight: normal;
  margin: 1.5em 0;
}

.quote-date {
  font-size: 0.75rem;
  color: #888;
  margin-bottom: 0.6em;
}

.quote-entry {
  font-family: "Hiragino Mincho ProN", "游明朝", "Yu Mincho",
               "MS Mincho", serif;
}
