@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:12px;
	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;
	font-size:11px;
}
.btnList a{
	line-height:40px;
	height:40px;
	color:#666;
	display:block;
	padding:0px 30px 0px 10px;
	background-color:#eee;
	position:relative;
}
.btnList a:after{
	background:url(//img.cityheaven.net/img/commtpl/heaven_premium/images/iconBtnList2.png) 0 0 no-repeat;
	background-size:10px auto;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-7px;
	width:10px;
	height:15px;
	display:block;
	content:"";
}

.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{
	float:left;
	width:262px;
}
.header .logo a{
	display:block;
	padding:6px 0 5px;
}
.header .menuBtn{
	float:right;
	width:30px;
	text-align:center;
	padding:13px 6px 6px;
}
.imageTitle{
	display: none;
}
.header .menuContents{
	clear:both;
	display:none;
	padding:10px;
	background-color:#000;
	text-align:center;
	position:relative;
}
.header .menuContents.active{
}
.header .menuContents.active:after{
	border-style:solid;
	border-width:0 10px 10px;
	border-color:transparent transparent #000;
	content:"";
	display:block;
	right:20px;
	position:absolute;
	margin-right:-10px;
	top:-5px;
	z-index:1;
}
.header .menuContents li{
}
.header .menuContents li:nth-of-type(n+2){
	margin-top:5px;
}
.header .menuContents li a{
	display:inline-block;
	line-height:35px;
	color:#fff;
	padding:0 5px;
}
.header .menuContents li a:nth-of-type(n+2){
	margin-left:1em;
}

/* -----↑header----- */


/* -----↓contents----- */
.contentsOuter{
}
.contents{
	width:950px;
	margin:0 auto 20px;
}
.mainContents{
	float:left;
	width:640px;
	margin-right:30px;
}
.sideContents{
	overflow:hidden;
	width:280px;
}
/* -----↑contents----- */


/* -----↓menuGroup----- */
.menuGroup{
	position:relative;
}
.menuGroup .flex-viewport{
	margin:0 auto;
	padding-bottom:40px;
	background-color:#000;
}
.menuGroup .flex-viewport .slides li{
	float:left;
}
.menuGroup .flex-viewport .slides li img{
	vertical-align:top;
}
/*ページャー*/
.menuGroup .flex-control-paging{
    bottom: 0;
    position: absolute;
    padding-left:0;
    text-align: center;
    width: 100%;
	line-height:1;
}
.menuGroup .flex-control-paging li{
    display: inline-block;
    margin-right:10px;
}
.menuGroup .flex-control-paging li:last-child{
	padding-right:0;
}
.menuGroup .flex-control-paging li a{
	display:block;
	width:8px;
	height:8px;
	text-indent:-9999px;
	background-color:#000;
	border-radius:20px;
	cursor:pointer;
	border:6px solid #aaa;
	margin:10px 0;
}
.menuGroup .flex-control-paging li a.flex-active{
	border-color:#0ff;
}
/*ボタン*/
.menuGroup .flex-direction-nav li a{
	width:9px;
	position:absolute;
	bottom:0;
	display:block;
	height:16px;
	padding:12px 15px 12px 16px;
	margin-top:-40px;
	text-indent:-9999px;
	overflow:hidden;
}
.menuGroup .flex-direction-nav li .flex-prev{
	left:0;
	background:url(../images/iconBtnPrev.png) 50% 50% no-repeat;
	background-size:9px auto;
}
.menuGroup .flex-direction-nav li .flex-next{
	right:0;
	background:url(../images/iconBtnNext.png) 50% 50% no-repeat;
	background-size:9px auto;
}
/* -----↑menuGroup----- */


/* -----↓textPremium----- */
.textPremium{
	background-color:#000;
	padding:10px;
	color:#00ffff;
	margin-bottom:20px;
	border-top:1px solid #666;
}
.textPremium dt{
	color:#0ff;
	margin-bottom:5px;
/*	background:url(../images/iconTextPremium.png) 0 50% no-repeat;*/
	background-size:11px auto;
	line-height:20px;
}
.textPremium dd{
	color:#fff;
}
/* -----↑textPremium----- */


/* -----↓newsNewTop----- */
.newsZenkoku{
	margin-bottom:20px;
}
/* -----↑textPremium----- */


/* -----↓newsNewTop----- */
.newsNewTop{
	margin-bottom:20px;
}
.newsNewTop .boxTitle{
	border-bottom:5px solid #dcd3a4;
	padding:0 5px;
}
.newsNewTop .boxTitle h2{
	float:left;
	font-weight:bold;
	display:block;
	height:30px;
	line-height:30px;
	position:relative;
	font-size:12px;
}
.newsNewTop .boxTitle h2 span{
	width:20px;
	height:20px;
	vertical-align:middle;
	margin-right:3px;
}
.newsNewTop .boxTitle p{
	float:right;
	font-size:10px;
	line-height:30px;
}
.newsNewTop .newsNewPickup{
	float:left;
	width:170px;
	border-right:1px solid #eee;
}
.newsNewTop .newsNewPickup a{
	display:block;
}
.newsNewTop .newsNewPickup a:hover{
}
.newsNewTop .newsNewPickup a ul{
	padding:10px;
}
.newsNewTop .newsNewPickup a ul .img{
	height:175px;
	margin-bottom:5px;
}
.newsNewTop .newsNewPickup a ul .img img{
	width:100%;
}
.newsNewTop .newsNewPickup a ul .img.mkThumb:after{
	padding-top:115%;
}
.newsNewTop .newsNewPickup a ul .text{
	font-size:16px;
	line-height:20px;
	height:60px;
	color:#333;
	font-weight:bold;
}
.newsNewTop .newsNewPickup a ul .text img{
	margin-left:5px;
	vertical-align:baseline;
	height:11px;
}
.newsNewTop .newsNewList{
	overflow:hidden;
}
.newsNewTop .newsNewList .box{
}
.newsNewTop .newsNewList .box a{
	display:block;
}
.newsNewTop .newsNewList .box a:hover{
}
.newsNewTop .newsNewList .box a ul{
	padding:8px;
}
.newsNewTop .newsNewList .box:nth-of-type(n+2) a ul{
	border-top:1px solid #eee;
}
.newsNewTop .newsNewList .box a ul .img{
	float:left;
	width:50px;
	margin-right:8px;
	height:70px;
}
.newsNewTop .newsNewList .box a ul .text{
	font-size:12px;
	line-height:17px;
	height:66px;
	overflow:hidden;
	color:#333;
	font-weight:bold;
}
.newsNewTop .newsNewList .box a ul .text img{
	margin-left:5px;
	vertical-align:baseline;
	height:11px;
}
.newsNewTop .newsNewList2{
	clear:both;
	border-top:1px solid #eee;
}
.newsNewTop .newsNewList2 .box{
	box-sizing:border-box;
	width:33.33%;
	float:left;
}
.newsNewTop .newsNewList2 .box a{
	display:block;
	border-left:1px solid #eee;
}
.newsNewTop .newsNewList2 .box:nth-of-type(3n+1) a{
	border-left:none;
}
.newsNewTop .newsNewList2 .box a:hover{
}
.newsNewTop .newsNewList2 .box a ul{
	padding:10px;
}
.newsNewTop .newsNewList2 .box a ul .img{
	margin-bottom:5px;
}
.newsNewTop .newsNewList2 .box a ul .text{
	font-size:12px;
	line-height:17px;
	height:51px;
	overflow:hidden;
	color:#333;
	font-weight:bold;
}
.newsNewTop .newsNewList2 .box a ul .text img{
	margin-left:5px;
	vertical-align:baseline;
	height:11px;
}
/* -----↑newsNewTop----- */


/* -----↓blogGirlTop----- */
.blogGirlTop{
	margin-bottom:20px;
}
.blogGirlTop .boxTitle{
	border-bottom:5px solid #dcd3a4;
	padding:0 5px;
}
.blogGirlTop .boxTitle h2{
	float:left;
	font-weight:bold;
	display:block;
	height:30px;
	line-height:30px;
	position:relative;
	font-size:12px;
}
.blogGirlTop .boxTitle h2 span{
	width:20px;
	height:20px;
	vertical-align:middle;
	margin-right:3px;
}
.blogGirlTop .boxTitle p{
	float:right;
	font-size:10px;
	line-height:30px;
}
.blogGirlTop .blogGirPickup{
}
.blogGirlTop .blogGirPickup .box{
}
.blogGirlTop .blogGirPickup .box:nth-of-type(-n+2){
	float:left;
	width:50%;
}
.blogGirlTop .blogGirPickup .box a{
	display:block;
	padding:10px;
}
.blogGirlTop .blogGirPickup .box:nth-of-type(1) a{
	border-right:1px solid #eee;
}
.blogGirlTop .blogGirPickup .box:nth-of-type(-2) a{
	border-left:1px solid #fff;
}
.blogGirlTop .blogGirPickup .box a .img{
	margin-bottom:10px;
}
.blogGirlTop .blogGirPickup .box a .img:after{
	padding-top:75%;
}
.blogGirlTop .blogGirPickup .box a .textBox{
}
.blogGirlTop .blogGirPickup .box a .textBox .title{
	font-size:14px;
	line-height:20px;
	height:40px;
	margin-bottom:5px;
	font-weight:bold;
	overflow:hidden;
}
.blogGirlTop .blogGirPickup .box a .textBox .name,
.blogGirlTop .blogGirPickup .box a .textBox .shop{
	font-size:10px;
	line-height:15px;
	color:#aaa;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.blogGirlTop .blogGirPickupList{
}
.blogGirlTop .blogGirPickupList .box{
	border-top:1px solid #eee;
}
.blogGirlTop .blogGirPickupList .box a{
	display:block;
	padding:10px;
}
.blogGirlTop .blogGirPickupList .box a .img{
	float:right;
	width:80px;
	margin-left:10px;
}
.blogGirlTop .blogGirPickupList .box a .textBox{
	overflow:hidden;
}
.blogGirlTop .blogGirPickupList .box a .textBox .title{
	font-size:16px;
	line-height:20px;
	height:40px;
	font-weight:bold;
}
.blogGirlTop .blogGirPickupList .box a .textBox .name,
.blogGirlTop .blogGirPickupList .box a .textBox .shop{
	font-size:10px;
	line-height:20px;
	color:#aaa;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
/* -----↑blogGirlTop----- */


/* -----↓rankingTop----- */
.rankingTop{
	margin-bottom:20px;
}
.rankingTop h2{
	margin:0 10px 10px;
}
.rankingTop .rankingBlock{
	overflow:hidden;
	padding:0 10px;
	margin-bottom:10px;
}
.rankingTop .rankingBlock h3{
	margin-bottom:5px;
	font-weight: bold;
	padding-left: 25px;
	background: url(//img.cityheaven.net/img/commtpl/heaven_premium/images/iconRankingShop.png) 5px 50% no-repeat;
	border-bottom: 2px dotted #ccc;
	background-size: 15px;
}
.rankingTop .rankingBlock h3 a{
	display:block;
	font-weight:bold;
	height:30px;
	line-height:30px;
	font-size:12px;
}
.rankingTop .rankingBlock .boxList{
	width:100%;
	margin-bottom:10px;
	overflow:hidden;
}
.rankingTop .rankingBlock .boxList .box{
	float:left;
	width:32%;
	margin-right:2%;
}
.rankingTop .rankingBlock .boxList .box:nth-of-type(3n){
	margin-right: 0;
}
.rankingTop .rankingBlock .boxList .box a{
	display:block;
}
.rankingTop .rankingBlock .boxList .box a .img{
	position: relative;
}
.rankingTop .rankingBlock .boxList .box a ul li{
	font-size:10px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#fff;
}
.rankingTop .rankingBlock .boxList .box a ul .img{
}
.rankingTop .rankingGirl .boxList .box a ul .img:after{
	padding-top:133%;
}
.rankingTop .rankingBlock .boxList .box a .rank{
	font-weight:bold;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 1;
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	color: #fff;
	line-height: 18px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}


.rankingTop .rankingBlock .boxList .box a .textBox{
	overflow:hidden;
	width: calc(100% - 10px);
	padding: 5px 5px;
	text-align: center;
	color: #fff;
}
.rankingTop .rankingBlock .rank1 .rank,
.rankingTop .rankingBlock .rank1 .textBox{
	background: #cfb867;
	text-shadow: 3px 2px 2px #aa8d3a;
}
.rankingTop .rankingBlock .rank2 .rank,
.rankingTop .rankingBlock .rank2 .textBox{
	background: #999ca8;
	text-shadow: 3px 2px 2px #676b78;
}
.rankingTop .rankingBlock .rank3 .rank,
.rankingTop .rankingBlock .rank3 .textBox{
	background: #be9574;
	text-shadow: 3px 2px 2px #946545;
}


.rankingTop .rankingGirl .boxList .box a ul .name{
	font-size:11px;
	font-weight:bold;
}
.rankingTop .rankingShop .boxList .box a ul li.shop{
	font-size:12px;
	font-weight:bold;
}
.rankingTop .rankingBlock .boxList .box a ul li.area{
}
.rankingTop .rankingBlock .btnList{
	margin:0 -10px;
}
/* -----↑rankingTop----- */


/* -----↓girlsRecruit----- */
.girlsRecruit{
	margin:10px 10px 20px;
	padding:20px;
	background-color:#e8d879;
}
.girlsRecruit dl{
	margin-bottom:10px;
/*
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
*/
}
.girlsRecruit dl dt{
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.girlsRecruit dl dd{
}
/* -----↑girlsRecruit----- */


/* -----↓footer----- */
.footer{
	background-color:#000;
	color:#fff;
	padding:20px 10px 20px;
	text-align:center;
}
.footer p.text{
	font-size:12px;
}
.footer p.textBaiti{
	padding-top:15px;
}
.footer p.textBaiti a{
	color:#fff;
	font-size:14px;
	line-height:21px;
}
.footer p a:hover{
	text-decoration:underline;
}
.footer p.areaLink{
}
.footer p.areaLink  a{
	color:#fff;
	font-size:12px;
	line-height:18px;
}
.footer p.areaLink li a:hover{
	text-decoration:underline;
}
/* -----↑footer----- */


/* -----↓shopListTop----- */
.shopListTop{
	padding-bottom:10px;
}
.shopListTop h2{
	border-bottom:3px double #aaa;
	margin-bottom:5px;
}
.shopListTop h2 img{
	width:180px;
}
.shopListTop .kameiBox{
	padding:0 5px;
}
.shopListTop .kameiBox .diamondList{
	float:left;
	width:50%;
}
.shopListTop .kameiBox .diamondList:nth-of-type(2n+1){
	clear:both;
}
.shopListTop .kameiBox .diamondList a{
	display:block;
	padding:7px 5px;
}
.shopListTop .kameiBox .diamondList a .name{
	color:#9f8800;
	font-weight:bold;
}
/* -----↑shopListTop----- */


/* -----↓menuArea----- */
/*
.menuArea{
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}
.menuArea li{
	float:left;
	width:33.3%;
}
.menuArea li:nth-of-type(3n+1){
	clear:both;
}
.menuArea li:nth-of-type(3n){
	overflow:hidden;
}
.menuArea li.active{
	background-color:#eee;
	color:#666;
}
.menuArea li.none{
	color:#ccc;
}
.menuArea li span{
	border-top:1px solid #ccc;
	line-height:35px;
	height:35px;
	display:block;
	text-align:center;
	border-left:1px solid #ccc;
}
.menuArea li:nth-of-type(3n+1) span{
	border-left:none;
}
*/
.shopSearch .title{
	background-color:#000;
	line-height:40px;
	height:40px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:16px;
}
.shopSearch iframe{
	width:100%;
	display:block;
}
/* -----↑menuArea----- */



/* -----↓groupSerach----- */
.groupSerach{
	margin-bottom:20px;
	margin-top:10px;
}
.groupSerach .title{
	margin-bottom:10px;
}
.groupSerach .menu{
	border-bottom:5px solid #dcd3a4;
	margin-bottom:10px;
}
.groupSerach .menu .menuGroup{
	float:left;
}
.groupSerach .menu .menuGroup li{
	float:left;
	margin-left:1px;
	padding-top:10px;
	position:relative;
}
.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:43px;
}
.groupSerach .menu .menuGroup li.active img{
	height:53px;
}
.groupSerach .menu .title{
	float:right;
	padding-top:15px;
}
.groupSerach .menu .title img{
}
.groupSerach .boxList{
	clear:both;
}
.groupSerach .boxList .box{
	float:left;
	width:50%;
	box-sizing:border-box;
	padding:10px;
}
.groupSerach .boxList .boxPlatinum,
.groupSerach .boxList .boxBronze{
	display:none;
}
.groupSerach .boxList .box p{
}
.groupSerach .boxList .box p a{
	display:block;
	position:relative;
	transition-duration:0.3s;
	transition-property:box-shadow;
	box-shadow:0 0 8px rgba(0, 0, 0, 0.1);
}
.groupSerach .boxList .boxDiamond p a:hover{
	box-shadow:0 0 8px rgba(254, 201, 90, 0.8);
}
.groupSerach .boxList .boxPlatinum p a:hover{
	box-shadow:0 0 8px rgba(105, 137, 187, 0.8)
}
.groupSerach .boxList .boxBronze p a:hover{
	box-shadow:0 0 8px rgba(169, 121, 73, 0.8);
}
.groupSerach .boxList .box p a:after{
	padding-top:80%;
}
.groupSerach .boxList .box p a img{
}
/* -----↑groupSerach----- */


/* ページャ */
ul.normal-pager {
	text-align: center;
	display: table;
	margin: 5px auto;
	width: 100%;
}

ul.normal-pager li a {
	height: 46px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	-webkit-box-shadow: 0px 1px 3px #808080;
	-moz-box-shadow: 0px 1px 3px #808080;
	line-height: 46px;
	overflow: hidden;
}

ul.normal-pager li.pager-prev,
ul.normal-pager li.pager-next {
	width: 35%;
	display: table-cell;
}

ul.normal-pager li.pager-first,
ul.normal-pager li.pager-last {
	width: 15%;
	display: table-cell;
}

ul.normal-pager li.pager-prev a,
ul.normal-pager li.pager-next a {
	color: #333;
	display: block;
	margin: 0 2px;
}

ul.normal-pager li.pager-prev a {
	background: url(//img.cityheaven.net/img/commtpl/osaka_hitoduma/images/btn_front.png) no-repeat left center, -moz-linear-gradient(top, #ffffff, #dadada 60%, #efefef);
	background: url(//img.cityheaven.net/img/commtpl/osaka_hitoduma/images/btn_front.png) no-repeat left center, -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(0.60, #dadada),color-stop(1, #efefef));
	padding: 0 20px 0 40px;
}

ul.normal-pager li.pager-next a {
	background: url(//img.cityheaven.net/img/commtpl/osaka_hitoduma/images/btn_next.png) no-repeat right center, -moz-linear-gradient(top, #ffffff, #dadada 60%, #efefef);
	background: url(//img.cityheaven.net/img/commtpl/osaka_hitoduma/images/btn_next.png) no-repeat right center, -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(0.60, #dadada),color-stop(1, #efefef));
	padding: 0 40px 0 20px;
}

ul.normal-pager li.pager-first a,
ul.normal-pager li.pager-last a {
	color: #fff;
	display: block;
	background:-moz-linear-gradient(top, #0e2dd8, #000);
	background:-webkit-gradient(linear, center top, center bottom, from(#0e2dd8), to(#000));
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#0e2dd8, EndColorStr=#000);
	padding: 0 10px;
}

ul.normal-pager li.pager-first a {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	margin-right: 2px;
}

ul.normal-pager li.pager-last a {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	margin-left: 2px;
}

.slank {
	background: none repeat scroll 0 0 #FFFFCC;
}

.alank {
 background: none repeat scroll 0 0 #fff1f7;
}

ul.normal-pager li.pager-first a img{
	vertical-align:middle;
}

ul.normal-pager li.pager-last a img{
	vertical-align:middle;
}
.disp-cnt {
	background: none repeat scroll 0 0 #EEEEEE;
	border-top: 1px solid #DDDDDD;
	font-size: 10px;
	padding: 6px 10px;
	overflow:hidden;
}
.disp-cnt li{
	float:left;
	width:50%;
}
.disp-cnt .txt-right{
	text-align:right;
}

#home .back-top{
	background:none;
	border:none;
}
#home .rankingBackTop{
	margin:15px 0 0;
	text-align:center;
	height: 40px;
}
#home .rankingBackTop a{
	display:block;
	line-height:40px;
	height:40px;
	background: #ddd;
}

/*menuArea
------------*/
ul.menuArea{
	overflow:hidden;
	width:100%;
}
ul.menuArea li{
	float:left;
	width:33%;
	text-align:center;
	border-bottom:1px solid #9f8800;
	border-right:1px solid #9f8800;
	cursor:pointer;
	box-sizing:border-box;
	line-height:30px;
}
ul.menuArea li.gray{
	color:#eee;
}
ul.menuArea li:nth-of-type(3n+2){
	width:34%;
}
ul.menuArea li:first-child{
	width:100%;
}
ul.menuArea li:nth-of-type(3n+4){
	border-right:0;
}
ul.menuArea li a{
	background-color:#fff;
	color:#9f8800;
	font-weight:bold;
	line-height:30px;
	display:block;
}
ul.menuArea li.gray a{
	color:#eee;
	cursor:default;
}
ul.menuArea li.active a{
	background-color:#000;
	color:#fff;
}

/*communityNews
-----------------*/
.headline h2.newsTitle{
	background:url("//img.cityheaven.net/img/commtpl/heaven_premium/images/news_sp.jpg") repeat-x scroll 0 0;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	padding:0 10px;
	border:none;
}
.headline h2.newsTitle img{
	height:30px;
}


.headline .list-title {
	background:#000;
	margin-bottom: 0;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	height: 32px;
	line-height: 14px;
	padding-top: 8px;
	text-align: center;
}

.headline .list-title p.sub-title {
	font-size: 9px;
	font-weight: normal;
}



/*newsList
------------*/
.news-list p.photoImage{
	width:80px;
	height:110px;
	float:left;
	margin-right:5px;
	position: relative;

}
.news-list p.photoImage img{
	width:100%;
}
.news-list ul.newsText{
	float:left;
	width:calc(100% - 95px);

}
.news-list ul.newsText li.time{
	font-size:12px;
	margin-top:5px;
}
.news-list ul.newsText li.time img{
	margin-top: 3px;
}
.news-list ul.newsText li.title{
	color:#36c;
	font-size: 12px;
	font-weight: bold;
}
.news-list ul.newsText li.title img{
	height: 13px;
	margin-left: 5px;
	border-radius: 3px;
}
.news-list ul.newsText li.shopName{
	font-size:12px;
	margin-top:15px;
}
.news-list ul.newsText li.shopArea{
	font-size:12px;
}
div.news-list {
	display: block;
	border-bottom: 1px solid #E0E0E0;
}
div.news-list a{
	display: block;
}

div.news-list img.photo {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;

}

.newslist_photo {
	padding: 5px 30px 0 85px;
	word-break: break-all;
}

.news_shop_block {
	padding: 10px 30px 10px 10px;
}

.newslist {
	padding: 0 25px 0 5px;
	word-break: break-all;
}

td.newslist img{
	vertical-align:middle;
}


.ranking-area{
	width: 100%;
	overflow:hidden;
}
.ranking-area .ranking_list{
	position: relative;
}
.ranking-area a.arrow{
	background: url("../images/listArrow.png") no-repeat scroll right center transparent;
	display: block;
	overflow: hidden;
	height: 100px;
	border-bottom:1px solid #ccc;
}
.ranking-area .ranking-detail-shop{
	width: 100px;
	height: 100px;
	overflow:hidden;
	float: left;
}
.ranking-area .ranking-detail-shop img{
	width: 100%;
}
.ranking-area .ranking_detail-shop-sub{
}
.ranking-area .ranking_detail-shop-sub{
	float: left;
	padding-left: 10px;
	width: calc(100% - 135px);
}
.ranking-area .ranking_detail-shop-sub .lank_name{
	margin-top: 5px;
}
.ranking-area .ranking_detail-shop-sub .shop_name{
	color: #3366CC;
	font-size: 14px;
	font-weight: bold;
}
.ranking-area .ranking_detail-shop-sub .icon_text{
    border: 1px solid #dcd3a4;
    border-radius: 3px;
    font-size: 10px;
    font-weight: bold;
    padding: 0 3px;
    color: #dcd3a4;
    margin-left: 3px;
}
.ranking-area .ranking_detail-shop-sub .icon_text:first-child{
	margin-left: 0;
}
.ranking-area .ranking_detail-shop-sub .rank img{
	vertical-align: middle;
}
.ranking-area .link_girls_shop{
	position: absolute;
	bottom: 5px;
	left: 105px;
	z-index: 10;

}
@media screen and (max-width: 200px){
.header{
	display: none;
}
.headerImage .imageTitle{
	display: none;
}
.ranking-area a.arrow{
	background-position: 189px 34px;
	height: 90px;
}
.ranking-area .ranking-detail-shop{
	width: 70px;
	height: 70px;
	margin-top: 10px;
}
.ranking-area .ranking_detail-shop-sub{
	width: 110px;
	overflow:hidden;
	font-size: 12px;
	margin-top: 5px;
}
.ranking-area .ranking_detail-shop-sub .rank{
	font-size: 11px;
}
.ranking-area .ranking_detail-shop-sub .rank img{
	width: 8px;
}
.ranking-area .ranking_detail-shop-sub .none{
	font-size: 12px!important;
}
.ranking-area .ranking_detail-shop-sub .none-style{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 10px;
}
.ranking-area .ranking_detail-shop-sub img{
	width: 40px;
}
.ranking-area .link_girls_shop{
	left: 80px;
	bottom: 5px;
}
.footer{
	display: none;
}

div.ranking-container h2.rankingTitle{
	background:#000;
	line-height:40px;
	height:40px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:16px;
}


/* diary-list -------------------------------- */

div.diary-list {
	border-bottom: 1px solid #DDDDDD;
	height: 130px;
}
div.diary-list .arrow{
	display: block;
}
div.diary-list .arrow .photo{
	width: 100px;
	height: 130px;
	overflow: hidden;
	position: relative;
	float: left;
}
div.diary-list .arrow .diary-img{
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}


div.diary-list div.no-img {
	padding-left: 4px;
}

div.diary-list div.get-img {
	padding-left: 85px;
}

div.diary-list .arrow .newface-info{
	float: left;
	width: calc(100% - 120px);
	margin-left: 10px;
}

div.diary-list .txt12{
	font-size:12px;
}
div.diary-list .txt14{
	font-size:14px;
}
div.diary-list .arrow{
	display: block;
}
div.diary-list .arrow .day{
	font-size: 12px;
	margin-top: 5px;
}
div.diary-list .arrow .title{
	color: #36c;
	font-size:14px;
	font-weight: bold;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
div.diary-list .arrow .icon_box{
}
div.diary-list .arrow .icon_text{
    border: 1px solid #dcd3a4;
    border-radius: 3px;
    font-size: 10px;
    font-weight: bold;
    padding: 0 3px;
    color: #dcd3a4;
    margin-left: 3px;
}
div.diary-list .arrow .icon_text:first-child{
	margin-left: 0;
}
div.diary-list .arrow .shop-name{
	margin-top: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pagetitle{
    background: #000;
    margin-bottom: 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-align: center;
}



div.ranking-container .ranking-header-shopsub{
	background: #000!important;
}



