/*
Theme Name: Xwrite Child 02
Theme URI: https://xwrite.jp/
Template: xwrite
Author: XServer Inc.
Author URI: https://www.xserver.co.jp/
Description: エックスサーバー株式会社が提供するWordPressテーマ「Xwrite」
Version: 4.0.3.1773585599
Updated: 2026-03-15 23:39:59

*/
/*
 Theme Name: Xwrite Child 02
 Template: xwrite
*//* フッターの中央寄せとデザイン調整 */
.footer-bottom,
.footer-bottom-inner,
.site-footer,
.footer-inner {
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 16px;
}

.footer-bottom a {
    color: inherit;
    text-decoration: underline;
}/* フッターバーの背景色（茶色）を復活 */
.footer-bottom,
.site-footer,
.footer-inner {
    background-color: #8B4513; /* お好みの茶色に変更可能 */
    padding: 15px 0;
}
/* フッターバーの背景色（茶色）を復活 */
.footer-bottom,
.site-footer,
.footer-inner {
    background-color: #8B4513; /* お好みの茶色に変更可能 */
    padding: 15px 0;
}/* フッターバーを明るい茶色にして全幅にする */
.footer-bottom,
.site-footer,
.footer-inner {
    background-color: #D2A679; /* 明るめの茶色 */
    width: 100%;
    padding: 20px 0;
    text-align: center;
    margin: 0;
}

/* フッター内の文字を見やすく */
.footer-bottom-inner,
.footer-inner p {
    font-size: 18px;
    color: #fff; /* 白文字で見やすく */
}