/*
Theme Name: stinger7child
Template: stinger7
*/
@import url('../stinger7/style.css');

/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 781px) {
	/*ナビゲーション関連
	-------------------------------*/
	header ul.menu li{
		width:125px;
	}
}

/*--------------------------------
	各フォント設定
---------------------------------*/
p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 30px;
}
 
/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 781px) {
	/*--------------------------------
	各フォント設定
	---------------------------------*/
	p {
		font-size: 16px;
		line-height: 1.8;
		margin-bottom: 30px;
	}
}

span.keiko-pen-yellow{
background: linear-gradient(transparent 55%,rgba(255, 213, 0, 0.85) 60%);
}