@charset "utf-8";
/*@import url("html5reset.css");*/
/*@import url("accordion.css");*/

body {
	max-width:1290px;
	min-width:320px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 105%;
	line-height: normal;
	background-color: #FCC;
	color: #333;
	text-align: justify;
	text-justify: inter-ideograph; /* IE のみ、こちらも必要 */
}
ol, ul {
	list-style: none inside;
}

/* ふんわりリンク */
a {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

/* 基本リンクカラー */
a:link,a:active,a:visited {
	color: #06F;
	text-decoration: none;
}
a:hover ,#footer a:hover{
	color: #F06;
}

/* 画像：レスポンシブ化 */
.pure-img {
	display: block;
	height: auto;
	width: 100%;
}
/* 画像：反転 */
.refrect{
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

/* CTA */
.cta {
	padding:10px 10px 10px 5px;
	margin-bottom:10px;
}
.cta a {
	text-decoration:none;
}
.btn-cta {
	color: #FFF!important;
	border-radius: 5px;
	display: block;
	height: auto;
	width:500px;
	max-width: 96%;
	padding:10px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	background: #06F;
	text-decoration:none;
	overflow: hidden;
	white-space: nowrap;
	margin-left:auto;
	margin-right:auto;
	font-weight: bold;
}
.btn-cta span {
	transition: 0.5s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.btn-cta:hover {
	background: #F09;
}
.btn-cta:hover span {
	color: #FF0;
}

#wrapper {
	border: 1px solid #906;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFF;
	color: #333;
}

#header header {
	border-bottom: 1px solid #906;
}
#header h1 span,
#header p {
	display: none;
}

#container {
	float: left;
	margin: 0 -312px 0 0;
	width: 100%;
}
.content {
	float: right;
	width: 100%;
	margin-left: -312px;
}
.box {
	padding: 5px;
	display: block;
	overflow: hidden;
}

#main {
	position: relative;
	margin: 0 310px;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
#main h1,#main h2,#main h3 {
	padding: 0.5em;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 -1px 1px #000,
	-1px 0 1px #000,
	1px 0 1px #000,
	0 1px 1px #000,
	1px 1px 1px #333,
	2px 2px 2px #333;
	border: 1px solid #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-background-size: 4px 4px;
	-moz-background-size: 4px 4px;
	background-size: 4px 4px;
	background-color: #906;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0,
	color-stop(.25, #333), color-stop(.25, transparent),
	color-stop(.5, transparent), color-stop(.5, #333),
	color-stop(.75, #333), color-stop(.75, transparent),
	to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #555 25%, transparent 25%,
	transparent 50%, #555 50%, #555 75%,
	transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #555 25%, transparent 25%,
	transparent 50%, #555 50%, #555 75%,
	transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #555 25%, transparent 25%,
	transparent 50%, #555 50%, #555 75%,
	transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #555 25%, transparent 25%,
	transparent 50%, #555 50%, #555 75%,
	transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #555 25%, transparent 25%,
	transparent 50%, #555 50%, #555 75%,
	transparent 75%, transparent);
	margin-bottom: 0.5em;
	color: #FFF;
}
#main h1 span,#main h2 span,#main h3 span {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#main .top-img {
	margin-bottom: 10px;
}

.bar1{background-image: url(https://www.kisu-kisu.net/img/icon_bar1.gif);}
.bar2{background-image: url(https://www.kisu-kisu.net/img/icon_bar2.gif);}
.bar3{background-image: url(https://www.kisu-kisu.net/img/icon_bar3.gif);}


#side1 {
	float: left;
	width: 310px;
	border-right: 1px solid #FFF;
}
#side1 h1,#side1 h2 {
	padding: 0.5em 0.75em;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 -1px 1px #000,
	-1px 0 1px #000,
	1px 0 1px #000,
	0 1px 1px #000,
	1px 1px 1px #600,
	2px 2px 2px #600;
	background-color: #F90;
	border: 1px solid #F60;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;


	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#faffcf', endColorstr = '#ffb924');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#faffcf', endColorstr = '#ffb924')";
	background-image: -moz-linear-gradient(top, #faffcf, #ffb924);
	background-image: -ms-linear-gradient(top, #faffcf, #ffb924);
	background-image: -o-linear-gradient(top, #faffcf, #ffb924);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#faffcf), to(#ffb924));
	background-image: -webkit-linear-gradient(top, #faffcf, #ffb924);
	background-image: linear-gradient(top, #faffcf, #ffb924);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	letter-spacing: 0.1em;
	color: #FF9;
}
#side1 h1 span,#side1 h2 span {
	color: #F00;
	font-weight: bold;
	text-shadow: 0 -1px 1px #FFF,
	-1px 0 1px #FFF,
	1px 0 1px #FFF,
	0 1px 1px #FFF,
	1px 1px 1px #900,
	2px 2px 2px #900;
	font-size: 18px;
	display: block;
}

#side2 {
	float: right;
	width: 310px;
	border-left: 1px solid #FFF;
}
#side2 h3 {
	padding: 0.5em 0.75em;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 -1px 1px #000,
	-1px 0 1px #000,
	1px 0 1px #000,
	0 1px 1px #000,
	1px 1px 1px #900,
	2px 2px 2px #900;
	background-color: #F00;
	border: 1px solid #F60;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;



	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffccee', endColorstr = '#ff0000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffccee', endColorstr = '#ff0000')";
	background-image: -moz-linear-gradient(top, #ffccee, #ff0000);
	background-image: -ms-linear-gradient(top, #ffccee, #ff0000);
	background-image: -o-linear-gradient(top, #ffccee, #ff0000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffccee), to(#ff0000));
	background-image: -webkit-linear-gradient(top, #ffccee, #ff0000);
	background-image: linear-gradient(top, #ffccee, #ff0000);
	letter-spacing: 0.1em;
	color: #FFF;
}
#side2 h3 span {
	color: #FF0;
	font-weight: bold;
	text-shadow: 0 -1px 1px #F00,
	-1px 0 1px #F00,
	1px 0 1px #F00,
	0 1px 1px #F00,
	1px 1px 1px #900,
	2px 2px 2px #900;
	font-size: 18px;
	display: block;
}
#ranking {
	display: block;
	overflow: hidden;
	margin-bottom: 5px;
}
#ranking li {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #906;
}
#ranking li:last-child {
	border-bottom-style: none;
}


#ranking dt {
	background-repeat: no-repeat;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 60px;
	font-weight: bold;
	font-size: 16px;
}
#ranking dd a  {
	display: block;
}
#ranking dd p {
	display: block;
	font-size: 14px;
	padding: 3px 5px;
}

.rank1 {background-image: url(https://www.kisu-kisu.net/img/rank1.png);}
.rank2 {background-image: url(https://www.kisu-kisu.net/img/rank2.png);}
.rank3 {background-image: url(https://www.kisu-kisu.net/img/rank3.png);}

#links {
	display:block;
	margin-top: -5px;
	margin-bottom: 10px;
}
#links li {
	margin-bottom: 5px;
}
#links a img {
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#links a img,
.banner a img {
	width: 100%;
	height: auto;
	display: block;
}

/* レビュー関連 */
#review {
	margin-bottom: 5px;
}
#review .site-img {
	margin-bottom: 10px;
}
#info,
#review .site-data,
#capture,
#site-list,
#excellence-site {
	background-color: #EEE;
	color: #000;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
}
#review .star ,#review .qr{
	display: block;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}
#review .star strong ,#review .qr strong {
	display: block;
	padding: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 13px;
	height: 20px;
	line-height: 20px;
}
#review .star strong {
	background-image: url(https://www.kisu-kisu.net/img/icon_star.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 28px;
	font-weight: bold;
}
#review .star {
	float: left;
	max-width:80%;
	min-width: 300px;
}
#review .star dl {
	display: block;
	padding: 5px;
}
#review .star dt   {
	display: block;
	float: left;
	padding: 5px;
	font-weight: bold;
	width: 100px;
	background-image: url(https://www.kisu-kisu.net/img/icon_evaluation_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	text-indent: 20px;
	font-size: 14px;
}
#review .star dd {
	display: block;
	padding: 5px;
	margin-left: 115px;
	background-image: url(https://www.kisu-kisu.net/img/icon_evaluation_star.gif);
	background-repeat: no-repeat;
}
#review .star dd span {
	text-indent: -9999px;
	display: block;
}
#review .qr {
	mix-width: 20%;
	min-width:110px;
	float: right;
}
#review .qr img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#review .star1 {background-position: 0px -120px;}
#review .star2 {background-position: 0px -90px;}
#review .star3 {background-position: 0px -60px;}
#review .star4 {background-position: 0px -30px;}
#review .star5 {background-position: 0px 0px;}

#capture h2,#site-list h3,#excellence-site h3 {
/* リセット＆微修正 */
	filter: none;
	-ms-filter: none;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	background-size: auto;
	background-color: none;
	background-image: -webkit-gradient none;
	background-image: -webkit-linear-gradient none;
	background-image: -moz-linear-gradient none;
	background-image: -ms-linear-gradient none;
	background-image: -o-linear-gradient none;
	background-image: linear-gradient none;
	text-shadow: 0 -1px 1px #000,
	-1px 0 1px #000,
	1px 0 1px #000,
	0 1px 1px #000,
	1px 1px 1px #999,
	1px 1px 1px #999;
}
#capture h2 {
	background-color: #FFF;
	background-image: url(https://www.kisu-kisu.net/img/icon_capture.gif) !important;
	background-repeat: no-repeat;
	background-position: 10px 9px;
	padding-left: 40px;
	color: #0CF;
	display: block;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border-top: 2px solid #390;
	border-right: 2px dotted #390;
	border-bottom: 2px solid #390;
	border-left: 2px dotted #390;
}
#capture .box ,#info .box{
	padding: 10px;
}
#capture p  ,#info p{
	margin-bottom: 1em;
}
#capture p:last-child, #info p:last-child {
	margin-bottom: 0px;
}

#capture p em ,#info p em{
	color: #F06;
	font-weight: bold;
	margin-right: 3px;
	margin-left: 3px;
}
#capture p strong ,#info p strong{
	color: #090;
	font-weight: bold;
	margin-right: 3px;
	margin-left: 3px;
}

#site-list h3 {
	background-color: #FFF;
	background-image: url(https://www.kisu-kisu.net/img/icon_relation.gif) !important;
	background-repeat: no-repeat;
	background-position: 12px 11px;
	padding-left: 40px;
	color: #F90;
	display: block;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border-top: 2px solid #09C;
	border-right: 2px dotted #09C;
	border-bottom: 2px solid #09C;
	border-left: 2px dotted #09C;
}
#site-list ul {
	display: block;
	overflow: hidden;
}
#site-list ul li  {
	width: 50%;
	display: block;
	float: left;
	margin-bottom: 5px;
}
#site-list ul li a {
	display: block;
	background-image: url(https://www.kisu-kisu.net/img/icon_arrow1.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 15px;
	margin: 5px;
}
#excellence-site h3 {
	background-color: #FFF;
	background-image: url(https://www.kisu-kisu.net/img/icon_osusume.gif) !important;
	background-repeat: no-repeat;
	background-position: 12px 11px;
	padding-left: 40px;
	color: #F90;
	display: block;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border-top: 2px solid #F69;
	border-right: 2px dotted #F69;
	border-bottom: 2px solid #F69;
	border-left: 2px dotted #F69;
}
#excellence-site ul {
	overflow: hidden;
	display: block;
}
#excellence-site ul li {
	width: 33.3333%;
	display: block;
	float: left;
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px;
}
#excellence-site ul li a {
	display: block;
	margin: 0px 3px;
	padding: 5px 7px 5px 5px;
	background-color: #ffffff;
	border: 1px solid #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#999999');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#999999')";
	background-image: -moz-linear-gradient(top, #ffffff, #999999);
	background-image: -ms-linear-gradient(top, #ffffff, #999999);
	background-image: -o-linear-gradient(top, #ffffff, #999999);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#999999));
	background-image: -webkit-linear-gradient(top, #ffffff, #999999);
	background-image: linear-gradient(top, #ffffff, #999999);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
#excellence-site ul li a:hover {
	border: 1px solid #CC6600;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#FFCC33');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#FFCC33')";
	background-image: -moz-linear-gradient(top, #ffffff, #FFCC33);
	background-image: -ms-linear-gradient(top, #ffffff, #FFCC33);
	background-image: -o-linear-gradient(top, #ffffff, #FFCC33);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#FFCC33));
	background-image: -webkit-linear-gradient(top, #ffffff, #FFCC33);
	background-image: linear-gradient(top, #ffffff, #FFCC33);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
#excellence-site ul li a img {
	border: 1px solid #999;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#excellence-site ul li a span {
	display: block;
	background-color: #FFF;
	padding: 3px;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#breadcrumb ,#breadcrumb-in ,#sitemap {
	display: block;
	overflow: hidden;
	font-size: 14px;
}
#breadcrumb {
	border-top: 1px solid #906;
	border-bottom: 1px solid #906;
}

#breadcrumb a:link,#breadcrumb a:active,#breadcrumb a:visited {
	color: #F06;
}
#breadcrumb a:hover {
	color: #09F;
}
#breadcrumb-in {
	float: left;
	width:80%;
	padding-left: 10px;
}

#breadcrumb-in li {
	overflow: hidden;
	float: left;
	display: block;
	white-space: nowrap;
}

#breadcrumb-in li:first-child::before {
  padding: 0 1px 0 0;
  content: url(https://www.kisu-kisu.net/img/icon_home.gif);
  font-size: 14px;
}
#breadcrumb-in li:before {
  padding: 0 4px 0 5px;
  content: '>';
  font-size: 14px;
}
#breadcrumb-in li a:last-child {
	font-weight: bold;
	color: #F69;
}
#breadcrumb-in li a.disabled{
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color:#06C;
}

/* パンくずリスト用サイトマップ */
#sitemap {
	float: right;
	min-width: 120px;
}
#sitemap li a {
	display: block;
	background-image: url(https://www.kisu-kisu.net/img/icon_sitemap.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#site-list dt ,#site-list dd{
	display: block;
	padding: 5px;
}
#site-list dt {
	border-bottom: 1px solid #F90;
	border-left: 5px solid #F90;
	font-weight: bold;
}
#site-list dt a {
	color: #C39;
}
#site-list dd {
	margin-bottom: 10px;
}




#footer {
	clear: both;
	text-align: center;
	border-top: 1px solid #906;
	padding: 5px;
}

@media screen and (max-width:1200px) {
#container, .content, #main, #side2 {
	float: none;
	margin: 0;
	width: auto;
}
#main {
	margin-left: 310px;
	border-bottom: 1px solid #906;
	border-top-style: none;
	border-right-style: none;
	border-left: 1px solid #FFF;
}
#side2 {
	float: none;
	margin-left: 310px;
	width: auto;
	border-left: 1px solid #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
}
@media screen and (min-width:780px) and (max-width:880px) {
#site-list ul li {
	float: none;
	width: 100%;
}
}

@media screen and (max-width:780px) {
#main {
	float: none;
	margin: 0;
	width: auto;
	border-left-style: none;
}
#side1 {
	float: none;
	margin: 0;
	width: auto;
	border-style: none;
}
#side2 {
	float: none;
	margin: 0;
	width: auto;
	border-style: none;
}
#excellence-site ul li {
	width: 50%;
}
#breadcrumb-in {
	float: none;
	width:95%;
	padding-left: 10px;
}
#sitemap {
	float: none;
	padding-left: 10px;
}
}

@media screen and (max-width:580px) {
#site-list ul li {
	float: none;
	width: 100%;
}
}
@media screen and (max-width:480px) {
#container, .content, #main, #side1, #side2,#review .star,#review .qr {
	float: none;
	margin: 0;
	width: auto;
}
#review .qr {
	border-top: 1px solid #000;
}
#excellence-site ul li {
	width: 100%;
}
}

/* menu */
#menu li {
	color: #333;
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	background: rgba(255,255,255,0.95);
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#menu li:hover {
	border: 1px solid #F69;
	background: rgba(255,255,204,0.95);
}
#menu li a {
	text-indent: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
#menu li a:hover {
	padding-left: 10px;
	transition: 0.5s;
}
/* メニュー内広告 */
#menu a img {
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.banner .nopc {display: none;}
.banner .nosp {}

#toggle{ 
	display: none;
}

@media screen and (max-width:780px) {
#menu{
	display: none;
}
#menu li{
	width: 100%;
}
.banner .nopc {display: block;}
.banner .nosp {display: none;}

#toggle{
	display: block;
	position: relative;
	width: 100%;
	background: #222;
}
#toggle a{
	display: block;
	position: relative;
	padding: 12px 0 10px;
	border-bottom: 1px solid #444;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#toggle:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #fff;
}
#toggle a:before, #toggle a:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 4px;
	background: #222;
}
#toggle a:before{
	margin-top: -6px;
}
#toggle a:after{
	margin-top: 2px;
}
}

/*　480*100ロングバナー　*/
.iframe-long {
	width:300px;
	height:250px;
	margin-right: auto;
	margin-left: auto;
}
.iframe-long iframe {
	width: 100%;
	height: 100%;
}
@media screen and (min-width:520px) and (max-width:780px) {
.iframe-long {
	width:480px;
	height:100px;
}
}
@media screen and (max-width:520px) {
.iframe-long {
	width:300px;
	height:250px;
}
}
/* 広告バナー */
.banner,
.ads {
  max-width:100%;
  margin-bottom:10px;
}
.banner a,
.ads a {
  display:block;
}

/* CLS対処 */
.asp {
  width:100%;
  height:0;
  position:relative;
  overflow:hidden;
  margin:5px auto;
}
.asp img {
  width:100%;
  height:100%;
  top:0;
  left:0;
  right:0;
  object-fit:cover;
  object-position:center;
  position:absolute;
  box-sizing: border-box;
}

/***************************
 相互RSS（antenna_textlink）用
 ※要FontAwesome4.7
****************************/
.text-rss-list {
  border:1px solid #CCC;
  padding:5px;
  margin:0 auto 10px;
  width:100%;
  max-width:98%;
  border-radius:5px;
}
/***************************
 ダブルレクタング広告
****************************/
.ads-flexbox .item {
  flex-basis: auto;
  padding: 5px;
  margin: 0px;
  text-align: center;
}
.ads-flexbox .item img {
  max-width: 100%;
  height: auto;
  border: 1px solid #CCC;
  border-radius: 5px;
}
@media ( min-width : 600px ){
  .ads-flexbox {
    display: flex;
  }
  .ads-flexbox .item {
    width: 50%;
  }
}
.inner300 {
	max-width: 300px;
	width: 100%;
	height: 100%;
	aspect-ratio: 300/250;
	margin: auto;
}
.inner728{
	width: 100%;
	height: 100%;
	margin: auto;
	max-width: 728px;
	aspect-ratio: 728/200;
}
.inner600{
	width: 100%;
	height: 100%;
	margin: auto;
	max-width: 600px;
	aspect-ratio: 600/315;
}

/*広告表示*/
#header:after {
	content: url(https://www.kisu-kisu.net/img/ad_display_header.png);
	display: flex;
	justify-content: center;
	margin: 20px 0;
}

.site-img.banner:before {
	content: url(https://www.kisu-kisu.net/img/ad_display_post.png);
	display: flex;
	justify-content: center;
    margin:1em 0 2em;
}

a.pr-txt-link::before {
	content: "PR";
	font-size: 10px;
	border-radius: 5px;
	padding: 2px 5px;
	font-weight: bold;
	vertical-align: middle;
	margin-right: 5px;
	background-color:#000;
	color:#FFF;
}

#capture .box p a.pr-txt-link::before {
	background-color:#0066ff;
}

.btn-cta.pr-txt-link::before {
	background-color:#fff;
	color:#0066ff;
	margin-right:0;
}

a.pr-img-link {
	position: relative;
	display: block;
}

a.pr-img-link::before {
	content: "PR・18禁";
	background-color: #FFF;
    border: 1px solid #f00;
	color: #FF0000;
	padding: 3px 5px;
    line-height: 1;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1;
}

.site-img.banner a.pr-img-link::before {
	right: 15px;
	top: 15px;
}


.label_ad {
	position: relative;
}
.label_ad::after{
    content: "AD";
    font-size: 11px;
    background-color: #fff;
    border-radius: 3px;
    color: #000;
    padding: 0 5px;
    position: absolute;
    top: 10px;
    right: 6px;
    height:20px;
    line-height:20px;
    text-shadow: none;
}
