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

フォントの変更

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

body,html {
	font-family: "游明朝","Yu Mincho", "MS PMincho","ＭＳ Ｐ明朝", "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;
	}	
	
}
@media screen and (max-width: 768px) {
body {
font-size: 14px; /* 15px */
}

h1 {
font-size: 22px; /* 20 */
}

h2 {
font-size: 18px;
}

h3 {
font-size: 16px;
}
}

