@charset "utf-8";
/* CSS Document */


body{
	width:100%;
	margin:0;
	padding:0;
}


a {
	text-decoration: none;
	color:#000000;
}

a:hover {
	color:#0033FF;
}


.wapper{
	background:url(../image/bg_sp.jpg) top center repeat;	
}


@media screen and (max-width: 999px){
.header_pc{ display:none;
}
}




/*---SP版にだけ表示---*/
#sp_btn{
	margin: 5% 0 10%;
}

.shop_btn{
	width:49%;
	float: left;
}

.girls_btn{
	width:49%;
	float: right;
}
/*---SP版にだけ表示---*/



.main{
	width:90%;
	margin: 0 auto;
	padding: 0;
}
	
.title img{
	margin: 5% auto;
}
	
.shop_ranking{
	width:100%;
}

.girls_ranking{
	width:100%;
}
	
dl{
	width:100%;
}

dt.shop01{
	margin-top: 13%;
	padding:20% 16% 10% 16%;
	background:url(../image/no1.png) top center no-repeat;	
	background-size: cover;
}

dt.shop02{
	margin-top: 15%;
	padding:20% 16% 10% 16%;
	background:url(../image/no2.png) top center no-repeat;	
	background-size: cover;
}

dt.shop03{
	margin-top: 15%;
	padding:20% 16% 10% 16%;
	background:url(../image/no3.png) top center no-repeat;	
	background-size: cover;
}

dt.shop04{
	margin-top: 15%;
	padding:20% 16% 10% 16%;
	background:url(../image/no4.png) top center no-repeat;	
	background-size: cover;
}

dt.shop05{
	margin-top: 15%;
	padding:20% 16% 10% 16%;
	background:url(../image/no5.png) top center no-repeat;	
	background-size: cover;
}


dt.girl01{
	margin-top: 13%;
	padding:20% 6% 10% 26%;
	background:url(../image/no1.png) top center no-repeat;	
	background-size: cover;
}

dt.girl02{
	margin-top: 15%;
	padding:20% 6% 10% 26%;
	background:url(../image/no2.png) top center no-repeat;	
	background-size: cover;
}

dt.girl03{
	margin-top: 15%;
	padding:20% 6% 10% 26%;
	background:url(../image/no3.png) top center no-repeat;	
	background-size: cover;
}

dt.girl04{
	margin-top: 15%;
	padding:20% 6% 10% 26%;
	background:url(../image/no4.png) top center no-repeat;	
	background-size: cover;
}

dt.girl05{
	margin-top: 15%;
	padding:20% 6% 10% 26%;
	background:url(../image/no5.png) top center no-repeat;	
	background-size: cover;
}

dd.shop_name{
	text-align: center;
	font-weight:bold;
	font-size: xx-large;
	padding-right:10%;
	margin-top: -10%;
}

dd.girl_name{
	text-align: center;
	font-weight:bold;
	font-size: x-large;
	padding-right:10%;
	margin-top: 2%;
}


p{
	text-align: center;
	font-weight:bold;
	font-size: x-large;
}

.muryou{
	margin-top: 10%;
	padding-bottom: 10%;
}


@media screen and (max-width: 999px){
.footer_pc{ display:none;
}
}
