/*
Theme Name: Lightning Child
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.5.1
*/


/* ================================
   フッター（全ページ共通）
   ================================ */

/* フッター背景 */
.site-footer,
footer,
#footer,
#vk-footer{
  background: rgb(30,58,138) !important;
  color: #ffffff !important;
}

/* フッター内の文字をすべて白に */
.site-footer *,
footer *,
#footer *,
#vk-footer *{
  color: #ffffff !important;
}

/* ================================
   本文HTMLだけを背景フル幅にする
   ================================ */
.aj-page-bg{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #f5f7f8;   /* 仮：薄グレー */
}
