@import 'site_theme.css';
@charset='utf-8';

.girlsBox{
	float:left;
	width:90px;
	margin-right:10px;
}

.pickup{
	width:100%;
}

#topPickUpBox{
	width:550px;
	margin:10px auto 0;
	border:1px #666666 solid;
}

#topSearch{
	background:url("http://t.kakuyasu.ch/img/searchResultBack.png");
	width:550px;
	margin:0 auto;
	border:1px #333333 solid;
	padding:5px 0;
}

#sresult{
	width:500px;
	background:url("http://t.kakuyasu.ch/img/search_miniIcon.png") no-repeat;
	background-position:0 50%;
	margin:0 auto;
	padding-left:35px;
}

.topStoreType{
	height:15px;
	width:155px;
	line-height:16px;
	background:url("http://t.kakuyasu.ch/img/stypeIcon.png") no-repeat;
	backgorund-position:0 50%;
	float:left;
	text-indent:20px;
	margin-top:4px;
}

.topInfoMoney{
	height:15px;
	width:155px;
	line-height:16px;
	background:url("http://t.kakuyasu.ch/img/smoneyIcon.png") no-repeat;
	backgorund-position:0 50%;
	float:left;
	text-indent:20px;
	margin-top:4px;
}

.topStoreTel{
	height:15px;
	width:155px;
	line-height:16px;
	background:url("http://t.kakuyasu.ch/img/stelIcon.png") no-repeat;
	backgorund-position:0 50%;
	float:left;
	text-indent:20px;
	margin-top:4px;
}

#recomendTitle{
	margin-top:20px;
}

#discountTitle{
	height:27px;
	width:550px;
	background:url("http://t.kakuyasu.ch/img/discountTitle.png") no-repeat;
	margin:10px auto 0;
	text-indent:-9999px;
}

#discountBox{
	margin:10px auto 0;
	width:550px;
	height:200px;
	overflow:auto;
}

#discountBox .clearfix{
	width:530px;
	margin:1px auto 0;
	cursor:pointer;
}

.disStore{
	float:left;
	width:190px;
	padding:5px;
	background:#33aacc;
}

.disText{
	float:left;
	width:320px;
	padding:5px;
	overflow:hidden;
	white-space:nowrap;
}