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

/* アンダーライン削除 */
.site-header {
	box-shadow: none;
}
.breadSection {
	border-bottom: none;
}
.site-footer {
	border-top: none;
}

/** フォント種類の優先 */
body,
p {
font-family: “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif !important;
font-weight:500 !important;
}




/* ページヘッダー最小高さ */
.page-header{
min-height: .0rem;
}
/*パンくずリスト削除*/
#breadcrumb {
display:none;
}


/* クレジット */
.site-footer-copyright p:nth-child(2) {
    display: none;
}

/* 投稿　更新日削除 */
.entry-meta-item-updated {
	display:none;
}
/* 投稿　投稿者削除 */
.entry-meta-item-author {
	display:none;
}
/* 投稿　投稿日削除 */
.entry-meta {
    display: none;
}

/* 投稿　前後の記事削除 */
.postNextPrev {
	display:none;
}
.next-prev {
display:none;
}

/* ページヘッダーの文字消す */
.page-header-title {
	display:none;
}

/* 投稿アイコンの枠を消す */
img.wp-post-image { border: none; }


/* ヘッダーのバックの色 */
.site-header{ background-color: #b0b2a4; }
/* ページヘッダーの背景色 */
.page-header {
    background-color: #00000;
}
/* フッターの背景色 */
.footer-nav {
    background-color:  #b0b2a4; 
}
/* フッターコピーライトの背景色 */
.site-footer{
    background-color:  #b0b2a4; 
}


/* ページヘッダー削除 */
.page-header{ display:none; }

/* カテゴリ記事下表示削除 */
.entry-meta-data-list--category {
  display: none;
}

