/*
Theme Name: stingerplus child
Template: stingerplus
Version: 20160525
*/


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


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

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


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

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


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

.smahohead-ad { /* スマホヘッダー広告用のライン */
	max-width: 330px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999999;
	border-top: 1px dotted #999999;
}
.smahohead-ad p { /* スマホヘッダー用スポンサーリンクの文字 */
	font-size: 13px;
	line-height: 1em;
	color: #999;
	margin-top: 1px;
	margin-bottom: 1px;
}
.itiran-ad { /* 広告用のボックス */
	max-width: 336px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #999999;
}
.itiran-ad p { /* スポンサーリンクの文字 */
	font-size: 14px;
	line-height: 1em;
	color: #999;
	margin-bottom: 10px;
}
.textad { /* スポンサーリンクの文字記事下 */
	font-weight: 500;
	color: #999;
	text-align: left;
	font-size: 13px;
}
.widget-in-article {
	margin-bottom: 25px;
}
.widget-in-article-title {
	font-size: 13px;
	font-weight: 500;
	color: #999;
	text-align: left;
}
.adbox {
	padding:0px 0px 20px 0px;
}