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

/* TOPのboxに影を付ける */
.top-box {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3); 
}

/* Lightningのクレジット表記を完全に非表示にする */
.site-footer-copyright p:nth-child(n+2),
footer .copySection p:last-child {
    display: none !important;
}

/* クラス名がついたブロック内の「すべての1行目のセル」を最優先で染める */
.my-price-table thead {
    background-color: #d9e6f2 !important;
    text-align: center !important;
    color: #333 !important;
}