/*
Theme Name: Lightning Child
Template: lightning
Version_dev: 1.0
*/
/* ブログタイトル部分の背景色 */
.site-header, .page-header {
    background-color: #fff; /* 好きな色 */
    /* color: #000;  文字色 */
}

.page-header {
    background: url('/wp-content/uploads/2025/09/head12.jpg') no-repeat  center center;
    background-size: cover;
    color: #fff;
}

.entry-meta .posted-on,
.entry-meta .byline {
    display: none;
}

.vk_post_imgOuter img {
    display: none;
}


/** fsw calendar */
#apiFsw {
    color: #000;
}
#apiFsw .thead-light {
    background-color: #e9ecef;
}
#apiFsw .event_date {
    background-color: #fff;
}
#apiFsw .Sat {
    background-color: #dbe8f9; /* 薄青 */
}
#apiFsw .Sun,
#apiFsw .holiday {
    background-color: #fee5e6; /* 薄赤 */
}
/* 本日 */
#apiFsw .now {
    background-color: #f0f0f0;
    color: #000;
    font-weight: bold;
}
#apiFsw .now.holiday {
    background-color: #fee5e6; /* 薄赤 */
}
#apiFsw .now.Sat,
#apiFsw .now.Sat.holiday {
    background-color: #dbe8f9; /* 薄青 */
    color: #00d;
}
#apiFsw .now.Sun,
#apiFsw .now.Sun.holiday {
    background-color: #fee5e6; /* 薄赤 */
    color: #d00;
}
/* 行ごとに太い線を付ける */
/*#apiFsw tr.now_border {
    border-left: 3ps solid #555;
    border-top: 3px solid #333;
    border-right: 3ps solid #555;
    border-bottom: 3px solid #333;
}
 */
