/*
Theme Name: stinger7child
Template: stinger7
*/
@import url('../stinger7/style.css');

/*--------------------------------
各フォント設定
---------------------------------*/
/* 基本の文字 */
p {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 20px;
}
/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 781px) {
        /*--------------------------------
	各フォント設定
	---------------------------------*/
	p {
		font-size: 17px;
		line-height: 29px;
		margin-bottom: 27px;
	}
}