@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: UsPlus, LLC.
Tags: 
Version: 0.1.2
*/

/*-------------------------------------------*/
/*  フッター部分のコピーライトを削除
/*-------------------------------------------*/
footer .copySection p:nth-child(2) {
    display:none !important;
}

/*-------------------------------------------*/
/*  ヘッダーの背景色
/*-------------------------------------------*/
.siteHeader { background-color: #f7fdfd; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); margin-bottom: 0;
}

/*-------------------------------------------*/
/*  フッターの背景色
/*-------------------------------------------*/
footer { border-top: 3px solid #dd9933; background-color: #ededc7;
}