/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 27 2026 | 03:40:30 */
/* 固定ページ用: ヘッダー・フッター非表示 */
.page-id-51 header,
.page-id-XXX footer {
    display: none !important;
}

/* ページ本文だけを中央に寄せる */
.page-id-XXX .site-content {
    margin: 0 auto;
    max-width: 600px; /* お好みで調整 */
    padding: 20px;
}


/* サイト全体・フッターコピーライト中央揃え */
.site-footer {
    text-align: center !important;     /* 親要素も中央揃え */
    display: block !important;
}

.site-footer .wrap {
    display: block !important;         /* floatやflexを解除 */
    max-width: 100% !important;       /* 幅制限解除 */
    margin: 0 auto !important;        /* 中央寄せ */
    padding: 0 !important;            /* 左右余白リセット */
    float: none !important;           /* 左寄せ解除 */
}

.site-footer .site-info {
    display: inline-block !important;  /* 中央寄せで1行にする */
    text-align: center !important;
    float: none !important;            /* 左寄せ解除 */
    margin: 0 auto !important;
    width: auto !important;            /* 幅自動調整 */
}
/* サイト全体・フッターコピーライト中央揃え */
.site-footer {
    text-align: center !important;     /* 親要素も中央揃え */
    display: block !important;
}

.site-footer .wrap {
    display: block !important;         /* floatやflexを解除 */
    max-width: 100% !important;       /* 幅制限解除 */
    margin: 0 auto !important;        /* 中央寄せ */
    padding: 0 !important;            /* 左右余白リセット */
    float: none !important;           /* 左寄せ解除 */
}

.site-footer .site-info {
    display: inline-block !important;  /* 中央寄せで1行にする */
    text-align: center !important;
    float: none !important;            /* 左寄せ解除 */
    margin: 0 auto !important;
    width: auto !important;            /* 幅自動調整 */
}/*ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 

