/*
Theme Name: STINGER8 Child
Template: stinger8
Version: 20170614
*/

.ad-sp{
display: none;
}
.ad-pc{
display: inline;
}
.ad-ipad{
display: inline;	
}
#scrollad{
display: inline;
padding: 0px 0;
}
.ad{
margin: 0px;	
}

/*media Queries 新設ipad用サイズ（760px以下）
----------------------------------------------------*/
@media only screen and (max-width: 760px) {

.ad-ipad{
display: none;	
}
#scrollad{
display: none;		
}
	
}	
/*media Queries 新設ipad用サイズ（760px以下）ここまで

/* リンクの色 */
a {
	color: #4682b4;
	text-decoration: none;
}

/* 点を削除 */
.post ul {
  list-style: none;
	padding-left: 0;
}

/* リンクにマウスオーバーした時の色 */
a:hover {
	color: #b22222;
}

header .sitename a {
	color: #bc0048;
	text-decoration: none;
	font-weight: bold;
}

/*アコーディオンメニューボタン*/
#s-navi dt.trigger .op {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
	color: #fff;
	font-size:25px;
	line-height:30px;
	background:#2c4966;
	display:block;
	float:right;
	height:auto;
	margin-top:-5px;
	padding: 10px 10px 9px 10px;
	max-width:20%;
	box-sizing:border-box;
}

/* サイトの幅 */
	#headbox {
		padding: 10px;
		margin:0 auto;
		text-align:left;
		max-width:1000px;
	}
	#st-header {
		max-width:1020px;
		margin:0 auto 10px;
	}

	#content {
		max-width:1020px;
		margin:0 auto;
	}
	#footer-in {
		max-width:1020px;
		margin:0 auto;
	}
	#st-menuwide {
		padding: 0px;
		margin:0 auto;
		max-width:1020px;
	}

	nav.smanone {
		max-width:1020px;
		margin:0 auto;
	}

	nav.st5 {
		max-width:1020px;
		margin:0 auto;
	}
	#st-menuwide div.menu,
	#st-menuwide nav.menu {
		max-width:1020px;
		margin:0 auto;
		padding:5px;
		display:block;
	}
/* サイトの幅ここまで */

/* 関連記事の文字⇒人気動画ランキング100 */
.post p.point {
	margin-bottom:40px;
	margin-top:-30px;
	position:relative;
	border-bottom:solid 1px #f3f3f3;
	padding:20px 15px 10px;
	background-color:transparent;
}

/* 人気動画ランキングのテキストリンク */
.ninkitext a {
display:block;
float:left;
font-size: 15px;
color: #fff;
background-color:#00bfff;
padding:10px;
margin-right: 5px;
margin-top: 10px;
margin-bottom: 10px;
text-decoration: none;
}

.ninkitext a:hover { background-color: #f96dd9;
 color:#fff; 
 text-decoration: none;
 }
 .ninkitext :after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
 }
 /* 人気動画ランキングのテキストリンクここまで */


/* 記事内タイトル */
.entry-title, 
.post .entry-title {
	font-size: 20px;
	line-height: 24px;
	color: #333;
	margin-bottom: -30px;
	font-weight:bold;
}
/* 記事内タイトルここまで */

/*-- フッター設定 --*/
#footer {
	padding: 0px 0px;
}
.footer-block{
    background-color: #fff;
    margin-bottom:0px;
    padding-right: -3px;
    padding-bottom: 10px;
}    
.footer-block-in {
    width: 23%;
    padding: 5px 1%;
    padding-top: 0px;
    float: left;    
}
.footer-block-in > ul li{
    list-style-type: none;
}
.footer-block-in ul{
    list-style-type: none;
    color: #555;
    font-size:12px;
}

.footer-block-in h4 {
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 0px;
	margin-bottom: 5px;
	position: relative;
}
.footer-block-in h4::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}

.footer-block-in a{
    font-size:15px;
}

.footer-block-in > ul {
    padding: 0px;
    margin-bottom:0px;
}
 
.footer-block-in > ul ul {
    text-align: left;

}
 
.footer-block:after{
    content: "";
    clear: both;
    display: block;
}

#footer .copy, 
#footer .rcopy {
	font-size: 12px;
	color: #999;
	line-height: 18px;
	padding:0px 10px 0;
}

.footermenust {
	text-align: center;
	padding:10px;
	margin-bottom:0px;
}

 
@media (max-width: 770px) {
    .footer-block-in {
        width: 98%;
        padding: 10px 1%;
        float: none;
    }
}
/*-- フッター設定ここまで --*/

/*-- メニューバー --*/
	#st-menubox {
		border-top: solid 0px #E0DEDE;
		border-bottom: solid 0px #E0DEDE;
		margin-bottom:10px;
background-color: rgba(193,0,41,1);
background-image:
linear-gradient(45deg, rgba(204,0,81,1) 25%, transparent 25%,
transparent 75%, rgba(204,0,81,1) 75%, rgba(204,0,81,1)),
linear-gradient(-45deg, rgba(204,0,81,1) 25%, transparent 25%,
transparent 75%, rgba(204,0,81,1) 75%, rgba(204,0,81,1));
background-size: 20px 20px;
background-position: 0 0, 10px 10px;
	}
	#st-menubox a {
	    color: #fff;
	    font-weight: bold;
	    font-size: 14px;
	    }
	#st-menubox a:hover {
	    color: #111;
	    }	    
	header .smanone ul.menu li{
		box-sizing:border-box;
		list-style-type:none;
		float:left;
		width:100px;
		height:40px;
		text-align:center;
		border-right:solid 0px #E0DEDE;
		position:relative;
	}
/*-- メニューバーここまで --*/

/*-- 本商品 --*/
.aoback {
	position: relative;
	background: #2c4966;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.aoback2 {
	position: relative;
	background: #2c4966;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 10px;
}
/*-- 本商品ここまで --*/

/* 記事タイトル･サムネイル */
/* タイトル名 */
.kanren.pop-box h5,
#side .kanren.pop-box h5 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 10px;
}

.kanren.pop-box dd h5, 
#side .kanren.pop-box dd h5 {
	font-size: 17px;
	font-weight: bold;
	line-height:25px;
	padding: 0px;
	margin-bottom: 5px;
}

.kanren dt {
	float: left;
	width: 200px;
	margin-right:15px;
}

.kanren dt img {
	width: 225px;
}

.kanren dd {
	padding-left: 225px;
}

.kanren dl {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}

.kanren dl p {
	margin-bottom: 0px;
}

.kanren dl:last-child {
	margin-bottom: 0px;
	padding-bottom: 20px;
	border-style: none;
}

/* 抜粋文字 */
.kanren .clearfix dd p {
	font-size: 13px;
	color: #1a1a1a;
	line-height: 18px;
}

.kanren .clearfix dd .kanren-t {
	padding-bottom:5px;
}

.kanren .clearfix dd .kanren-t a {
	color: #000;
	text-decoration: none;
	font-size:22px;
	line-height: 1.5;
	font-weight:bold;
	padding-bottom:5px;
}

.kanren .clearfix dd .kanren-t a:hover {
	color: #b22222;
}
.hizuke{
size:50px;
}
/* 記事タイトル･サムネイルここまで */

/* 一覧ページタグ */
.ichirantag{
font-size: 12px;
color:#555;
width: 90%;
}
.ichirantag a{
font-size: 12px;
background-image: linear-gradient(white,#fefefe,#f9f9f9,#eeeeee);
padding: 3px 5px 3px 5px;
border: 1px solid #d1d1d1;
border-radius: 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; line-height: 27px; letter-spacing: 1px; margin-right: 2px;
text-decoration: none;
width: 90%;
}
.ichirantag a:hover {
background-image: linear-gradient(#f96dd9,#f96dd9,#f96dd9,#f96dd9);
 color:#fff; 
 text-decoration: none;
 border: 1px solid #fff;
}
/* 一覧ページタグここまで */

/* 一覧ページタグ枠無しバージョン */
.ichirantag2{
font-size: 12px;
color:#555;
line-height: 22px;
}
.ichirantag2 a{
font-size: 12px;
color: #fff;
margin-right: 4px;
text-decoration: underline;
}
.ichirantag2 a:hover {
color: #b22222;
text-decoration: underline;
}
/* 一覧ページタグ枠無しバージョンここまで */

/*ページャー*/
.st-pagelink .page-numbers {
	box-sizing:border-box;
	border:1px solid #ccc;
	padding:10px;
	margin-right:5px;
	margin-bottom:5px;
	font-size:15px;
	min-width:20px;
	height:40px;
	display:block;
	float:left;
	text-align:center;
}
/*ページャーここまで*/

/* 動画かぶせ広告設定 */
.movie-player {
background: #fff;
text-align: center;
margin-bottom: 15px;
position: relative;
top: 0px;
left: 0px;
z-index: 100;
line-height: 9px;
}

.movie-player .video-over-ad-container {
position: absolute;
bottom: 35px;
left: 0px;
color: #fff;
z-index: 200;
margin: 0 auto;
text-align: center;
}

.movie-player .video-over-ad-container div.inner {
display: inline-block;
padding: 7px;
background: rgba(0,0,0,0.5);
position: relative;
top: 0px;
left: 0px;
}

.movie-player .video-over-ad-container a, .movie-player .video-over-ad-container span, .movie-player .video-over-ad-container iframe {
vertical-align: middle;
display: inline-block;
}

.movie-player .video-over-ad-container img {
display: block;
}

.movie-player .video-over-ad-container .video-over-delete {
font-size: 16px;
position: absolute;
top: 5px;
right: 7px;
color: #fff;
background: #000;
padding: 4px;
}

.movie-player .video-over-ad-container .video-over-delete i:hover {
cursor: pointer;
color: #fff;
}
.fa-close:before{content:"×"
}
/* 動画かぶせ広告設定ここまで */

/*広告を表示するときは、上の3箇所の「display:none;」を削除する。
----------------------------------------------------*/

/* 組み合わせ検索部分 */
select {
  background: #fff;
  border: 2px solid #555;
  border-radius: 5px;
  color: #0C2245;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  width: 130px;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 0px;
}
input[type="submit"] {
background-color:#00bfff;
width: 200px;
color: #fff;
display: inline-block;
height: 25px;
padding: 0px 5px;
margin-top: 5px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
border: 2px solid #999;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
/* 組み合わせ検索部分ここまで */

/* 淫語タグ */
#cate-ingo > a {
font-size:13px;
line-height: 30px;
padding:4px;
padding-left: 7px;
padding-right: 7px;
margin-right: 3px;
border:1px solid #999;
letter-spacing: 0px;
text-decoration: none;
}
#cate-ingo a{
color: #777;
font-weight: normal;
}
#cate-ingo a:hover {
color: #8d110d;
font-weight: bold;
}
#cate-ingo2 > a {
font-size:13px;
padding:4px;
padding-left: 7px;
padding-right: 7px;
margin-right: 3px;
border:1px solid #999;
letter-spacing: 0px;
text-decoration: none;
}
#cate-ingo2 a{
color: #777;
font-weight: normal;
}
#cate-ingo2 a:hover {
color: #db8495;
}

/* 淫語タグここまで */

/* 淫語タグ2 */
#ingotag {
padding-top:10px;
padding-left: 3px;
padding-right: 3px;
border:2px solid #2c4966;
letter-spacing: 0px;
margin-top: 10px;
margin-bottom: 10px;
}
/* 淫語タグ2ここまで */

#single-info{
padding-top:0px;
margin-left: 15px;
padding-right: 3px;
padding-bottom: 0px;
border:3px solid #B5B5B5;
letter-spacing: 0px;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 0px;
}

/* 記事下タグ */
.tagwaku {
background-color: #f1f1f1;
padding-top:10px;
padding-left: 7px;
padding-right: 5px;
padding-bottom: 10px;
border:2px solid #2c4966;
letter-spacing: 0px;
margin-top: -50px;
margin-bottom: 10px;
line-height: 30px;
font-size: 14px;
}
.tagao a{
font-size: 13px;
font-weight: normal;
background-color: #00bfff;
padding: 3px 5px 3px 5px;
border: 0px solid #d1d1d1;
color: #fff;
border-radius: 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; line-height: 27px; letter-spacing: 1px; margin-right: 2px;
text-decoration: none;
}
.tagao a:hover {
background-color: #f96dd9;
 color:#fff; 
 text-decoration: none;
}
.tagpink a{
font-size: 13px;
font-weight: normal;
background-color: #f96dd9;
padding: 3px 5px 2px 5px;
border: 0px solid #d1d1d1;
color: #fff;
border-radius: 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; line-height: 27px; letter-spacing: 1px; margin-right: 2px;
text-decoration: none;
}
.tagpink a:hover {
background-color: #00bfff;
 color:#fff; 
 text-decoration: none;
}
/* 記事下タグここまで */

/*人気動画ランキング */
.wpp-list {	
padding-left: 0px !important;
padding-right: 0px !important;
}
.wpp-thumbnail {
			display: inline;
			float: left;
			margin: 0 5px 0 0;
			border: none;
		}
.wpp-post-title {
font-size: 15px;
line-height: -100px !important;
}
.post ul li {
    line-height: 20px;
}
/*人気動画ランキングここまで */

/* 動画テキストリンク */
.textlink a {
display:block;
font-size: 15px;
text-align: center;
color: #fff;
background-color:#00bfff;
padding:70px;
margin-right: 5px;
margin-top: 10px;
margin-bottom: 10px;
text-decoration: none;
}

.textlink a:hover { background-color: #f96dd9;
 color:#fff; 
 text-decoration: none;
 }
 .textlink :after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
 }
.clearfix {
    zoom: 1; /* for IE6/7 */
}
/* 動画テキストリンクここまで */

/* 広告付き動画テキストリンク */
.textlink a {
	padding: 70px;
	float: none;
}
a.textlink_nbig {
	padding: 10px;
	float: left;
}
a.textlink_big {
	padding: 150px;
	float: none;
}
.textlink-over-content {
	display: none;
}
.textlink {
	position: relative;
}
.textlink-over-ad-container {
    position: absolute;
    top: 10px;
    left: 0px;
    color: #fff;
    z-index: 200;
    margin: 0 auto;
    text-align: center;
}
.textlink-over-ad-container div.inner {
    display: inline-block;
    padding: 7px;
    background: rgba(0,0,0,0.5);
    position: relative;
    top: 0px;
    left: 0px;
}
.textlink-over-delete {
    position: relative;
    font-size: 16px;
    color: #fff;
    background: #000;
    width: 100%;
    cursor: pointer;
}
.textlink-over-delete .fa {
    position: absolute;
    left: 0;
    top: 2px;
}
.textlink-over-delete input {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
    background-color: #555;
    display: block;
    line-height: 14px;
    width: 100%;
    height: 20px;
    border: 1px solid #fff;
    text-align: center;
}
/* 広告付き動画テキストリンクここまで */

/* 関連記事のサイズ */
.kanren2 dt {
	float: left;
	width: 130px;
	margin-right:15px;
}
.kanren2 dt img {
	width: 130px;
}
.kanren2 dd {
	padding-left: 150px;
}

/* 関連記事のサイズここまで */

/* 最新順･人気順の切り替えボタン */
.sbpp a{
font-size: 17px;
padding: 3px;
margin-left: 5px;
background-color: #00bfff;
color: #ffffff;
letter-spacing: 1px;
text-decoration: none;
}
.sbpp a:hover {
background-color: #f96dd9;
}
/* 最新順･人気順の切り替えボタンここまで */

/* 順位の数字部分･位の部分デザイン */
.jyunishikaku{
padding: 5px 4px 4px 5px;
margin-right: 0px;
background-color: #2c4966;
color: #fff;
letter-spacing: 1px;
font-size: 15px;
}
.kuraishikaku{
margin-left: 1px;
font-size: 12px;
}
/* 順位の数字部分･位の部分デザインここまで */

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


/* 記事タイトル･サムネイル */
/* タイトル名 */
.kanren.pop-box h5,
#side .kanren.pop-box h5 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 10px;
}

.kanren.pop-box dd h5, 
#side .kanren.pop-box dd h5 {
	font-size: 17px;
	font-weight: bold;
	line-height:25px;
	padding: 0px;
	margin-bottom: 5px;
}

.kanren dt {
	float: left;
	width: 130px;
	margin-right:10px;
}

.kanren dt img {
	width: 130px;
}

.kanren dd {
	padding-left: 140px;
}

.kanren dl {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}

.kanren dl p {
	margin-bottom: 0px;
}

.kanren dl:last-child {
	margin-bottom: 0px;
	padding-bottom: 20px;
	border-style: none;
}

/* 抜粋文字 */
.kanren .clearfix dd p {
	font-size: 13px;
	color: #1a1a1a;
	line-height: 18px;
}

.kanren .clearfix dd .kanren-t {
	padding-bottom:5px;
}

.kanren .clearfix dd .kanren-t a {
	color: #000;
	text-decoration: none;
	font-size:15px;
	line-height: 22px;
	font-weight:bold;
	padding-bottom:5px;
}

.kanren .clearfix dd .kanren-t a:hover {
	color: #b22222;
}
.hizuke{
size:50px;
}
/* 記事タイトル･サムネイルここまで */

/* 記事内タイトル */
.entry-title, 
.post .entry-title {
	font-size: 20px;
	line-height: 24px;
	color: #333;
	margin-bottom: -30px;
	font-weight:bold;
}
/* 記事内タイトルここまで */

.ad-sp{
display: inline;
}
.ad-pc{
display: none;
}

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

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


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

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

	.st-main {
		padding: 10px 30px 0px 30px;
	}
/*-- ここまで --*/
}