@charset "utf-8";

@font-face {
	font-family: 'FontAwesome';
	src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot');
	src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot') format('embedded-opentype'),
		url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2') format('woff2'),
		url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff') format('woff'),
		url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf') format('truetype'),
		url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

html,
button,
input,
select,
textarea,
.pure-g [class *="pure-u"] {
	/* Set your content font stack here: */
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

body {
	max-width: 980px;
	min-width: 320px;
	display: block;
	margin: 0 auto;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 14px;
	line-height: normal;
	background-image: url(https://okineko.com/img/bg.png);
}

a {
	text-decoration: none;
	color: #FF0000;
}

a:hover {
	color: #FFFF00;
}

.pure-img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	margin: 20px auto;
}

#header {
	margin-bottom: 20px;
}
header {
	border: 1px solid #666;
}



#container {
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
}

#main {
	padding: 10px;
	margin-left: 340px;
	border: 1px solid #666;
	background: #020001;
	font-size: 16px;
}

#side {
	float: left;
	width: 300px;
	border: 1px solid #666;
	padding: 10px;
	background: #020001;
}

#footer {
	text-align: center;
	padding: 20px 5px;
	color: #FFF;
	font-size: 12px;
}

#footer a {
	color: #FFF;
}

@media screen and (max-width:1000px) {
	#wrapper {
		margin: 0px;
	}

	#container {
		margin-bottom: 0;
	}

	#header {
		border: none;
		margin-bottom: 0;
	}

	#main {
		float: none;
		margin: 0;
		width: auto;
		padding: 2px;
		border: none;
	}

	#side {
		float: none;
		width: auto;
		padding: 0px;
		background: none;
		border: none;
	}
}

@media screen and (max-width:780px) {
	body {
		font-size: 14px;
	}
}




/* menu */

#menu h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 20px;
	font-weight: bold;
	color: #f3cb2d;
	padding: 5px;
	margin-bottom: 10px;
	border-top: 1px dotted #FFF;
	border-bottom: 1px dotted #FFF;
}

#menu .inline {
	margin-bottom: 10px;
}

#menu ul li {
	margin-left: 18px;
	position: relative;
}

#menu ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 6px;
	height: 6px;
	background-color: #FFFFFF;
	border-radius: 100%;
}

#menu li a {
	line-height: 1.8em;
}

#toggle {
	display: none;
}

@media screen and (max-width:1000px) {
	#menu {
		display: none;
	}

	#toggle {
		margin-bottom: 2px;
	}

	#menu .inline {
		background: #020000;
		border: none;
		margin: 0;
		padding: 5px;
	}

	#menu h2 {
		margin-bottom: 0px;
		border: none;
		cursor: pointer;
		border-bottom: 1px solid #333;
		height: 44px;
		line-height: 44px;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	#menu ul {
		display: none;
	}

	#menu li a {
		display: block;
		width: 100%;
		line-height: 2.5em;
	}

	#menu ul li::after {
		top: 1.0em;
	}

	#toggle {
		display: block;
		position: relative;
		width: 100%;
		background: #222;
	}

	#toggle a {
		display: block;
		position: relative;
		padding: 12px 0 10px;
		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;
	}
}

#side aside {
	text-align: center;
}

.side_info,
#side_link {
	margin-bottom: 10px;
}

.side_info img {
	margin-bottom: 10px;
	border: 1px solid #666;
	box-sizing: border-box;
}


.side_info h3,
#side_link h3,
#footer_info h3,
#footer_link h3 {
	border-bottom: 1px solid #FFFFFF;
	color: #FFF;
	text-align: left;
	font-weight: bold;
	padding: 2px 5px;
	margin-bottom: 10px;
}

#footer_link li {
	line-height: 2.3em;
	list-style: none;
}

#side_link li a::before,
#footer_link li a::before {
	content: "・";
	color: #FFF;
	line-height: 1.8em;
}

@media screen and (min-width:1001px) {

	#footer_info,
	#footer_link {
		display: none;
	}
}

@media screen and (max-width:1000px) {

	.side_info,
	#side_link {
		display: none;
	}

	#footer_info,
	#footer_link {
		background: #020001;
		padding: 5px;
	}

	#footer_info ul {
		overflow: hidden;
		margin: 0 -5px 10px;
	}

	#footer_info li {
		float: left;
		width: 50%;
	}

	#footer_info li a {
		display: block;
		margin: 5px;
		border: 1px solid #333;
	}

	#footer_info .large {
		display: block;
		text-align: center;
	}

	#footer_info .small {
		display: none;
	}
}

@media screen and (max-width:540px) {
	#footer_info ul {
		margin: 0;
	}

	#footer_info li {
		float: none;
		width: auto;
	}

	#footer_info li a {
		margin: 0 0 10px;
	}

	#footer_info a img {
		width: 100%;
		display: block;
	}

	#footer_info .large {
		display: none;
	}

	#footer_info .small {
		display: block;
	}

	#footer_link li a {
		display: block;
	}
}


/*#main-------------------------------------------------------------*/
.box {
	padding: 15px;
	color: #333333;
	border-radius: 2px;
	background: rgb(255, 255, 255);
}

@media screen and (max-width:780px) {
	.box {
		padding: 5px
	}
}

#main a {
	color: #3366FF;
}

#main a:hover {
	color: #09F;
}

#main h2 {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background: #000066;
	border-top: 10px double #FFFFFF;
	border-bottom: 10px double #FFFFFF;
	margin-bottom: 2px;
}

@media screen and (max-width:480px) {
	#main h2 {
		font-size: 18px;
	}
}

#main p {
	margin-bottom: 1em;
	line-height: 1.5em;
}



/*#gachi-------------------------------------------------------------*/
.gachi {
	border: 1px solid #666;
	background: #fffdd7;
	border-radius: 10px;
	box-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	margin: 20px 0px 30px 10px;
	padding: 10px;
	color: #000066;
	background-color: #F8F8F8;
}

.gachi .badge {
	float: left;
	margin-left: -35px;
	margin-top: -30px;
	margin-bottom: -10px;
}

.gachi h3 {
	font-size: 20px;
	line-height: 1.3em;
	font-weight: bold;
	color: #F00;
}

#main .gachi p {
	margin-bottom: 0;
	font-size: 14px;
}

@media screen and (max-width:780px) {
	.gachi .badge {
		margin-left: -25px;
		width: 80px;
	}
}

@media screen and (max-width:480px) {
	.gachi h3 {
		font-size: 16px;
	}
}

/*#genre_list-------------------------------------------------------------*/
#genre_list {
	overflow: hidden;
	margin: 0 -2px 20px;
}

#genre_list li {
	float: left;
	width: 20%;
}

#genre_list dl {
	margin: 2px;
	border: 1px solid #000066;
}

#genre_list dt {
	text-align: center;
}

#genre_list dd {
	font-size: 11px;
	text-align: center;
	background: #000066;
}

#genre_list dd a {
	color: #FFFFFF;
}

@media screen and (max-width:540px) {
	#genre_list li {
		width: 25%
	}
}

@media screen and (max-width:420px) {
	#genre_list li {
		width: 33.3%
	}
}



/*#g_box-------------------------------------------------------------*/
.g_box {
	color: #000066;
	background: #FFF4FA;
	padding: 10px;
	margin-bottom: 20px;
	text-align: left;
	overflow: hidden;

}

.g_box img {
	margin-left: 10px;
	float: right;
}


/*#group-------------------------------------------------------------*/
#group {
	margin-bottom: 20px;
}

#group h3 {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

#group ul {
	overflow: hidden;
}

#group dl {
	overflow: hidden;
	padding: 10px 0px;
	border-bottom: 2px dotted #FFCC33;
}

#group dt {
	float: left;
	width: 200px;
	height: 100px;
	margin-right: 10px;
	overflow: hidden;
}

#group dd {
	font-size: 14px;
	margin-bottom: 10px;
}

#group dd strong {
	display: block;
	color: #FF0000;
	font-weight: bold;
}

@media screen and (max-width:420px) {
	#group dt {
		float: none;
		width: auto;
		margin: 0px;
		text-align: center;
	}

	#group dd strong {
		text-align: center;
	}
}

/*#area-------------------------------------------------------------*/
#tihou {
	overflow: hidden;
}

#tihou li {
	float: left;
	width: 33.3%;
}

@media screen and (max-width:540px) {
	#tihou li {
		width: 50%;
	}
}

#tihou li a {
	display: block;
	margin: 5px;
	overflow: hidden;
	border: 2px solid #056602;
	border-radius: 2px;
	padding: 5px;
	text-align: center;
	border-radius: 20px;
	font-weight: bold;
}

#tihou li a:hover {
	background: #F0F8FF;
}

#tihou li a em {
	display: block;
}

#tihou li a img {
	height: 120px;
	margin: auto;
}


/*#area_site-------------------------------------------------------------*/
#area_site {
	margin-bottom: 20px;
	padding: 10px;
	background: #F0F8FF;
}

#area_site dl {
	overflow: hidden;
}

#area_site dt {
	float: left;
	width: 50%;
	height: 120px;
	overflow: hidden;
	margin-right: 10px;
	border: 2px solid #F06;
}

#area_site dd strong {
	font-weight: bold;
}

@media screen and (max-width:420px) {
	#area_site dt {
		float: none;
		width: auto;
		margin: 0;
	}
}

.pr_girl {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}

/*#wordbox-------------------------------------------------------------*/
#siteinfo {
	background: #FFFFFF;
	overflow: hidden;
}

#siteinfo h3 {
	text-align: center;
	font-weight: bold;
}

.siteimg {
	width: 45%;
	margin-right: 10px;
	float: left;
	text-align: center;
	font-size: 12px;
}

@media screen and (max-width:420px) {
	#siteinfo {
		padding: 5px;
	}

	.siteimg {
		width: auto;
		float: none;
		margin: 0 0 10px;
	}
}

.prfbox {
	float: right;
	width: 180px;
	border: 2px solid #F99;
	padding: 2px;
	text-align: center;
	font-size: 12px;
	margin-left: 5px;
}

@media screen and (max-width:540px) {
	.prfbox {
		width: 120px;
	}
}

.jump {
	display: block;
	background: #03C;
	border-radius: 3px;
	text-align: center;
	padding: 5px;
	color: #FFFFFF !important;
	margin: 20px auto 10px;
	box-shadow: 2px 2px 2px #333333;
}

.jump:hover {
	background: #ab0007;
	clear: both;
}

#ohterSite {
	margin: 20px auto;
}

#ohterSite h3 {
	text-align: center;
	margin: 10px 0;
}

#ohterSite ul {
	overflow: hidden;
}

#ohterSite li {
	float: left;
	width: 25%;
}

@media screen and (max-width:480px) {
	#ohterSite li {
		float: left;
		width: 50%;
	}
}

#ohterSite li dl {
	margin: 2px;
	border: 1px solid #999;
	text-align: center;
	font-size: 12px;
}

#ohterSite li dt {
	height: 100px;
	overflow: hidden;
}

#ohterSite li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*random-------------------------------------------------------------*/
.random_box {
	overflow: hidden;
	border-bottom: 2px dotted #FFCC66;
}

.random_box dt {
	width: 200px;
	height: 100px;
	float: left;
	margin-right: 10px;
}

.random_box dd {}

/*480*100ロングバナー-------------------------------------------------------------*/

.iframe-long {
	width: 480px;
	height: 100px;
	margin: 10px auto;
}

@media screen and (max-width:499px) {
	.iframe-long {
		width: 300px;
		height: 250px;
	}
}

.iframe-long iframe {
	width: 100%;
	height: 100%;
}


#ppvlink {
	max-width: 600px;
	#width: 600px;
	height: 315px;
	margin: 10px auto;
}

#ppvlink iframe {
	width: 100%;
	height: 100%;
}


#maplink {
	text-align: center;
	margin: 10px auto;
}

#prf {
	display: none;
}

@media screen and (max-width:599px) {
	#maplink {
		display: none;
	}

	#prf {
		display: block;
		background: #F36;
		font-weight: bold;
		margin: 10px auto;
		padding: 3px 5px 0px;
		text-align: left;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		font-size: 12px;
	}

	#prf h3 {
		text-align: center;
		font-weight: bold;
		color: #FFF;
		margin: 3px auto;
	}
}

/*パンくずリスト*/
.breadcrumbs {
	width: 100%;
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 10px;
}

.breadcrumbs ol {
	padding: 5px 0;
}

.breadcrumbs li {
	display: inline-block;
	vertical-align: top;
}

.breadcrumbs li:first-child::before {
	padding: 0 1px 0 0;
	content: "";
	font-size: 14px;
}

.breadcrumbs li:before {
	padding: 0 4px 0 2px;
	content: ">";
	font-size: 14px;
	color: #FFF;
}

.breadcrumbs a {
	color: #FFCC00;
}

.breadcrumbs a.disabled {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: #FFFFFF;
}

.ads {
	background: #020001;
	padding: 5px;
}

.ads .title {
	border-bottom: 1px solid #FFFFFF;
	color: #FFF;
	text-align: left;
	font-weight: bold;
	padding: 2px 5px;
	margin-bottom: 10px;
}

/***************************
 ダブルレクタング広告
****************************/
.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: 0 auto 5px;
	max-width: 600px;
	aspect-ratio: 600/315;
}

div[class*="inner"] img {
	max-width: 100%;
	height: auto;
}

/*広告表示*/
#header::after {
	content: url(https://okineko.com/img/ad_display_header.png);
	display: flex;
	justify-content: center;
	margin: 10px 5px;
}

#siteinfo::before {
	content: url(https://okineko.com/img/ad_display_post.png);
	display: flex;
	justify-content: center;
    margin-bottom: 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;
}

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

a.pr-img-link {
	position: relative;
	display: inline-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;
}


/* メイン記事下 */
#main aside h2 {
	position: relative;
}
#main aside h2::before {
    content: "AD";
    font-size: 14px;
    position: absolute;
    top: 5px;
    left: 6px;
    background-color: #FFF;
    color: #000;
    padding: 0 5px;
}

/* リンクボタン */
.jump.pr-txt-link::before {
	background-color:#FFF;
	color:#0033cc;
}