/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/* コピーライトフォントサイズ変更 */
/* 共通：基本はPC向け（10px） */
.site-footer {
  text-align: center;
  font-size: 10px;
  color: #555;
  padding: 1em 0;
}

/* スマホ（幅768px以下）は8pxに変更 */
@media screen and (max-width: 768px) {
  .site-footer {
    font-size: 8px;
  }
}

/* フッター内リンクのアンダーラインを消す */
.site-footer a {
  text-decoration: none;
  color: #555;
}

/* ホバー時だけアンダーラインと色変更（任意） */
.site-footer a:hover {
  text-decoration: none;
  color: #000;
}


