@charset "utf-8";
/* CSS Document */

.girlList {
	float: left;
	width: 180px;
	border: 1px solid rgba(255,222,240,1.0);
	box-sizing: border-box;
	margin: 0 11px 11px 0;
	padding: 1px;
}
.girlList:nth-child(5n+5) {
	margin-right: 0;
}
.girlList .girlListInn {
	background: url(/img/common/lattice_bg.png) rgba(255,222,240,1.0);
	margin: 0;
	padding: 10px 0;
}
.girlList .girlBox {
	width: 160px;
	background: #fff;
	margin: 0 auto;
	padding: 5px;
}
.girlList .girlCatch {
	height: 20px;
	font-size: 14px;
	color: #fff;
	line-height: 1.1;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	background: rgba(232,70,159,1.0);
	margin: 0 0 5px;
	padding: 3px 0 0;
}
.girlList .girlImg {
	width: 150px;
	height: 200px;
	background: #eee;
	margin: 0 auto 1px;
	padding: 0;
	position: relative;
}
.girlList .girlImg img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 150px;
	max-height: 200px;
}
.girlList .girlName {
	font-size: 15px;
	color: #333;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	border-bottom: 1px solid rgba(255,222,240,1.0);
	margin: 0;
	padding: 4px 0;
}
.girlList .girlSize {
	font-size: 12px;
	color: #333;
	line-height: 1.1;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	border-bottom: 1px solid rgba(255,222,240,1.0);
	margin: 0;
	padding: 4px 0;
}
.girlList .girlTime {
	font-size: 14px;
	color: rgba(232,70,159,1.0);
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
	margin: 0;
	padding: 4px 0;
}

.girlList .girlIcon li {
	width: 73px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 14px;
	color: #fff;
	line-height: 1.0;
	text-align: center;
	margin: 0;
	padding: 4px 0;
}
.girlList .girlIcon .girlIcon_new {
	background: #84d224;
}
.girlList .girlIcon .girlIcon_sch {
	background: #e8469f;
}

.girlList .noData {
	font-size: 15px;
	color: #555;
	line-height: 1.0;
	text-align: center;
	padding: 70px 0;
}

.noData {
	padding: 70px 0;
}
