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

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

ins {background-color : transparent ;}

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

.ajax:link,.ajax:active,.ajax:visited,.ajax:hover {
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	-ms-transition: 0s;
	transition: 0s;
}
/* 基本リンクカラー */
a:link,a:active,a:visited {
	color: #FF0;
	text-decoration: none;
	letter-spacing: 0.1em;
}
a:hover {
	color: #F9C;
	text-decoration: none;
}
#main a:link,#main a:active,#main a:visited {
	color: #F36;
	text-decoration: none;
	letter-spacing: 0.1em;
}
#main a:hover {
	color: #06F;
	text-decoration: none;
}

/* パンくずリスト */
.breadcrumbs {
	padding: 5px;
	overflow: hidden;
	border-bottom: 1px solid #000;
	display: block;
}
.breadcrumbs .bread-box {
	overflow:hidden;
}
.breadcrumbs .bread-box li {
	display: block;
	float: left;
}
.breadcrumbs .bread-box li:first-child:before {
	font-family: FontAwesome;
	content: "\f015";
	margin-left: 5px;
	margin-right: 5px;
	font-weight: normal;
	color: #333;
}
.breadcrumbs .bread-box li:not(:first-child):before {
	font-family: FontAwesome;
	content: "\f105";
	margin-left: 5px;
	margin-right: 5px;
	font-weight: normal;
	color: #333;
}

body {
	max-width:1290px;
	min-width:320px;
	display: block;
	margin: 0 auto!important;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 14px;
	line-height: normal;
	background-image: url(https://www.namacentral.org/img/bg_body.gif);
	background-color: #000;
	color: #FFF;
}
#wrapper {
	background-color: #CCF;
	background-image: url(https://www.namacentral.org/img/bg_wrapper.png);
}

#header {
	background-color: #FFF;
}
#container {
	float: left;
	margin: 0 -312px 0 0;
	width: 100%;
}
.content {
	float: right;
	width: 100%;
	margin-left: -312px;
}
.box {
	padding: 10px 5px;
}
.info {
	display: block;
	border: 1px solid #99C;
	background: #FFF;
	padding: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.info p {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 26px;
}
.info p:last-child {
	margin-bottom: 5px;
}
.info .point ,.info .point dt,.info .point dd{
	display: block;
}
.info .point dt {
	padding: 5px;
	font-size: 18px;
	border-bottom: 2px solid #F00;
	border-left: 4px double #F00;
	margin-bottom: 5px;
	color: #F00;
	font-weight: bold;
}
.info .point dd {
	padding: 10px;
}
.info .desc-img {
	width: 100%;
	margin-bottom: 10px;
}

#main {
	position: relative;
	margin: 0 310px;
	background-color: #DECEFF;
	-moz-border-radius: 20px 0px 0px;
	-webkit-border-radius: 20px 0px 0px 0px;
	border-radius: 20px 0px 0px;
	color: #111;
}
#main .box {
	padding:10px;
}
#side1 {
	float: left;
	width: 310px;
}
#side2 {
	float: right;
	width: 310px;
	color: #111;
}
#footer {
	clear: both;
	text-align: center;
	border-top: 1px solid #333;
	padding: 5px;
}

@media screen and (max-width:1200px) {
#container, .content, #main, #side2 {
	float: none;
	margin: 0;
	width: auto;
}
#main {
	margin-left: 310px;
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left: none;
}
#side2 {
	float: none;
	margin-left: 310px;
	width: auto;
	border-left: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
}

@media screen and (max-width:780px) {
#main {
	float: none;
	margin: 0;
	width: auto;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border-style: none;
}
#side1 {
	float: none;
	margin: 0;
	width: auto;
	border-style: none;
}
#side2 {
	float: none;
	margin: 0;
	width: auto;
	border-style: none;
}
}

@media screen and (max-width:480px) {
#container, .content, #main, #side1, #side2 {
	float: none;
	margin: 0;
	width: auto;
}
}
#menu ul {
	margin-bottom: 10px;
	display: block;
}



/* menu */
#menu .menu li {
	text-indent: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	font-weight: bold;
	background-image: url(https://www.namacentral.org/img/icon_arrow_menu.png);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	padding-left: 15px;
}
#menu .menu li a {
	display: block;
}


#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;
	margin-bottom: 10px;
}
#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;
}
}
#main h1,#main h2,#side2 h1 {
	display: block;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid #609;
	background-repeat: no-repeat;
	background-position: 3px 0px;
	line-height: 34px;
	height: 30px;
	padding-left: 40px;
}
#main h1 {
	background-image: url(https://www.namacentral.org/img/icon_bbs.png);
	color: #F00;
}
#main .ic-new {
	background-image: url(https://www.namacentral.org/img/icon_new.png);
	color: #06F;
}
#main .ic-ar1 {
	background-image: url(https://www.namacentral.org/img/icon_arrow1.gif);
	color: #333;
	height: 20px;
	line-height: 24px;
	border-bottom: 2px solid #CCC;
	background-position: 3px 3px;
	padding-left: 23px;
	font-size: 16px;
	margin-bottom: 5px;
}
#side2 h1 {
	background-image: url(https://www.namacentral.org/img/icon_pr.png);
	color: #F0F;
}

#side1 #menu h1,#side1 h2,#side2 h2,#caution strong {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid #DACAFA;
	background-repeat: no-repeat;
	background-position: 3px 0px;
	line-height: 34px;
	height: 30px;
	padding-left: 40px;
}
#side1 #menu h1 {
	background-image: url(https://www.namacentral.org/img/icon_category.png);
	color: #F66908;
}
#side1 h2,#side2 h2 {
	background-image: url(https://www.namacentral.org/img/icon_star.png);
	color: #FFFFFF;
}

/* #main 掲示板,ユーザー体験談,オススメ出会い系サイト - 共通 */
#bbs,
#exp,
#rec {
	border: 1px solid #99C;
	background: #FFF;
	padding: 10px 10px 0px;
	margin-bottom: 10px;
	display: block;
	list-style: url(none) none outside;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#bbs li dl,
#exp li dl,
#rec li dl {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 10px;
	border: 1px solid #CCC;
}

#bbs li dt,
#exp li dt {
	height: 135px;
	float: left;
	margin-bottom: 8px;
	display: block;
}
#bbs li dt img,
#exp li dt img {
	display: block;
	border: 1px solid #CCC;

}
#bbs li dd,
#exp li dd  {
	margin-left: 105px;
}

#bbs li dd ul,
#exp li dd ul {
	margin-bottom: 8px;
	overflow: hidden;
	display: block;
	min-height: 135px;
	padding-top: 1px;
	list-style: none;
}
#exp li dd ul {
	min-height: auto;
}
#bbs li dd ul li,
#exp li dd ul li {
	display: block;
	float: left;
	width: 50%;
	margin-bottom: 5px;
}
#bbs .st,
#exp .st {
	float: none;
	clear: both;
	width: 100%;
}
#bbs li dd ul li span {
	display: block;
	border: 2px dotted #F9C;
	margin-left: 5px;
	padding: 2px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #FEE;
}
#exp li dd ul li span,
#exp li dd ul li p {
	display: block;
	border: 2px solid #C39;
	margin-left: 5px;
	padding: 2px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #F3E7F3;
}
#exp li dd ul li p {
	border: 2px solid #090;
	background-color: #FFFFCC;
	font-size: 14px;
}

#bbs li dd ul li span em,
#exp li dd ul li span em {
	font-weight: bold;
	color: #906;
}
#bbs li dd p {
	position: relative;
	background: #FFFFCC;
	border: 2px solid #FF99CC;
	margin-left: -105px;
	padding: 5px;
	display: block;
	float: left;
	margin-bottom: 5px;
	width: auto;
	font-size: 14px;
	line-height: 22px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#bbs li dd p:after, #bbs li dd p:before {
	bottom: 100%;
	left: 8%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#bbs li dd p:after {
	border-color: rgba(255, 255, 204, 0);
	border-bottom-color: #FFFFCC;
	border-width: 5px;
	margin-left: -5px;
}
#bbs li dd p:before {
	border-color: rgba(255, 153, 204, 0);
	border-bottom-color: #FF99CC;
	border-width: 8px;
	margin-left: -8px;
}
#bbs li dd .go {
	margin-left: -105px;
	clear: both;
	display: block;
	background-image: url(https://www.namacentral.org/img/icon_arrow_link.png);
	background-repeat: no-repeat;
	padding-left: 23px;
	background-position: 5px 1px;
}
#bbs a:link,#bbs a:active,#bbs a:visited {
	color: #06F;
	text-decoration: none;
	letter-spacing: 0.1em;
}
#bbs a:hover {
	color: #F39;
	text-decoration: none;
}

@media screen and (max-width:480px) {
#bbs li dt,
#exp li dt {
	float: none;
}
#bbs li dd,
#exp li dd {
	margin:0px;
}
#bbs li dd p,
#exp li dd ul li p {
	margin-left: 0px;
	float: none;
}
#bbs li dd .go {
	margin-left: 0px;
}
#bbs li dd ul li,
#exp li dd ul li {
	width:100%;
	float: none;
}
#bbs li dd ul li span,
#exp li dd ul li span {
	margin-left: 0px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
}
@media screen and (min-width:480px) and (max-width:520px) {
#bbs li dd ul li span em,
#exp li dd ul li span em {
	display:block;
}
}

/* pager */
#pagenation {
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
}
#pagenation ul {
	position:relative;
	left:50%;
	float:left;
	list-style: none;
}
#pagenation li {
	position:relative;
	left:-50%;
	float:left;
}
#pagenation li a {
	border:1px solid #CECECE;
	margin: 0 3px;
	padding:3px 7px;
	display: block;
	text-decoration:none;
	color: #999;
	background: #fff;
}
#pagenation li.active a,
#pagenation li a:hover{
	border:solid 1px #999;
	color: #FFF;
	background: #39F;
}

/* サイドバナー */
.banner {
	overflow:hidden;
}
#side1 .banner {
	display: block;
	margin-bottom: 10px;
	list-style: url(none) none;
	overflow: hidden;
}
#side1 .banner li,
#side2 .banner li {
	display: block;
	margin-bottom: 5px;
}
#side1 .banner a img,
#side2 .banner a img {
	width: 100%;
	height: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/* 画面サイズで表示する広告を３段階で切り替える(PCでは"pr2"のclassがついた広告を表示する) */
.pr1 { display: none !important; }
.pr2 { display: block !important; }
.pr3 { display: none !important; }

/* タブレットで見たときは"pr1"のclassがついた広告が表示される */
@media only screen and (max-width: 780px) {
    .pr1 { display: block !important; }
    .pr2 { display: none !important; }
    #side1 aside { display: none !important; }
    #side2 .pr3 { display: block !important; }
}
/* スマホで見たときは"pr2"のclassがついた広告が表示される */
@media screen and (max-width:480px) {
    .pr1 { display: none !important; }
    .pr2 { display: block !important; }
}

@media screen and (min-width:1200px) {
  #side1 .banner li img, {
  	max-width: 300px;
  }
}
@media screen and (min-width:480px) and (max-width:780px) {
	#side1 .banner li {
		display: block;
		margin-bottom: 5px;
		float: left;
		width: 49%;
		height: auto;
		margin-right: 0.5%;
		margin-left: 0.5%;
	}
}
@media screen and (min-width:480px) and (max-width:1200px) {
	#side2 .banner li {
		display: block;
		margin-bottom: 5px;
		float: left;
		width: 49%;
		height: auto;
		margin-right: 0.5%;
		margin-left: 0.5%;
	}
}

/* ご注意 */
#caution strong {
	background-image: url(https://www.namacentral.org/img/icon_caution.png);
	font-weight: bold;
}
#caution p {
	font-size: 12px;
	background-image: url(https://www.namacentral.org/img/18kin.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	min-height: 80px;
	line-height: 16px;
	padding: 3px 3px 3px 90px;
	margin-right: 5px;
	margin-bottom: 10px;
}
@media screen and (max-width:780px) {
#caution p {
	font-size: 16px;
	line-height: 26px;
}
}
@media screen and (max-width:480px) {
#caution p {
	font-size: 14px;
	line-height: 18px;
}
}
/* オススメ出会い系サイト */
#rec dt  {
	font-weight: bold;
	font-size: 18px;
	display: block;
	margin-bottom: 5px;
	background-image: url(https://www.namacentral.org/img/icon_site.gif);
	background-repeat: no-repeat;
	height: 24px;
	background-position: 0px 0px;
	padding-left: 50px;
}
#rec dd {
	display: block;
	overflow: hidden;
}
#rec dd a img {
	display: block;
	border: 1px solid #CCC;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#rec dd p {
	font-size: 14px;
}
@media screen and (min-width:750px) and (max-width:900px) {
#rec dd a img {
	float: none;
	width:99%;
	margin-right: 0px;
	margin-bottom: 10px;
	border-width: 1%;
}
}
@media screen and (max-width:600px) {
#rec dd a img {
	float: none;
	width:99%;
	margin-right: 0px;
	margin-bottom: 10px;
	border-width: 1%;
}
}


/* サイトトップ（index）レイアウト */
.pure-g {
	padding-right: 15%;
	padding-left: 15%;
}
#top {
	font-size: 16px;
	line-height: 22px;
	background-image: url(https://www.namacentral.org/img/bg_body.gif);
}
#top p {
	margin-bottom: 10px;
}
#top h2  ,#top h3{
	font-weight: bold;
	display: block;
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
	font-size: 20px;
}
#top #enter {
	color: #F03;
}
#top ul  {
	display: block;
	list-style: none;
	margin-bottom: 10px;
}

#top #enter .btn {
	display: block;
	height: 60px;
	width: 295px;
	text-indent: -9999px;
	background-image: url(https://www.namacentral.org/img/btn_entrance.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-right: auto;
	margin-left: auto;
}
#top #enter .btn:hover {
	background-position: 0px -60px;
}
#top .banner li {
	margin-bottom: 10px;
}
#top .banner li img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

@media screen and (min-width:480px) and (max-width:1024px) {
#top .banner li {
	margin-bottom: 10px;
	float: left;
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
}
#top .banner li {
}
}
@media screen and (max-width:768px) {
.pure-g {
	padding-right: 5%;
	padding-left: 5%;
}
}
@media screen and (max-width:480px) {
.pure-g {
	padding-right: 0%;
	padding-left: 0%;
}
}

/* トップページ 体験談 */
#taikendan ul,#taikendan ul li{
	width: 100%;
	display: block;
}

#taikendan ul li {
	display: block;
	list-style: none;
	background-image: url(https://www.namacentral.org/img/icon_feed.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
	text-indent: 25px;
}
#taikendan ul li a:link, #taikendan ul li a:active, #taikendan ul li a:visited {
	color: #F90;
	font-size: 14px;
}
#taikendan ul li a:hover {
	color: #F0F;
}
#taikendan ul li p {
	overflow: hidden;
	text-overflow: ellipsis;
	color: #CCC;
	font-size: 12px;
	line-height: 15px;
}

/* 広告バナー */
.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;
}

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

.link {
	list-style:none;
}
.link li a {
	display:block;
	line-height:1.5em;
	margin-bottom:0.5em;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	color:#FFF;
}
.link li a::before {
	content:"・";
	color:#FFF;
}
@media screen and  (min-width:781px){
	.link li {
		font-size:14px;
	}
}

/*広告表示*/
@media screen and (min-width:781px) {
#side1::before {
	content: url(https://www.namacentral.org/img/ad_display_header.png);
	display: flex;
	justify-content: center;
	margin: 10px 5px;
}
}
@media screen and (max-width:780px) {
#caution::before {
	content: url(https://www.namacentral.org/img/ad_display_header.png);
	display: flex;
	justify-content: center;
	margin: 10px 5px;
}
}

span.ad_display::after {
	content: url(https://www.namacentral.org/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: 1px 5px;
	font-weight: bold;
	vertical-align: middle;
	margin-right: 5px;
	background-color:#dedede;
}

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


#main h2.ic-new::after {
    content: "PR";
    font-size: 10px;
    border-radius: 5px;
    padding: 2px 5px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 5px;
    background-color: #000;
    color: #FFF;
    display: inline;
}

#rec dd a.pr-img-link {
	display: inline;
}
#rec dt a.pr-txt-link::before,
#rec dd a.pr-img-link::before {
    display: none;
}
#rec dt a.pr-txt-link::after {
	content: "PR";
	font-size: 10px;
	border-radius: 5px;
	padding: 2px 5px;
	font-weight: bold;
	vertical-align: middle;
	margin-left: 5px;
	background-color:#000;
	color:#FFF;
}