/*
Theme Name: STINGER PLUS2 Child
Template: stingerplus2
Version: 20170621
*/

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


.clr {
	clear: both;
	overflow: hidden;
	height: 1px;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 0;
}

img.alignright {
	margin-left: 15px;
}

img.alignleft {
	margin-right: 15px;
}

.more_ad {
	margin: 15px, 0, 15px 0 !important;
}

.relation_ad {
	margin-bottom: 20px !important;
}

.schedule_waku {
	padding: 20px;
	border: solid 2px #ff6347;
	border-radius: 10px;
	background-color: #fffaf0;
	margin-top: 30px;
	margin-bottom: 30px;
}


/*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) {


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