@charset "utf-8";
/*@import url("html5reset.css");*/
/*@import url("prf.css");*/
/*@import url("reg.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: 14px;
	line-height: normal;
	background-color: #000;
	color: #CCC;
}

/* リンク装飾 */
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: #06C;
	text-decoration: none;
	letter-spacing: 0.1em;
}
a:hover {
	color: #F06;
	text-decoration: none;
}

/* 基本 */
.pure-img{max-width:100%;height:auto;display:block;}
ul,ol {
	list-style: url(none) none inside;
	display: block;
	overflow: hidden;
}
#main .pr a img {
	width: 100%;
	height: auto;
	display: block;
}

#wrapper {
	border: 1px solid #000;
	color: #333;
	background-color: #FFF;
}

#header {
	border-bottom: 1px solid #CCC;
}

#breadcrumb {
	padding: 5px;
	overflow: hidden;
	font-size: 12px;
	border-bottom: 1px solid #630;
}
#breadcrumb nav {
	max-width:1170px;
	min-width:300px;
	float: left;
}

#breadcrumb li {
	display: block;
	float: left;
	background-image: url(https://ozan-safak.com/img/icon_breadcrumb.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding-left: 15px;
	margin-right: 5px;
}
#breadcrumb li:last-child {
	font-weight: bold;
}
#breadcrumb .mapnav {
	display: block;
	float: right;
	background-image: url(https://ozan-safak.com/img/icon_sitemap.png);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	padding-left: 20px;
}

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

#main {
	position: relative;
	margin: 0 310px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#main h1,#main h2,#main h3 {
	display: block;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #906;
	border: 2px solid #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 4px #906;
	-webkit-box-shadow: 0px 0px 4px #906;
	box-shadow: 0px 0px 4px #906;
	font-size: 15px;
	color: #FFF;
}

#side1 h1, #side2 h1 {
	display: block;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #F00;
	border: 2px solid #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 4px #F06;
	-webkit-box-shadow: 0px 0px 4px #F06;
	box-shadow: 0px 0px 4px #F06;
	font-size: 15px;
	color: #FFF;
}
#side1 h2, #side1 h3,
#side2 h2 {
	display: block;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #09F;
	border: 2px solid #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 4px #03C;
	-webkit-box-shadow: 0px 0px 4px #03C;
	box-shadow: 0px 0px 4px #03C;
	font-size: 15px;
	color: #FFF;
}
#side2 h3 {
	display: block;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #090;
	border: 2px solid #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 4px #0C0;
	-webkit-box-shadow: 0px 0px 4px #0C0;
	box-shadow: 0px 0px 4px #0C0;
	font-size: 15px;
	color: #FFF;
}

#menu ul {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
#menu ul li {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
#menu ul li:hover {
	background-color: #FFC;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#menu ul:last-child {
	margin-bottom: 0px;
}
#report {
	overflow: hidden;
}
#report .photo {
	display: block;
	border: 2px solid #903;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 10px;
}
#report p,#sitemap p {
	margin-bottom: 16px;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
}
#report p strong {
	color: #F00;
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
}
#report p em {
	font-weight: bold;
	font-size: 20px;
	color: #F60;
	line-height: normal;
}
#report dl,#sitemap dl {
	display: block;
	padding: 10px;
}
#report dl dt,#sitemap dl dt {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #039;
}
#report dl dd ul,#sitemap dl dd ul {
	display: block;
	padding: 5px;
}
#report dl dd li,#sitemap dl dd li {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(https://ozan-safak.com/img/icon_circle.png);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding-left: 23px;
}

#report-list {
	width: 100%;
}
#report-list li {
	display: block;
	float: left;
	width: 33%;
	border-left: 1px dotted #CCC;
}
#report-list li:first-child {
	border-left-style: none;
}
#report-list li dl {
	display: block;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
#report-list li dl dt {
	display: block;
	text-align: center;
	padding: 5px 7px 5px 5px;
}
#report-list dl dt a {
	font-size: 12px;
	display: block;
	color: #333;
}
#report-list dl dt a img {
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #906;
	margin-bottom: 5px;
}
#report-list li a span {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #903;
}
.report-btn {
	width:94%;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:5px 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.report-btn:link, .report-btn:active, .report-btn:visited {
	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 = '#cccccc');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#cccccc')";
	background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
	background-image: -ms-linear-gradient(top, #ffffff, #cccccc);
	background-image: -o-linear-gradient(top, #ffffff, #cccccc);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#cccccc));
	background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
	background-image: linear-gradient(top, #ffffff, #cccccc);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color: #F06;
}
#report-list .report-btn:hover {
	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 = '#ffed57');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#ffed57')";
	background-image: -moz-linear-gradient(top, #ffffff, #ffed57);
	background-image: -ms-linear-gradient(top, #ffffff, #ffed57);
	background-image: -o-linear-gradient(top, #ffffff, #ffed57);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#ffed57));
	background-image: -webkit-linear-gradient(top, #ffffff, #ffed57);
	background-image: linear-gradient(top, #ffffff, #ffed57);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color: #906;
}

#chapter {margin-bottom: 10px;}
#chapter p {
	font-size: 18px;
	display: block;
	padding: 5px 10px 10px;
}
#chapter img {
	margin-bottom: 10px;
	width: 98%;
	border: 2px solid #999;
	margin-right: auto;
	margin-left: auto;
}
#site-list {
	display: block;
}
#site-list a:link, #site-list a:active, #site-list a:visited {
	color: #F06;
}
#site-list a:hover {
	color: #906;
}
#site-list li {
	display: block;
	margin-bottom: 10px;
}
#site-list dl {
	display: block;
	padding: 10px;
	overflow: hidden;
	border: 2px solid #906;
	background-color: #FFE1E1;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-right: auto;
	margin-left: auto;
}
#site-list dt {
	width: 25%;
	float: left;
	display: block;
	overflow: hidden;
}
#site-list dt a img  {
	margin-bottom: 0px;
	display: block;
	width: 96%;
	border: 2px solid #906;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#site-list dd   {
	width: 75%;
	float: right;

}
#site-list dd a strong{
	padding: 2px 0px 2px 10px;
	border-bottom: 2px solid #906;
	font-weight: bold;
	display: block;
	width: 100%;
}
#site-list dd p {
	padding: 10px;
	font-size: 14px;
	line-height: normal;
	display: block;
	margin-bottom: 0px;
	color: #000;
}

#side1 {
	float: left;
	width: 310px;
	border-right: 1px solid #CCC;
}
#side1 #link,#side1 #sponsor {
	overflow: hidden;
}
#side1 #link .pr,#side1 #sponsor .pr {
	margin-bottom:10px;
	overflow: hidden;
}
#side1 #link .pr a img,#side1 #sponsor .pr a img {
	width:96%;
	height: auto;
	border: 2px solid #999;
	margin-right: auto;
	margin-left: auto;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#side1 #link .pr:last-child {
	margin-bottom: 0px;
}

#side2 {
	float: right;
	width: 310px;
	border-left: 1px solid #CCC;
}
#footer {
	clear: both;
	text-align: center;
	border-top: 1px solid #CCC;
	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 #CCC;
	border-top-style: none;
	border-right-style: none;
	border-left: 1px solid #CCC;
}
#side2 {
	float: none;
	margin-left: 310px;
	width: auto;
	border-left: 1px solid #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
}

.pc {
	display: block;
}
.sp {
	display: none;
}

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

#site-list dt a img  {
	margin-bottom: 0px;
	display: block;
	width: 96%;
	border: 3px solid #906;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#side1 #link .pr {
	width: 50%;
	float: left;
}
#side1 #link .pr a img {
	width:95%;
}

.pc {
	display: none;
}
.sp {
	display: block;
}
}

@media screen and (max-width:520px) {
#report .photo {
	float: none;
	margin-right: auto;
	margin-left: auto;
	width: 98%;
}
}
@media screen and (max-width:480px) {
#container, .content, #main, #side1, #side2 {
	float: none;
	margin: 0;
	width: auto;
}
#report dl {
	padding:5px;
}
#report-list li {
	display: block;
	float: none;
	width: 100%;
	border-left: none;
	border-bottom: 1px dotted #CCC;
}
#report-list li:last-child {
	border-bottom:none;	
}

#site-list dt,
#site-list dd {
	float:none;
	width:100%;
}
#site-list dt a img {
	width:98%
}

#side1 #link .pr {
	width: 100%;
	float: none;
}
#side1 #link .pr a img {
	width:96%;
}
}

/* menu */
#menu li a:link, #menu li a:active, #menu li a:visited {
	display: block;
	background-image: url(https://ozan-safak.com/img/icon_ani_arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 3px;
	padding-left: 30px;
	transition: 0s;
}
#menu li a:hover {
	background-position: 10px -17px;
}

#toggle{ 
	display: none;
}

@media screen and (max-width:780px) {
#menu{
	display: none;
}
#menu li{
	width: 100%;
}
#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;
}
}

/* 広告バナー */
.aspect,
.banner,
.ads {
  max-width:100%;
  margin-bottom:10px;
}
.aspect a,
.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;
  border:1px solid #CCC;
  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 {
	width: 100%;
	height: 100%;
	margin: auto;
	max-width: 300px;
	aspect-ratio: 300/250;
}
.inner728{
	width: 100%;
	height: 100%;
	margin: auto;
	max-width: 728px;
	aspect-ratio: 728/200;
}
.inner600{
	width: 100%;
	height: 100%;
	margin: 0 auto 10px;
	max-width: 600px;
	aspect-ratio: 600/315;
}
.link li {
}
.link li a {
	display:block;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.link li a::before {
	content:"・";
	color:#333;
}

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

#report::before {
	content: url(https://ozan-safak.com/img/ad_display_post.png);
	display: flex;
	justify-content: left;
    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;
	padding: 3px 5px;
    line-height: 1;
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1;
}

#site-list dt a.pr-img-link::before,
#site-list dd a.pr-txt-link::before  {
	display:none;
}

#site-list dd a.pr-txt-link strong::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;
}
