/*並び替え*/
div.search{
	background-image:url(../img/search.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	width:700px;
	height:27px;
	margin:0px auto 5px auto;
	padding-top:8px;
	text-align:center;
	background-color:#A4CCEF;
	color:#E9298D;
	clear:both;
	}

/* ---------- 女の子リスト ---------- */
div.girls_list{
	background-image:url(../img/girls_list.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	width:230px;
	height:118px;
	margin:0px;
	padding:6px 10px 16px 10px;
	float:left;
	}
div.girls_list p.img{
	width:95px;
	height:118px;
	margin:0px;
	padding:0px;
	text-align:left;
	float:left;
	}	
div.girls_list p.name{
	width:130px;
	height:auto;
	margin:0px;
	padding:0px;
	text-align:left;
	font-size:11px;
	color:#ffffff;
	float:left;
	}
div.girls_list p.name a{
	font-size:13px;
	color:#ffffff;
	}
div.girls_list p.time{
	width:130px;
	height:15px;
	margin:2px 0px;
	padding:0px;
	text-align:center;
	color:#ffffff;
	background-color:#A4CCEF;
	float:left;
	}
div.girls_list p.icon{
	width:130px;
	height:auto;
	margin:0px;
	padding:0px;
	text-align:left;
	float:left;
	}
