/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 27 2026 | 00:51:18 */
/* ページID 1952（投稿フォームページ）専用の余白調整 */

/* コンテンツエリア全体の「上余白はゼロ」「下余白もゼロ」にする */
.page-id-1952 .site-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* メインセクションの「上には少し隙間（20px）」「下余白はゼロ」にする */
.page-id-1952 .main-section {
    padding-top: 20px !important;
    padding-bottom: 0 !important;
}

/* 記事本文エリアの「下余白もゼロ」にする */
.page-id-1952 .entry-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

