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

　.siteHeader { background-color: #cccccc; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); margin-bottom: 0; }



.site-header {
    background: url("https://blog.mokubakai.or.jp/wp-content/uploads/2021/11/mokubakai_top_header_haikei_sorakumo_1900x110.jpg") center center / cover no-repeat ;
}



.page-header::before {
    /* 背景画像に黒を被せる */
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.25;
    width: 100%;
    height: 100%;
}



a.wp-block-latest-posts__post-title{
    font-size: 30px; /*文字サイズ*/
    padding: 0.5em;/*文字周りの余白*/
  color: #010101;/*文字色*/
  background: #eaf3ff;/*背景色*/
  border-bottom: solid 3px #516ab6;/*下線*/
}





.site-footer-copyright p:nth-child(2) {
    display:none;
}

.entry-meta-item-author { display: none; }

.entry-meta-item-updated { display: none; }


/* =====================

フォントの変更

===================== */

body,html {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight:500;
}

h1.entry-title,
.entry-body h2 {
font-family: 'Noto Sans JP';
}

h1.entry-title {
color: #185c98;
text-align: center;
}

.entry-meta {
text-align: center;
}

.entry-header {
margin-bottom: 5.0rem;
}


/* =====================

文字サイズの変更（PC表示時・段落など）

===================== */

@media (min-width: 992px) {
	
#main .entry-body {
	font-size:18px;
	}	
	
}



/* =====================

文字のリンク色を変更

===================== */	

#main .entry-body p a {
	color:#8E3E03;
	}

#main .entry-body p a:hover {
	color:#EE964B;
	}







