/* デスクトップ用ブログページ - 基本スタイル（1024px以上） */

.blog-layout {
    grid-template-columns: 1fr 260px;
    align-items: start;
}

