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

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



/*************************************
	オリジナルテーマカスタマイザー
 *************************************/

/*グループ1
------------------------------------------------------------*/

/*縦一行目のセル*/
table tr td:first-child {
}

/*横一行目のセル*/
table tr:first-child {
}

/*TOC+*/
#toc_container {

}

/*マル数字olタグ*/
.post .maruno ol li:before {
}

/*チェックulタグ*/
.post .maruck ul li:before {
}

/*Webアイコン*/

/*スライドショー矢印非表示*/

/*サイト上部のボーダー色*/

/*ヘッダーの背景色*/
#headbox {
	background-color: transparent;
	background: none;
}

/*サイトの背景色*/

/*ヘッダー下からの背景色*/
#content-w {
}

/*メインコンテンツのテキスト色*/
.post > * {
	color: ;
}

input, textarea {
	color: #000;
}

/*メインコンテンツのリンク色*/
a, 
.no-thumbitiran h3 a, 
.no-thumbitiran h5 a {
	color: ;
}

/*サイドのテキスト色*/
#side aside > *,
#side li.cat-item a,
#side aside .kanren .clearfix dd h5 a,
#side aside .kanren .clearfix dd p {
	color: ;
}

/*メインコンテンツの背景色*/
main {
	background: #ffffff;
}

/*メイン背景色の透過*/


/*ブログタイトル*/
header .sitename a {
	color: #1a1a1a;
}

/* メニュー */
nav li a {
	color: #1a1a1a;
}

/*ページトップ*/
#page-top a {
	background: #ff6893;
}

/*キャプション */
header h1 {
	color: #1a1a1a;
}
header .descr {
	color: #1a1a1a;
}

/* アコーディオン */
#s-navi dt.trigger .op {
	background: #ff6893;
	color: #ff9bb7;
}

/*アコーディオンメニュー内背景色*/
#s-navi dd.acordion_tree {
	background: #ff6893;
}

/*追加ボタン1*/
#s-navi dt.trigger .op-st {
	background: #ff6893;
	color: #ff9bb7;
}

/*追加ボタン2*/
#s-navi dt.trigger .op-st2 {
	background: #ff6893;
	color: #ff9bb7;
}

.acordion_tree li a {
	color: #1a1a1a;
}

/*スマホフッターメニュー*/
#st-footermenubox a {
	color: #000; 
}

/* サイド見出し */
aside h4 {
	color: #1a1a1a;
}

/* スマホメニュー文字 */
.acordion_tree ul.menu li a, 
.acordion_tree ul.menu li {
	color: #000000;
}
.acordion_tree ul.menu li {
	border-bottom-color: #000000;
}

/*グループ2
------------------------------------------------------------*/
/*Webフォント*/

/* 投稿日時・ぱんくず・タグ */
#breadcrumb, #breadcrumb div a, div#breadcrumb a, .blogbox p, .tagst, #breadcrumb ol li a, #breadcrumb ol li {
	color: #dbdbdb;
}

/* 記事タイトル */
/*
.entry-title, .post .entry-title {
	color: #000000;
	background-color: transparent;
	background: none;
}
.entry-title, .post .entry-title {
	padding-left:10px;
}
.entry-title, .post .entry-title {
	padding-top:5px;
	padding-bottom:5px;
}
.entry-title, .post .entry-title {
	padding-left:10px!important;
}
.entry-title, .post .entry-title {
	padding-top:5px!important;
	padding-bottom:5px!important;
}
*/

/* h2 */
h2 {
	color: #ff6893;
	/*Other Browser*/
	background: #fff1f5;
	/* Android4.1 - 4.3 */
	background: url("http://johnnysplus.com/wp-content/themes/stingerplus2-child/style.css"), -webkit-linear-gradient(top,  #fff1f5 0%,#fff1f5 100%);
	/* IE10+, FF16+, Chrome26+ */
	background: url("http://johnnysplus.com/wp-content/themes/stingerplus2-child/style.css"), linear-gradient(to bottom,  #fff1f5 0%,#fff1f5 100%);
	border-top: 2px solid #ff6893;
	border-bottom: 1px solid #ff6893;
}
h2 {
	padding-left:20px!important;
}
h2 {
	padding-top:10px!important;
	padding-bottom:10px!important;
}

/*h3小見出し*/
.post h3:not(.rankh3):not(#reply-title) {
	color: #ff6893;
	border-bottom-color: ;
	background-color: transparent;
}
.post h3:not(.rankh3):not(#reply-title) {
	padding-left:15px!important;
}
.post h3:not(.rankh3):not(#reply-title) {
	padding-top:10px!important;
	padding-bottom:10px!important;
}

/*h4*/
.post h4:not(.rankh4):not(.point) {
	color: #ff6893;
	background-color: #fff1f5;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
}
/* サイド見出し */
aside h4, #side aside h4 {
	color: #ff6893;
}

/*h5*/
.post h5:not(.rankh5):not(.point):not(.st-cardbox-t):not(.popular-t):not(.kanren-t) {
	color: #ff6893;
	background-color: transparent;
	padding-top:10px!important;
	padding-bottom:10px!important;
}

/* タグクラウド */
.tagcloud a {
	border-color: #ff6893;
	color: #ff6893;
}

/* NEW ENTRY & 関連記事 */
.post h4:not(.rankh4).point, 
.cat-itiran p.point,
.n-entry-t {
	border-bottom-color: #ff6893;
}

.post h4:not(.rankh4) .point-in, 
.cat-itiran p.point .point-in,
.n-entry {
	background-color: #ff6893;
	color: #ffffff;
}

/* カテゴリ */
.catname {
	background: #fff1f5;
	color:#000000;
}
.post .st-catgroup a {
	color: #000000;
}

/*グループ4
------------------------------------------------------------*/
/* RSSボタン */
.rssbox a {
	background-color: #ff6893;
}

/* SNSボタン */
.inyoumodoki, .post blockquote {
	background-color: #f3f3f3;
	border-left-color: #f3f3f3;
}

/*フリーボックスウィジェット
------------------------------------------------------------*/
/* ボックス */
.freebox {
	border-top-color: #ff6893;
	background: #fff1f5;
}

/* 見出し */
.p-entry-f {
	background: #ff6893;
	color: #ffffff;
}

/* エリア内テキスト */

/*お知らせ
------------------------------------------------------------*/
/*お知らせバーの背景色*/
#topnews-box div.rss-bar {
	border-color: #ff9bb7;
}

#topnews-box div.rss-bar {
	color: #ffffff;
	/*Other Browser*/
	background: #ff6893;
	/*For Old WebKit*/
	background: -webkit-linear-gradient( #ff9bb7 0%, #ff6893 100% );
	/*For Modern Browser*/
	background: linear-gradient( #ff9bb7 0%, #ff6893 100% );
}

/*お知らせ日付の文字色*/
#topnews-box dt {
	color: #ff9bb7;
}
#topnews-box div dl dd a {
	color: #000000;
}
#topnews-box dd {
	border-bottom-color: #000000;
}
#topnews-box {
	background-color:transparent!important;
}

/*追加カラー
------------------------------------------------------------*/
/*フッター*/
footer > *,
footer a,
#footer .copyr,  
#footer .copyr a, 
#footer .copy,  
#footer .copy a {
}

footer .footermenust li {
	border-right-color:  !important;
}

/*フッター背景色*/
#footer {
	background-color: transparent;
	background: none;
	max-width: 1030px; /*padding 15pxあり*/
}

/*任意の人気記事
------------------------------------------------------------*/

.post .p-entry, #side .p-entry, .home-post .p-entry {
	background: #ff6893;
	color: #ffffff;
}

.pop-box, .nowhits .pop-box, .nowhits-eye .pop-box {
	border-top-color: #ff6893;
	background: #fff1f5;
}

.kanren.pop-box .clearfix dd h5 a, 
.kanren.pop-box .clearfix dd p,
.kanren.pop-box .clearfix dd p a, 
.kanren.pop-box .clearfix dd p span, 
.kanren.pop-box .clearfix dd > *,
.kanren.pop-box h5 a, 
.kanren.pop-box div p,
.kanren.pop-box div p a, 
.kanren.pop-box div p span, 
.kanren.pop-box div > *
{
	color: !important;
}

.poprank-no2 {
	background: #ff6893;
	color: #ffffff !important;
}

.poprank-no {
	background: #ff6893;
	color: #ffffff;
}

/*ウィジェット問合せボタン*/

.st-formbtn {
	/*Other Browser*/
	background: #ff6893;
}

.st-formbtn .st-originalbtn-r {
	border-left-color: #ffffff;
}

a.st-formbtnlink {
	color: #ffffff;
}

/*ウィジェットオリジナルボタン*/

.st-originalbtn {
	/*Other Browser*/
	background: #ff6893;
}

.st-originalbtn .st-originalbtn-r {
	border-left-color: #ffffff;
}

a.st-originallink {
	color: #ffffff;
}

/*ミドルメニュー（ヘッダーメニュー連動）
------------------------------------------------------------*/
.st-middle-menu {
	color: #ffffff;
	/*Other Browser*/
	background: #ff6893;
	border-top-color: #ff9bb7;
	border-left-color: #ff9bb7;
}

.st-middle-menu .menu li a{
	color: #ffffff;
	border-bottom-color: #ff9bb7;
	border-right-color: #ff9bb7;
}

/*固定ページサイドメニュー
------------------------------------------------------------*/
/*背景色*/
#sidebg {
	background: #fff1f5;
}

/*liタグの階層*/
#side aside .st-pagelists ul li:not(.sub-menu) {
	border-top-color: #ff6893;
	border-left-color: #ff6893;
	border-right-color: #ff6893;
}

#side aside .st-pagelists ul .sub-menu li {
	border: none;
}

#side aside .st-pagelists ul li:last-child {
	border-bottom: 1px solid #ff6893;
}

#side aside .st-pagelists ul .sub-menu li:first-child {
	border-top: 1px solid #ff6893;
}

#side aside .st-pagelists ul li li:last-child {
	border: none;
}

#side aside .st-pagelists ul .sub-menu .sub-menu li {
	border: none;
}

#side aside .st-pagelists ul li a {
	color: #ffffff;
	/*Other Browser*/
	background: #ff6893;
	/* Android4.1 - 4.3 */
	background: url("http://johnnysplus.com/wp-content/themes/stingerplus2-child/style.css"), -webkit-linear-gradient(top,  #ff9bb7 0%,#ff6893 100%);
	/* IE10+, FF16+, Chrome26+ */
	background: url("http://johnnysplus.com/wp-content/themes/stingerplus2-child/style.css"), linear-gradient(to bottom,  #ff9bb7 0%,#ff6893 100%);
}

#side aside .st-pagelists .sub-menu a {
	border-bottom-color: #ff9bb7;
	color: #ff6893;
}

#side aside .st-pagelists .sub-menu .sub-menu li:last-child {
	border-bottom: 1px solid #ff9bb7;
}

#side aside .st-pagelists .sub-menu li .sub-menu a,
#side aside .st-pagelists .sub-menu li .sub-menu .sub-menu li a {
	color: #ff6893;
}

#side aside .st-pagelists ul li a {
	padding-left:15px;
}

#side aside .st-pagelists ul li a {
	padding-top:8px;
	padding-bottom:8px;
}

/*Webアイコン*/

/*コンタクトフォーム7送信ボタン*/
.wpcf7-submit {
	background: #ff6893;
	color: #ffffff;
}



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

	/*ヘッダーの背景色*/

	/*メインコンテンツのボーダー*/

	/* スライドショー横並び */

	/*wrapperに背景がある場合*/

	/*メニュー*/
	#st-menuwide {
		border-top-color: #ff6893;
		border-bottom-color: #ff6893;
		border-left-color: #ff6893;
		border-right-color: #ff6893;
		/*Other Browser*/
		background: #ff6893;
		/* Android4.1 - 4.3 */
		background: url("http://johnnysplus.com/wp-content/themes/stingerplus2-child/style.css"), -webkit-linear-gradient(top,  #ff9bb7 0%,#ff6893 100%);
		/* IE10+, FF16+, Chrome26+ */
		background: url("http://johnnysplus.com/wp-content/themes/stingerplus2-child/style.css"), linear-gradient(to bottom,  #ff9bb7 0%,#ff6893 100%);
	}
	header .smanone ul.menu li, 
	header nav.st5 ul.menu  li,
	header nav.st5 ul.menu  li,
	header #st-menuwide div.menu li,
	header #st-menuwide nav.menu li {
		border-right-color: #ff9bb7;
	}
	header .smanone ul.menu li, 
	header nav.st5 ul.menu  li,
	header #st-menuwide div.menu li,
	header #st-menuwide nav.menu li {
		border-right-color: #ff9bb7;
	}
	header .smanone ul.menu li a, 
	header nav.st5 ul.menu  li a,
	header #st-menuwide div.menu li a,
	header #st-menuwide nav.menu li a {
		color: #ffffff;
	}
	header .smanone ul.menu li li a {
		background: #ff9bb7;
		border-top-color: #ff6893;
	}

	/*メニューの上下のパディング*/

	/*ヘッダーウィジェット*/
	header .headbox .textwidget {
		background: #fff1f5;
		color: #000000;
	}

	/*ヘッダーの電話番号とリンク色*/
	.head-telno a, #header-r .footermenust a {
		color: #000000;
	}

	#header-r .footermenust li {
		border-right-color: #000000;
	}

	/*トップ用おすすめタイトル*/
	.nowhits .pop-box {
		border-top-color: #ff6893;
	}

	/*記事エリアを広げる*/

	/*記事タイトル*/
	/*
	.entry-title, .post .entry-title {
		color: #000000;
	}
	*/

main .kanren dt {
	width: 150px;
}

main .kanren dt img {
	width: 150px;
}

main .kanren dd {
	padding-left: 165px;
}


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


/********************
	カスタマイズ
 ********************/

.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;
}

.red {
	color: #ff0033;
}

.entry-title, .post .entry-title {
	padding: 10px 0 10px 20px;
	color: #000000;
	background-color: #fff1f5;
	border: solid 2px #ff6893;
	border-radius: 8px;
}

.infeed_ad {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}
.infeed_ad:after {
	content: "";
	display: block;
	clear: both;
}
.more_ad {
	clear: both;
	margin: 10px 0 15px 0;
}

.relation_ad {
	margin-bottom: 20px;
}

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

#side .smanone {
	display:none;
}