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

/*フォントの変更  */

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

/*文字サイズの変更 PC */

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

/*「スタッフ紹介」ページ：人名の文字サイズ変更(小型スマホ表示時)  */

.vk_staff .vk_staff_text .vk_staff_text_name{
	font-size:1.4rem;
}

/*「スタッフ紹介」ページ：説明文の文字サイズ変更（PC表示時）  */

@media (min-width:992px){
	.vk_staff .vk_staff_text .vk_staff_text_profiletext{
		font-size: 16px;
	}
}

/*文字のリンク色を変更  */
#main .entry-body p a{
	color:#8E3E03;
}
#main .entry-body p a:hover{
	color:#EE964B;
}

/*ヘッダーの背景色を変更  */

.site-header{
	background-color:#fffef6;
}

.header_scrolled .site-header{
	background-color:#fffef6;
}

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

フッターのライセンス表記を非表示に変更

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

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