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

/* リンク装飾 */
a {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.btn {
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	-ms-transition: 0s;
	transition: 0s;
}

a:link,a:active,a:visited {
	color: #09C;
	text-decoration: none;
	letter-spacing: 0.1em;
}
a:hover {
	color: #F06;
	text-decoration: none;
}

/* 基本装飾 */
.kadomaru {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.pc-float {
	float: left;
	margin-right: 10px;
}
.mgb10 {
	margin-bottom: 10px;
}
.pure-img{max-width:100%;height:auto;display:block;}
.ad a img {width:100%;height:auto;display:block;}

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: 16px;
	line-height: normal;
	background-color: #040217;
	color: #FFF;
}
#wrapper {
	border: 1px solid #C03;
}

#header {
	border-bottom: 1px solid #C03;
}
#container {
	float: left;
	margin: 0 -312px 0 0;
	width: 100%;
}
.content {
	float: right;
	width: 100%;
	margin-left: -312px;
}
.box {
	padding: 5px;
	overflow: hidden;
}

/* CTA */
.cta {
	padding:10px 15px 10px 7px!important;
	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;
}
.btn-cta:after {
	font-family: FontAwesome;
	content: "\f061";
	margin-left: 5px;
	font-weight: normal;
	color: #FFF;
}
.btn-cta span {
	display:block;
	transition: 0.5s;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.btn-cta:hover {
	background: #F09;
}
.btn-cta:hover span {
	color: #FF0;
}
/* パンくずリスト */
.breadcrumbs {
	padding: 5px;
	overflow: hidden;
	border-top: 1px solid #C03;
	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: #FFF;
}
.breadcrumbs .bread-box li:not(:first-child):before {
	font-family: FontAwesome;
	content: "\f105";
	margin-left: 5px;
	margin-right: 5px;
	font-weight: normal;
	color: #FFF;
}

#main {
	position: relative;
	margin: 0 310px;
	border-right: 1px solid #C03;
	border-left: 1px solid #C03;
}
#main .box ,#main .case{
	padding: 10px;
}

#main .box p {
	margin-bottom: 16px;
	line-height: 24px;
}
#main .box p:last-child,
#main .box .case p:last-child {
	margin-bottom: 0px;
}
#main .box p strong {
	font-size: 24px;
	font-weight: bold;
	color: #F03;
	line-height: normal;
}
#main .box .explanation,
#main .box .instance {
	display: block;
	margin-bottom: 16px;
}
#main .box .explanation dt {
	font-weight: bold;
	color: #330;
	border: 1px solid #6C0;
	background-color: #9C9;
	padding: 3px;
}
#main .box .explanation dd {
	margin-bottom: 5px;
	font-size: 14px;
	color: #6C0;
	border-right: 1px solid #6C0;
	border-bottom: 1px solid #6C0;
	border-left: 1px solid #6C0;
	padding: 5px;
}

#main .box .instance dt {
	font-weight: bold;
	color: #FFF;
	border: 1px solid #906;
	background-color: #939;
	padding: 3px;
}
#main .box .instance dd {
	margin-bottom: 5px;
	font-size: 14px;
	border-right: 1px solid #903;
	border-bottom: 1px solid #903;
	border-left: 1px solid #903;
	padding: 5px;
	color: #333;
	background-color: #FCF;
}
#main .box .valuation {
	display: block;
}
#main .box .valuation dt {
	display: block;
	font-weight: bold;
	padding: 3px 3px 3px 25px;
	background-image: url(https://www.usatelusato.com/img/icon_check.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	color: #3C0;
	border-bottom: 1px solid #3C0;
	margin-bottom: 5px;
}
#main .box .valuation dd {
	margin-bottom: 10px;
}


#main .box .sub-list {
	overflow: hidden;
}
#main .box .sub-list li {
	display: block;
	margin-bottom: 10px;
	float: left;
	width: 50%;
	font-weight: bold;
}
#main .box .sub-list li a:link,
#main .box .sub-list li a:active,
#main .box .sub-list li a:visited {
	background-image: url(https://www.usatelusato.com/img/icon_arrow_right.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	display: block;
	padding-left: 22px;
	color: #FC0;
}
#main .box .sub-list li a:hover {
	color: #F06;
}



#main .case {
	margin-bottom: 10px;
	border: 2px solid #F90;
	background-color: #FFC;
	color: #333;
	overflow: hidden;
}
#main .case img {
	float: left;
	margin-right: 10px;
}
#main .case dl {
	font-size: 13px;
	line-height: 18px;
}
#main .case dt {
	font-weight: bold;
	color: #F03;
}
#main #site {
	overflow: hidden;
}
#main #site .site-data {
	display: block;
	list-style: none;
	overflow: hidden;
	margin: 0px 0px 10px;
	padding: 0px;
}
#main #site .site-name h2 {
	background-image: none;
	font-size: 20px;
	padding: 5px;
	border-bottom: 2px dotted #F03;
	color: #F03;
	text-shadow: 0 -1px 1px #FFF,
	-1px 0 1px #FFF,
	1px 0 1px #FFF,
	0 1px 1px #FFF,
	1px 1px 1px #CCC,
	1px 1px 1px #CCC;
}


#main #site .site-data li{
	width: 50%;
	float: left;
	overflow: hidden;
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
}

#main #site .site-point {
	display: block;
	overflow: hidden;
	width: 100%;
}
#main #site .site-point dt {
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
	color: #FC0;
	font-size: 20px;
}
#main #site .site-point dd {
	border-bottom: 1px solid #FFF;
	padding: 5px;
	line-height: 35px;
}
#main #site .site-review,
#main #site .site-list {
	border: 2px solid #F03;
	margin-bottom: 10px;
}
#main #site .site-review dt,
#main #site .site-list dt {
	display: block;
	font-size: 20px;
	background-color: #F03;
	font-weight: bold;
	padding: 5px;
}
#main #site .site-review dd,
#main #site .site-list dd {
	display: block;
	padding: 5px;
}
#main #site dl:last-child {
	margin-bottom:0px;
}
#main #site .site-list dd {
}

#main #site .site-list dd ul {
	display: block;
	overflow: hidden;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	background-image: url(https://www.usatelusato.com/img/bg_site-list.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#main #site .site-list dd ul:before {
  content:"";
  display: block;
}
#main #site .site-list dd li {
	display: block;
	width: 33.333%;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main #site .site-list dd li a img {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #CCC;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	display: block;
}



#main #site .site-point dd strong {
	font-weight: bold;
	color: #3C0;
	font-style: italic;
	float: left;
}
#main #site .site-point dd span {
	display: block;
	background-image: url(https://www.usatelusato.com/img/point_star.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 80px;
	height: 35px;
}
#main #site .detail-link {
	display: block;
	margin-bottom: 0px;
	padding: 5px;
	text-align: center;

	background-color: #ffffff;
	border: 2px solid #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 1px #000000;
	-webkit-box-shadow: 0px 0px 1px #000000;
	box-shadow: 0px 0px 1px #000000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#dddddd');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#dddddd')";
	background-image: -moz-linear-gradient(top, #ffffff, #dddddd);
	background-image: -ms-linear-gradient(top, #ffffff, #dddddd);
	background-image: -o-linear-gradient(top, #ffffff, #dddddd);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#dddddd));
	background-image: -webkit-linear-gradient(top, #ffffff, #dddddd);
	background-image: linear-gradient(top, #ffffff, #dddddd);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
#main #site .detail-link a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
}

.star1 {background-position: 0px 0px;}
.star2 {background-position: 0px -35px;}
.star3 {background-position: 0px -70px;}
.star4 {background-position: 0px -105px;}
.star5 {background-position: 0px -140px;}


#main h1,#main h2,#main h3 {
	display: block;
	background-image: url(https://www.usatelusato.com/img/icon_heart.png);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	min-height: 36px;
	line-height: 36px;
	font-weight: bold;
	font-size: 1.6em;
	padding-left: 43px;
	margin-bottom: 10px;
	text-shadow: 0 -1px 1px #C03,
	-1px 0 1px #C03,
	1px 0 1px #C03,
	0 1px 1px #C03,
	1px 1px 1px #F06,
	1px 1px 1px #F06;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #FCC;
	color: #FFF;
}

#side1 {
	float: left;
	width: 310px;
	border-right: 1px solid #C03;
}
#side1 #menu a {
	font-weight: bold;
}

#side2 {
	float: right;
	width: 310px;
	border-left: 1px solid #C03;
}
#side1 h1, #side2 h1, #side1 h2, #side2 h2, #side1 h3, #side2 h3 {
	display: block;
	font-weight: bold;
	font-size: 18px;
	border: 1px solid #666;
	padding: 5px 5px 5px 8px;
	margin: 3px 3px 5px;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	color: #FFF;
	background-color: #C03;
}
/* 女性にオススメの厳選サイト */
#side1 .recommend {
	padding: 2%;
	display: block;
	overflow: hidden;
	background-color: #E0F0FF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	color: #333;
}
#side1 .recommend:last-child {
	margin-bottom: 0px;
}

#side1 .recommend dt {
	width: 50%;
	display: block;
	height: 50%;
	float: left;
	margin-right: 3%;
}
#side1 .recommend dd {
	display: block;
	overflow: hidden;
	min-height: 147px;
	padding: 1%;
	width: 43%;
}
#side1 .recommend dd p {
	display: block;
	font-size: 12px;
}

#side1 .recommend img {
	width: 100%;
	border: 1px solid #CCC;
}
#side1 .recommend .btn:link {
	display: block;
	height: 24px;
	width: 120px;
	background-image: url(https://www.usatelusato.com/img/site_btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	float: right;
}
#side1 .recommend .btn:hover {
	background-position: 0px -24px;
}

#side2 .pr {
	margin-bottom:10px;
	overflow: hidden;
}
#side2 .pr a img {
	width:96%;
	border: 2px solid #96C;
	margin-right: auto;
	margin-left: auto;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#side2 .pr:last-child {
	margin-bottom: 0px;
}

#footer {
	clear: both;
	text-align: center;
	border-top: 1px solid #C03;
	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 #C03;
	border-top-style: none;
	border-right-style: none;
	border-left: 1px solid #C03;
}
#side2 {
	float: none;
	margin-left: 310px;
	width: auto;
	border-left: 1px solid #C03;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
#side2 .pr {
	width: 50%;
	float: left;
}
#side2 .pr a img {
	width:95%;
}
}

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

@media screen and (max-width:480px) {
#container, .content, #main, #side1, #side2 {
	float: none;
	margin: 0;
	width: auto;
}
#main .case img {
	float: none;
	margin-right: 0px;
	margin-bottom:10px;
	width:100%;
}
.pc-float {
	float: none;
	margin-right: 0px;
	margin-bottom:10px;
	width:100%;
}
#side2 .pr {
	width: 100%;
	float: none;
}
#side2 .pr a img {
	width:96%;
}
}


/* menu */
#menu li a{
	width: 100%;
	text-indent: 28px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background-image: url(https://www.usatelusato.com/img/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	margin-bottom: 5px;
}

#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 #900;
	text-align: center;
	text-decoration: none;
}
#toggle:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
}
#toggle a:before, #toggle a:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 4px;
	background: #222;
	margin-bottom: 5px;
}
#toggle a:before{
	margin-top: -6px;
}
#toggle a:after{
	margin-top: 2px;
}
}
@media screen and (min-width:780px) and (max-width:870px) {
#main #site .site-data li,
#main .box .sub-list li {
	float: none;
	width: 100%;
}
.site-data img {
	width: 100%;
}
#main #site .site-list dd li {
	width: 50%;
}
}
@media screen and (max-width:570px) {
#main #site .site-data li,
#main .box .sub-list li {
	float: none;
	width: 100%;
}
.site-data img {
	width: 100%;
}
#main #site .site-list dd li {
	width: 50%;
}
#side1 .recommend {
	min-width: auto;
	max-width: 100%;
	margin-left: 2px;
	margin-right: 2px;
	float: none;
}
/*#side1 .recommend dt {
	width: 100%;
	float: none;
}
#side1 .recommend dd {
	padding: 5;
	width: 100%;
	min-height: auto;
}
#side1 .recommend img {
	width: 100%;
}*/
}
@media screen and (min-width:480px) and ( max-width:780px) {
#side1 .recommend {
	min-width: auto;
	max-width: 45%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	float: left;
}
}

/* 広告バナー */
.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 li a {
	display:block;
	line-height:1.5em;
	margin-bottom:0.5em;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.link li a::before {
	content:"・";
	color:#FFF;
}
@media screen and  (min-width:781px){
	.link li {
		font-size:14px;
	}
}

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

#site::before {
	content: url(https://www.usatelusato.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:#FFF;
	color:#ff0066;
}

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

.recommend dt a.pr-img-link::before {
	display:none;
}