
.daily-memo-dl-list {
  font-family: sans-serif;
}
.daily-memo-entry {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
}
.memo-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 4px;
}
.memo-title a {
  text-decoration: none;
  color: #333;
}
.memo-title a:hover {
  text-decoration: underline;
}
.memo-meta {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 6px;
}
.memo-content {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.6;
}
.memo-pagination {
  text-align: center;
  margin-top: 24px;
}
.memo-pagination a {
  padding: 8px 16px;
  background: #0073aa;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
.memo-pagination a:hover {
  background: #005f8d;
}
/* 色分け */
.daily-memo-entry.manga .memo-title a { color: #e91e63; }
.daily-memo-entry.music .memo-title a { color: #3f51b5; }
.daily-memo-entry.movie .memo-title a { color: #009688; }
.daily-memo-entry.academic-book .memo-title a { color: #795548; }
