/*
Theme Name: STINGER PRO Enji-Child
Template: stingerpro
Version: 20170505
*/

/*カテゴリID別に色を指定できます
例）IDが7の場合
.catname.st-catid7 {
	background:#ff0000;
	color:#fff;
}
*/

/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960px) {


/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {


/*-- ここまで --*/
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {


/*-- ここまで --*/
}

/* アドセンスのラベル表記 */
.ad-label {
    font-size: 80%;
    color: #333;
    text-align: center;
    margin-bottom: 5px;
}
 
/* 見出し（h2）前のアドセンス */
.ad-h2 {
    margin-bottom: 30px;
}


/* 強調文字を蛍光ペン風 */
strong {
background: linear-gradient(transparent 40%, #ffff66 40%);
}