/*
Theme Name: Lightning
Version: 15.8.6
Template: Lightning
*/

/* サムネイル */
.wp-block-gallery .wp-block-image img {
  
  border: 1px solid #eee;     /* 画像枠 */
}

/* タイトル */
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: none;           /* タイトル背景の影を消す */
  color: #333;                /* 文字色 */
  position: relative;         /* テキストを画像と重ねない */
}

/* ページタイトルの背景色 */
.page-header {
    background-color: #00008b !important;
}

.child-title {
	font-size: 12px;
}

/* フッターの背景色 */
.siteFooter {
    background-color: #ebf6f7 !important;
}

