@charset "UTF-8";
/* ==========================================================================
   news.css — news.html / news-detail-*.html 固有
   （一覧・記事・サイドバーの部品は components.css 側に定義）
   ========================================================================== */

.news-page .site-body { padding-top: 24px; }

/* 記事本文中のアイキャッチ画像 */
.entry__eyecatch { margin: 0 0 24px; }
.entry__eyecatch img { width: 100%; height: auto; }
