/* custom-style.css */
body {
  background-color: #f9f9f9;
}

/* 記事下のタグを非表示 */
.tagcloud, .entry-tag {
  display: none !important;
}

/* カテゴリの説明文を非表示 */
.category-description {
  display: none !important;
}

/* 月別アーカイブ（ウィジェット）を非表示 */
.widget_archive {
  display: none !important;
}
