@charset "utf-8";

/* -----↓初期化----- */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
code,
em,
strong,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
form,
fieldset,
legend,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td{
	margin:0;
	padding:0;
	font-weight:inherit;
	font-size:inherit;
}
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	word-break:break-all;
	line-height:1.4;
	color:#333;
	font-weight:normal;
	position:relative;
}
table{
	border-collapse:collapse;
}
th,
td{
	border-spacing:0;
}
ul,
ol,
li{
	list-style-type:none;
}
a{
	color:#333;
	text-decoration:none;
}
a:hover{
/*
	text-decoration:underline;
*/
}
img{
	max-width:100%;
	height:auto;
	vertical-align:top;
	border:none;
}
input{
	vertical-align:middle;
}
input,
textarea{
	font-size:inherit;
}
/* -----↑初期化----- */


/* -----↓共通化----- */
/*clearfix*/
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}
.contentsLink{
    font-size:11px;
}
.contentsLink a{
    color:#999;
}
/*pager*/
.pager{
	text-align:center;
	margin:10px 0;
}
.pager a{
	color:#0185ff;
}
/*mkThumb*/
.mkThumb{
	position:relative;
	display:block;
	overflow:hidden;
}
.mkThumb:after{
	content:"";
	display:block;
	padding-top:100%;
}
.mkThumb img{
	position:absolute;
	left:0;
	top:0;
}
.btnList{
	margin:0 auto;
	text-align:center;
	line-height:30px;
	font-size:11px;
}
.btnList a{
	border:1px solid #ccc;
	border-radius:5px;
	display:inline-block;
	padding:0px 30px 0px 40px;
	background:url(//img.cityheaven.net/img/commtpl/heaven_premium/images/iconBtnList.png) 10px 50% no-repeat;
	background-size:15px auto;
}

.pageTop{
	position:fixed;
	right:50px;
	bottom:50px;
	z-index:10;
}
.pageTop a{
	background-color:rgba(51,51,51,0.7);
	color:#fff;
	display:block;
	text-align:center;
	width:45px;
	height:45px;
	line-height:45px;
	font-size:24px;
	border-radius:3px;
}

.breadcrumb{
	overflow:hidden;
}
.breadcrumb li{
	float:left;
	margin:10px 0;
	font-size:10px;
}
.breadcrumb li:nth-of-type(n+2){
	margin-left:3px;
}
.breadcrumb li a{
	color:#0185ff;
}
.breadcrumb li span,
.breadcrumb li a{
	display:inline-block;
	line-height:20px;
	height:20px;
}
.breadcrumb li:nth-of-type(n+2) span,
.breadcrumb li:nth-of-type(n+2) a{
	margin-left:3px;
}
.breadcrumb li.tab{
}
/* -----↑共通化----- */


/* -----↓header----- */
.header{
}
.header .logo{
}
.header .menuFixedOuter{
	width:950px;
	margin:0 auto;
	height:80px;
	position:relative;
}
.header .menuFixed{
	width:inherit;
	background-color:#fff;
}
.header .menuFixed.fixed{
	position:fixed;
	z-index:3;
	top:0;
}
.header .menuFixed .menuArea{
	float:left;
	padding-left:40px;
	background:url(//img.cityheaven.net/img/commtpl/heaven_premium/images/iconMenuArea.png) 5px 50% no-repeat;
}
.header .menuFixed .menuArea li{
	float:left;
	font-weight:bold;
	line-height:80px;
	margin-left:10px;
	position:relative;
	cursor:pointer;
}
.header .menuFixed .menuArea li.active:before,
.header .menuFixed .menuArea li.active:after{
	border-style:solid;
	border-width:0 15px 15px;
	content:"";
	display:block;
	left:50%;
	position:absolute;
	margin-left:-15px;
}
.header .menuFixed .menuArea li.active:before{
	border-color:transparent transparent #fff;
	bottom:-1px;
	z-index:4;
}
.header .menuFixed .menuArea li.active:after{
	border-color:transparent transparent #aaa;
	bottom:0;
	z-index:3;
}
.header .menuFixed .menuArea li:first-child{
	margin-left:0;
}
.header .menuFixed .menuArea li.none{
	display:none;
}
.header .menuFixed .banner{
	float:right;
	line-height:80px;
}
.header .menuFixed .banner a{
	display:block;
}
.header .menuFixed .banner a span{
	display:inline-block;
	font-weight:bold;
	padding-top:35px;
	line-height:20px;
}
.header .menuFixed .banner a img{
	height:40px;
	margin-top:15px;
}
.header .menuFixed .shopSearch{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	right:0;
	background-color:#fff;
	z-index:3;
	padding:10px;
	border:1px solid #aaa;
}
.header .menuFixed .shopSearch.active{
	display:block;
}
.header .menuFixed .shopSearch iframe{
	width:928px;
}
/* -----↑header----- */




/* -----↓contents----- */
.contentsOuter{
}
.contents{
	width:950px;
	margin:0 auto 0px;
}
.mainContents{
	float:left;
	width:640px;
	margin-right:30px;
}
.sideContents{
	overflow:hidden;
	width:280px;
}
/* -----↑contents----- */


/* -----↓groupSerach----- */
.groupSerachOuter{
	width:950px;
	margin:0 auto 0px;
}
.groupSerach{
	padding-bottom:20px;
}
.groupSerach .menu{
	border-bottom:5px solid #dcd3a4;
	margin-bottom:10px;
}
.groupSerach.platinum .menu{
	border-bottom-color:#a4c4dc;
}
.groupSerach.bronze .menu{
	border-bottom-color:#dcbda4;
}
.groupSerach .menu .menuGroup{
	float:left;
}
.groupSerach .menu .menuGroup li{
	float:left;
	margin-left:1px;
	padding-top:10px;
	position:relative;
	cursor:pointer;
}
.groupSerach .menu .menuGroup li:first-child{
	margin-left:0;
}
.groupSerach .menu .menuGroup li.active{
	padding-top:0px;
}
.groupSerach .menu .menuGroup li:after{
	background-color:rgba(204, 204, 204, 0.7);
	bottom:0;
	content:"";
	display:block;
	left:0;
	position:absolute;
	right:0;
	top:10px;
}
.groupSerach .menu .menuGroup li.active:after{
	display:none;
}
.groupSerach .menu .menuGroup li img{
	height:53px;
}
.groupSerach .menu .menuGroup li.active img{
	height:auto;
}
.groupSerach .menu .title{
	float:right;
	padding-top:15px;
	padding-bottom:8px;
}
.groupSerach .menu .title img{
}
.groupSerach .boxList{
	clear:both;
	margin-left:-10px;
}
.groupSerach .boxList .box{
	float:left;
	width:150px;
	margin-left:10px;
	margin-bottom:10px;
	position:relative;
	transition-duration:0.3s;
	transition-property:box-shadow;
	box-shadow:0 0 8px rgba(0, 0, 0, 0.1);
}
.groupSerach .boxList .boxPlatinum,
.groupSerach .boxList .boxBronze{
	display:none;
}
.groupSerach .boxList .boxDiamond:hover{
	box-shadow:0 0 8px rgba(254, 201, 90, 0.8);
}
.groupSerach .boxList .boxPlatinum:hover{
	box-shadow:0 0 8px rgba(105, 137, 187, 0.8)
}
.groupSerach .boxList .boxBronze:hover{
	box-shadow:0 0 8px rgba(169, 121, 73, 0.8);
}
.groupSerach .boxList .box p{
}
.groupSerach .boxList .box p a{
}
.groupSerach .boxList .box p a:after{
	padding-top:80%;
}
.groupSerach .boxList .box p a img{
	width:140px;
	top: 0!important;
	left: 0!important;
	right: 0!important;
	bottom: 0!important;
	margin: auto;
}
.groupSerach .boxList .box ul{
	display:none;
	background-color:#000;
	padding:10px;
	position:absolute;
	z-index:2;
}
.groupSerach .boxList .box:hover ul{
	display:block;
}
.groupSerach .boxList .box ul li{
}
.groupSerach .boxList .box ul li a{
	display:block;
	color:#fff;
}
.groupSerachDummy{
	display:none;
	margin-bottom:10px;
}
.groupSerachDummy .title{
	text-align:right;
	border-bottom:5px solid #dcd3a4;
	margin-bottom:10px;
	padding-bottom:8px;
}
.groupSerachDummy .title img{
}

@media screen and (min-width:1280px){
.groupSerachOuter{
	position:relative;
}
.contents,
.header .menuFixedOuter,
.groupSerachOuter,
.reviewListTop{
	padding-left:330px;
}
.groupSerach{
	position:absolute;
	left:0;
	top:0;
	width:310px;
	margin-top:-70px;
}
.groupSerach .menu .title{
	display:none;
}
.groupSerachDummy{
	display:block;
}
}
@media screen and (min-width:1610px){
.contents,
.header .menuFixedOuter,
.groupSerachOuter,
.reviewListTop{
	padding-left:0;
}
.header{
	min-width:1280px;
}
.header .menuFixedOuter{
	padding-left:0;
}
.groupSerach{
	left:-330px;
}
}
/* -----↑groupSerach----- */


/* -----↓newsTop----- */
.newsTop{
	margin-bottom:20px;
}
.newsTop .boxTitle{
	line-height:30px;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	padding-left:40px;
	background:url(//img.cityheaven.net/img/commtpl/heaven_premium/images/iconNewsTop.png) 5px 50% no-repeat;
}
.newsTop .boxList{
	margin-bottom:10px;
}
.newsTop .boxList .box{
	float:left;
}
.newsTop .boxList .box:nth-of-type(-n+3){
	width:200px;
	margin-left:20px;
}
.newsTop .boxList .box:nth-of-type(n+4){
	width:148px;
	margin-left:16px;
	margin-top:16px;
}
.newsTop .boxList .box:nth-of-type(-3n+4){
	clear:both;
	margin-left:0;
}
.newsTop .boxList .box a{
	display:block;
}
.newsTop .boxList .box a .imgBox{
	position:relative;
	margin-bottom:5px;
}
.newsTop .boxList .box a .imgBox:after{
	border-color:transparent transparent #fff;
	border-style:solid;
	border-width:0 10px 15px;
	bottom:0;
	content:"";
	display:block;
	position:absolute;
	right:20px;
	margin-right:-10px;
}
.newsTop .boxList .box a:hover .imgBox:after{
	display:none;
}
.newsTop .boxList .box a .imgBox li{
	color:#fff;
	line-height:20px;
}
.newsTop .boxList .box a .imgBox .img{
}
.newsTop .boxList .box a .imgBox .title,
.newsTop .boxList .box a .imgBox .date{
	background-color:rgba(0,0,0,0.3);
	width:100%;
	padding:0 10px;
	box-sizing:border-box;
	text-shadow:1px 1px #333;
}
.newsTop .boxList .box a:hover .imgBox .title,
.newsTop .boxList .box a:hover .imgBox .date{
	background-color:rgba(0,0,0,0.6);
}
.newsTop .boxList .box a .imgBox .title{
	font-size:16px;
	font-weight:bold;
	position:absolute;
	bottom:20px;
	height:45px;
	padding-top:5px;
	overflow:hidden;
}
.newsTop .boxList .box:nth-of-type(n+4) a .imgBox .title{
	font-size:14px;
}
.newsTop .boxList .box a .imgBox .date{
	position:absolute;
	bottom:0px;
	font-size:11px;
}
.newsTop .boxList .box a .imgBox .date img{
	vertical-align:middle;
	margin-left:3px;
	width:58px;
}
.newsTop .boxList .box a .textBox{
}
.newsTop .boxList .box a .textBox li{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.newsTop .boxList .box a .textBox .area{
	line-height:20px;
	font-size:11px;
	color:#666;
}
.newsTop .boxList .box a .textBox .shop{
	line-height:20px;
	font-weight:bold;
}
/* -----↑newsTop----- */


/* -----↓rankingGirlTop----- */
.rankingGirlTop{
	float:right;
	width:400px;
	margin-left:20px;
	margin-bottom:20px;
}
.rankingGirlTop .boxTitle{
	position:relative;
	margin-top:25px;
	background-color:#bdac54;
	color:#fff;
}
.rankingGirlTop .boxTitle h2{
	background:url(//img.cityheaven.net/img/commtpl/heaven_premium/images/iconRankingGirlTop.png) 5px 50% no-repeat;
	position:absolute;
	top:-30px;
	left:0;
	padding:35px 0 25px 100px;
	line-height:25px;
	height:25px;
	font-weight:bold;
}
.rankingGirlTop .boxTitle h2 span{
	font-size:16px;
	padding-left:3px;
}
.rankingGirlTop .boxTitle .description{
	padding:30px 0 5px 100px;
	line-height:20px;
	font-size:11px;
}
.rankingGirlTop .boxTitle .update{
	position:absolute;
	top:5px;
	right:10px;
	line-height:25px;
	font-size:11px;
}
.rankingGirlTop .boxList{
	background:url(//img.cityheaven.net/img/commtpl/heaven_premium/images/bgRankingGirlTop.png) repeat;
}
.rankingGirlTop .boxList .box{
	border-bottom:1px dotted #ccc;
}
.rankingGirlTop .boxList .box:nth-of-type(n+2){
}
.rankingGirlTop .boxList .box a{
	display:block;
	padding:10px 10px 10px 0;
}
.rankingGirlTop .boxList .box a .imgBox{
	float:right;
	width:65px;
	margin-left:10px;
}
.rankingGirlTop .boxList .box:nth-of-type(n+4) a .imgBox{
	width:45px;
}
.rankingGirlTop .boxList .box a .rankBox{
	float:left;
	width:45px;
	margin:10px;
}
.rankingGirlTop .boxList .box:nth-of-type(n+4) a .rankBox{
	margin:0px 10px;
}
.rankingGirlTop .boxList .box a .textBox{
	overflow:hidden;
}
.rankingGirlTop .boxList .box a .textBox li{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.rankingGirlTop .boxList .box a .textBox .name{
	line-height:25px;
	font-weight:bold;
	font-size:16px;
}
.rankingGirlTop .boxList .box a .textBox .size{
	line-height:20px;
	font-weight:bold;
}
.rankingGirlTop .boxList .box:nth-of-type(n+4) a .textBox .size{
	display:none;
}
.rankingGirlTop .boxList .box a .textBox .shop{
	line-height:20px;
	font-size:11px;
}
.rankingGirlTop .btnList{
	background:url(//img.cityheaven.net/img/commtpl/heaven_premium/images/bgRankingGirlTop.png) repeat;
	padding:10px 0;
}
.rankingGirlTop .btnList a{
	background-color:#fff;
}
/* -----↑rankingGirlTop----- */


/* -----↓blogGirlTop----- */
.blogGirlTop{
	overflow:hidden;
	margin-bottom:20px;
	width: 640px;
}
.blogGirlTop .boxTitle{
	line-height:30px;
	padding-left:35px;
	background:url(//img.cityheaven.net/img/commtpl/heaven_premium/images/iconBlogGirlTop.png) 5px 50% no-repeat;
	border-bottom:1px solid #ccc;
}
.blogGirlTop .boxTitle h2{
	float:left;
	font-size:16px;
	font-weight:bold;
}
.blogGirlTop .boxTitle p{
	font-size:11px;
	float:right;
}
.blogGirlTop .boxList{
	margin-bottom:10px;
	overflow: hidden;
	width: 100%;
}
.blogGirlTop .boxList .box{
	width: 151px;
	float: left;
	margin-right: 12px;
	margin-top: 20px;
}
.blogGirlTop .boxList .box:nth-of-type(4n){
	margin-right: 0;
}
.blogGirlTop .boxList .box a{
	display:block;
	padding: 0;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-sizing: border-box;
	overflow: hidden;
}
.blogGirlTop .boxList .box a:hover{
	opacity: 0.8;
}
.blogGirlTop .boxList .box a .imgBox{
	width: 149px;
	height: 149px;
	overflow: hidden;
	position: relative;
	background: rgba(242, 242, 242, 0.5);
}
.blogGirlTop .boxList .box a .imgBox img{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.blogGirlTop .boxList .box a .textBox{
	overflow:hidden;
	line-height:20px;
	font-weight:bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 8px 8px 0;
}
.blogGirlTop .boxList .box a .textName{
	margin: 0 8px 8px;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* -----↑blogGirlTop----- */


/* -----↓premiumClub----- */
.premiumClub dl{
	padding:10px;
	border:1px solid #333;
	margin-bottom:10px;
}
.premiumClub dl dt{
	color:#a40000;
	margin-bottom:5px;
}
.premiumClub dl dd{
	font-size:11px;
	color:#666;
}
/* -----↑premiumClub----- */


/* -----↓rankingShopTop----- */
.rankingTop{
	width: 100%;
	margin-bottom: 50px;
}
.rankingTop .rankingObi{
	margin-bottom: 20px;
}
.rankingTop .rankingShopTop{
	margin-bottom:20px;
	position: relative;
}
.rankingTop .rankingShopTop .boxTitle{
	line-height:35px;
	font-size:16px;
	font-weight:bold;
	padding-left:30px;
	background:url(//img.cityheaven.net/img/commtpl/heaven_premium/images/iconRankingShop.png) 5px 50% no-repeat;
	border-bottom:3px dotted #ccc;
}
.rankingTop .rankingShopTop .boxList{
	margin-bottom:30px;
	overflow: hidden;
	width: 100%;
}
.rankingTop .rankingShopTop .boxList .box{
	float: left;
	width: 206px;
	margin: 20px 11px 0 0;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}
.rankingTop .rankingShopTop .boxList .box:nth-of-type(3n){
	margin-right: 0;
}
.rankingTop .rankingShopTop .boxList .box a{
	display:block;
}
.rankingTop .rankingShopTop .boxList .box a .imgBox{
	width:206px;
	height: 206px;
	position: relative;
}
.rankingTop .rankingShopTop .boxList .box a .imgBox img{
	width: 100%;
}
.rankingTop .rankingShopTop .boxList .rank {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
	display: block;
	width: 33px;
	height: 33px;
	border-radius: 100%;
	color: #fff;
	line-height: 33px;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}

.rankingShopTop .boxList .box a .textBox{
	overflow:hidden;
	line-height:20px;
	width: calc(100% - 10px);
	padding: 8px 5px;
	text-align: center;
	color: #fff;
}
.rankingShopTop .rank1 .rank,
.rankingShopTop .rank1 .textBox{
	background: #cfb867;
	text-shadow: 3px 2px 2px #aa8d3a;
}
.rankingShopTop .rank2 .rank,
.rankingShopTop .rank2 .textBox{
	background: #999ca8;
	text-shadow: 3px 2px 2px #676b78;
}
.rankingShopTop .rank3 .rank,
.rankingShopTop .rank3 .textBox{
	background: #be9574;
	text-shadow: 3px 2px 2px #946545;
}
.rankingShopTop .boxList .box a .textBox li{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rankingShopTop .boxList .box a .textBox .rank{
	font-weight:bold;
}
.rankingShopTop .boxList .box a .textBox .rank img{
	vertical-align:middle;
	margin-right:3px;
}
.rankingShopTop .boxList .box a .textBox .shop{
	font-weight:bold;
	font-size: 17px;
}
.rankingShopTop .boxList .box a .textBox .area{
	font-size:13px;
}
.rankingShopTop .btnList{
	position: absolute;
	right: 5px;
	top: 0;
}
.rankingShopTop .btnList a{
	background:url(//img.cityheaven.net/img/commtpl/heaven_premium/images/iconBtnList2.png) 95% 50% no-repeat;
	padding: 0 40px 0 30px;
	background-size: 12px auto;
}
/* -----↑rankingShopTop----- */



/* -----↓girlsRecruit----- */
.girlsRecruit{
	padding:20px;
	background-color:#dcd3a4;
}
.girlsRecruit dl{
	margin-bottom:10px;
/*
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
*/
}
.girlsRecruit dl dt{
	font-size:16px;
	font-weight:bold;
}
.girlsRecruit dl dd{
	font-size:11px;
}
/* -----↑girlsRecruit----- */


/*single-ranking-area
-----------------------*/

#single-ranking-area{
}
#single-ranking-area h2.flt_l{
	background-color:#efb8b9;
	color:#fff;
}
#single-ranking-area h2.flt_l img{
	width:100%;
}
#single-ranking-area h3.titleRank{
	overflow:hidden;
	font-size:15px;
	color:#fff;
	font-weight:bold;
	height:40px;
	line-height:40px;
	padding-left:10px;
	background:#000 url("//img.cityheaven.net/img/commtpl/heaven_premium/images/news_sp.jpg") no-repeat scroll right center / auto 40px;

}
#single-ranking-area h3.titleRank span.rank-time{
	text-align:right;
	margin-right:10px;
	color:#fff;
	float:right;
}
#single-ranking-area h3.titleRank i.fa-home{
	font-size:21px;
	vertical-align:middle;
	margin-right: 5px;
}
#single-ranking-area h3.titleRank i.fa-diamond{
	font-size:20px;
	vertical-align:middle;
}

/*scrollWave
--------------*/

#scrollWave{
	background-color:#fff;
	margin-bottom:20px;
}
#scrollWave .ranking-shop-body{
	overflow:hidden;
	padding:15px 10px;
	border-bottom:1px solid #ddd;
}
#scrollWave .ranking-shop-body:hover{
	background-color:#eee;
	transition:all 0.1s ease-in-out 0s;
}
#scrollWave .ranking-shop-body .ranking-shop-icon{
	float:left;
	width:20px;
	background-color:#fff;
	padding:10px 10px 145px 10px;
}
#scrollWave .ranking-shop-body .ranking-shop-icon img{
	width:100%;
}
#scrollWave .ranking-shop-body .ranking-shop-icon i.fa-2x{
	font-size:20px;
	margin-top:5px;
}
#scrollWave .ranking-shop-body .ranking-shop-image{
	float:left;
	width:180px;
	height:180px;
	background-color:#fff;
	padding:10px 0;
}
#scrollWave .ranking-shop-body .ranking-shop-image a{
	display:block;
}
#scrollWave .ranking-shop-body .ranking-shop-image a img{
	width:100%;
}
#scrollWave .ranking-shop-body .ranking-shop-info{
	padding:10px 10px 10px 15px;
	position:relative;
	background-color:#fff;
	height:180px;
	overflow:hidden;
}
#scrollWave .ranking-shop-body .ranking-shop-info .name{
	overflow:hidden;
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
}
#scrollWave .ranking-shop-body .ranking-shop-info .name a p.name-link{
	color:#36c;
	font-weight:bold;
	font-size:17px;
}
#scrollWave .ranking-shop-body .ranking-shop-info p.shop-link{
	text-align:right;
	margin-bottom:20px;
}
#scrollWave .ranking-shop-body .ranking-shop-info .shop-icon{
	position:absolute;
	top:45px;
	z-index:1;
}
#scrollWave .ranking-shop-body .ranking-shop-info .shop-icon span{
	border:2px solid #ff934b;
	color:#ff934b;
	font-size:10px;
	font-weight:bold;
	padding:0 2px;
	margin-right:2px;
}
#scrollWave .ranking-shop-body .ranking-shop-info p.catch{
	margin-bottom:5px;
}
#scrollWave .ranking-shop-body .ranking-shop-info p.catch a{
	font-weight:bold;
	font-size:14px;
}

/*ranking-girl
----------------*/
#scrollWave .ranking-girl-body{
	overflow:hidden;
	padding:10px;
	border-bottom:1px solid #ddd;
}
#scrollWave .ranking-girl-body:hover{
	background-color:#eee;
	transition:all 0.1s ease-in-out 0s;
}
#scrollWave .ranking-girl-body .ranking-girl-icon{
	float:left;
	width:20px;
	padding:10px 10px 10px;
	background-color:#fff;
	height:200px;
}
#scrollWave .ranking-girl-body .ranking-girl-icon img{
	width:100%;
}
#scrollWave .ranking-girl-body .ranking-girl-icon i.fa-2x{
	font-size:20px;
	margin-top:5px;
}
#scrollWave .ranking-girl-body .ranking-girl-image{
	float:left;
	padding:10px 15px 10px;
	width:150px;
	height:200px;
	background-color:#fff;
}
#scrollWave .ranking-girl-body .ranking-girl-image a{
	display:block;
}
#scrollWave .ranking-girl-body .ranking-girl-image a img{
	width:100%;
}
#scrollWave .ranking-girl-body .ranking-girl-info{
	padding:10px 0 0px 0px;
	overflow:hidden;
	background-color:#fff;
	height:210px;
	position:relative;
}
#scrollWave .ranking-girl-body .ranking-girl-info .nameTitle{
	position:relative;
	overflow:hidden;
	border-bottom:1px solid #ddd;
	margin-bottom:15px;
	height:30px;
}
#scrollWave .ranking-girl-body .ranking-girl-info .nameTitle .name{
	width:340px;
	position:absolute;
	left:0;
}
#scrollWave .ranking-girl-body .ranking-girl-info .nameTitle .name a{
	color:#36c;
	font-size:17px;
	font-weight:bold;
	font-size:16px;
	line-height:35px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#scrollWave .ranking-girl-body .ranking-girl-info .nameTitle .girl-link{
	width:120px;
	position:absolute;
	right:10px;
}
#scrollWave .ranking-girl-body .ranking-girl-info .nameTitle .girl-link a{
	color:#36c;
	font-size:14px;
	font-weight:bold;
	line-height:35px;
	display:block;
}
#scrollWave .ranking-girl-body .ranking-girl-info .nameTitle .girl-link a span{
	width:30px;
	height:30px;
	line-height:30px;
}
#scrollWave .ranking-girl-body .ranking-girl-info .nameTitle .girl-link a span i.fa-square{
	font-size:25px;
	top:1px;
}
#scrollWave .ranking-girl-body .ranking-girl-info .nameTitle .girl-link a span i.fa-pencil{
	font-size:16px;
	top:-1px;
}
#scrollWave .ranking-girl-body .ranking-girl-info .row{
	overflow:hidden;
}
#scrollWave .ranking-girl-body .ranking-girl-info .row .span_12{
	float:left;
	width:460px;
	margin-right:10px;
}
#scrollWave .ranking-girl-body .ranking-girl-info .row .span_12 p.catch{
	font-weight:bold;
	font-size:16px;
	margin-bottom:5px;
	line-height:20px;
}
#scrollWave .ranking-girl-body .ranking-girl-info .row .span_12 .girl-icon{
	margin-bottom:5px;
}
#scrollWave .ranking-girl-body .ranking-girl-info .row .span_12 .girl-icon span{
	border:2px solid #ff934b;
	color:#ff934b;
	font-size:10px;
	font-weight:bold;
	padding:0 2px;
	margin-right:2px;
}
#scrollWave .ranking-girl-body .ranking-girl-info .row .span_12 .girl-info{
	margin-bottom:10px;
	font-size:14px;
}
#scrollWave .ranking-girl-body .ranking-girl-info .row .span_12 .girl-info span{
	padding:0 2px;
	font-weight:bold;
}
#scrollWave .ranking-girl-body .ranking-girl-info .row .span_12 .girl-work{
	margin-bottom:10px;
}
#scrollWave .ranking-girl-body .ranking-girl-info .row .span_6{
	float:left;
	width:230px;
	right:10px;
	position:absolute;
}
#scrollWave .ranking-girl-body .ranking-girl-info .row .span_6 .ranking-girl-in-shop{
	border:2px dotted #ccc;
	overflow:hidden;
}
#scrollWave .ranking-girl-body .ranking-girl-info .row .span_6 .ranking-girl-in-shop p.ranking-girl-in-shop-title{
	font-size:12px;
	margin-bottom:4px;
	padding-left:5px;
	margin-top:4px;
}
#scrollWave .ranking-girl-body .ranking-girl-info .row .span_6 .ranking-girl-in-shop span{
	display:block;
	width:70px;
	float:left;
	margin-right:3px;
	margin-bottom:7px;
}
#scrollWave .ranking-girl-body .ranking-girl-info .row .span_6 .ranking-girl-in-shop span:nth-of-type(1){
	margin-left:7px;
}
#scrollWave .ranking-girl-body .ranking-girl-info .row .span_6 .ranking-girl-in-shop span a{
	display:block;
}
#scrollWave .ranking-girl-body .ranking-girl-info .row .span_6 .ranking-girl-in-shop span a img{
	width:100%;
}

#scrollWave .ranking-girl-body .ranking-girl-info .shop-info p.shop-name a{
	color:#36c;
}


/*newsList
------------*/
.newsList{
	background-color:#fff;
	margin-bottom:20px;
}
.newsList .menuArea{
	overflow:hidden;
	margin-bottom:10px;
}
.newsList .menuArea li{
	float:left;
	width:106px;
	text-align:center;
	cursor:pointer;
	border-bottom:1px solid #9f8800;
	border-right:1px solid #9f8800;
	box-sizing:border-box;
}
.newsList .menuArea li.none{
	cursor:default;
	color:#eee;
	line-height:25px;
	font-weight:bold;
		
}
.newsList .menuArea li:nth-of-type(9n+2){
	border-left:1px solid #9f8800;
	width:102px;
}
.newsList .menuArea li:first-child{
	width:auto;
	float:none;
	border-top:1px solid #9f8800;
	border-left:1px solid #9f8800;
}
.newsList .menuArea li a{
	color:#9f8800;
	font-weight:bold;
	display:block;
	line-height:25px;
	background-color:#fff;
}
.newsList .menuArea li.active a{
	background-color:#000;
	color:#fff;
}
.newsList .menuArea li.none a{
	background-color:#fff;
	color:#eee;
}
.newsList .menuArea li a:hover{
	background-color:#9f8800;
	color:#fff;
}
.newsList .menuArea li.none a:hover{
	background-color:#fff;
	color:#eee;
}
.newsList .boxTitle h2{
	color:#fff;
	font-weight:bold;
	height:40px;
	line-height:40px;
	padding-left:10px;
	background:#000 url("//img.cityheaven.net/img/commtpl/heaven_premium/images/news_sp.jpg") no-repeat scroll right center / auto 40px;
}
.newsList .boxTitle h2 img{
	height:30px;
	margin-top:5px;
}
.newsList .boxTitle p{
	margin:5px 10px 0;
	text-align:right;
}
.newsList ul.boxList{
	overflow:hidden;
}
.newsList ul.boxList li.box{
	border-bottom:1px solid #ddd;
	height:215px;
	padding-top:10px;
}
.newsList ul.boxList li.box:hover{
	background-color:#eee;
	transition:all 0.1s ease-in-out 0s;
}
.newsList ul.boxList li.box a{
	display:block;
}
.newsList ul.boxList li.box a p.img{
	float:left;
	width:140px;
	margin-left:10px;
	height:183px;
	padding:10px;
	background-color:#fff;
}
.newsList ul.boxList li.box a p.img img{
	width:140px;
	height:187px;
	margin:10px;
}
.newsList ul.boxList li.box a ul{
	width:770px;
	float:left;
	background-color:#fff;
	padding:10px 0 7px 0;
	position:relative;
	height:185px;
}
.newsList ul.boxList li.box a ul li.title{
	color:#36c;
	font-size:19px;
	font-weight:bold;
}
.newsList ul.boxList li.box a ul li.title img{
	vertical-align:middle;
	margin-left:5px;
}
.newsList ul.boxList li.box a ul li.description{
	margin-top:5px;
	font-size:15px;
	overflow:hidden;
	height:100px;
}
.newsList ul.boxList li.box a ul li.date{
	position:absolute;
	bottom:45px;
}
.newsList ul.boxList li.box a ul li.shop{
	color:#36c;
	font-size:15px;
	position:absolute;
	bottom:23px;
}
.newsList ul.boxList li.box a ul li.area{
	position:absolute;
	bottom:5px;
}


/*blogGirlList
------------*/
.blogGirlList{
	background-color:#fff;
	margin-bottom:20px;
}
.blogGirlList .boxTitle h2{
	color:#fff;
	font-weight:bold;
	height:40px;
	line-height:40px;
	padding-left:10px;
	background:#000 url("//img.cityheaven.net/img/commtpl/heaven_premium/images/news_sp.jpg") no-repeat scroll right center / auto 40px;
}
.blogGirlList .boxTitle h2 img{
	height:30px;
	margin-top:5px;
}
.blogGirlList .boxTitle p{
	margin:5px 10px 0;
	text-align:right;
}
.blogGirlList ul.boxList{
	overflow:hidden;
}
.blogGirlList ul.boxList li.box{
	border-bottom:1px solid #ddd;
	height:215px;
	padding-top:10px;
}
.blogGirlList ul.boxList li.box:hover{
	background-color:#eee;
	transition:all 0.1s ease-in-out 0s;
}
.blogGirlList ul.boxList li.box a{
	display:block;
	overflow: hidden;
}
.blogGirlList ul.boxList li.box a p.img{
	float:left;
	width:180px;
	margin-left: 10px;
	height:180px;
	padding:10px;
	background-color:#fff;
}
.blogGirlList ul.boxList li.box a p.img img{
	width:calc(100% - 20px);
	margin:10px;
}
.blogGirlList ul.boxList li.box a ul{
	width:720px;
	float:left;
	background-color:#fff;
	padding:10px 0 ;
	position:relative;
	height:180px;
}
.blogGirlList ul.boxList li.box a ul li.title{
	color:#36c;
	font-size:19px;
	font-weight:bold;
}
.blogGirlList ul.boxList li.box a ul li.title img{
	vertical-align:middle;
	margin-left:5px;
}
.blogGirlList ul.boxList li.box a ul li.description{
	margin-top:5px;
	font-size:15px;
	overflow:hidden;
	height:100px;
}
.blogGirlList ul.boxList li.box a ul li.date{
	position:absolute;
	bottom:55px;
}
.blogGirlList ul.boxList li.box a ul li.shop{
	color:#36c;
	font-size:15px;
	position:absolute;
	bottom:33px;
}
.blogGirlList ul.boxList li.box a ul li.area{
	position:absolute;
	bottom:15px;
}

/*口コミ*/
.reviewListTop{
	width: 950px;
}
.reviewListTop .pagetitle{
	color:#fff;
	font-weight:bold;
	height:40px;
	line-height:40px;
	padding-left:10px;
	background:#000 url("//img.cityheaven.net/img/commtpl/heaven_premium/images/news_sp.jpg") no-repeat scroll right center / auto 40px;
}







