/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 05 2026 | 05:08:30 */
/* ==================================================
   ギャラリーページCSS
   対象: /gallery/ page-id-146
================================================== */

/* 001. ギャラリーページ：ページスコープ */
body.page-id-146 {
    --page-local-navy: #06344a;
    --page-local-border: #e5ddcf;
}

/* 002. ギャラリーページ：背景リセット */
body.page-id-146 #content,
body.page-id-146 .site-content,
body.page-id-146 .content-wrapper {
    background: #ffffff !important;
}

/* 003. ギャラリーページ：画像表示 */
body.page-id-146 .entry-content img {
    max-width: 100%;
    height: auto;
}