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

.girlList {
	float: left;
	width: 30.33%;
	border: 1px solid rgba(255,222,240,1.0);
	box-sizing: border-box;
	margin: 1.5%;
	padding: 1px;
}
.girlList:nth-child(5n+5) {
	margin-right: 0;
}
.girlList .girlListInn {
	background: url(/smp/img/common/lattice_bg.png) rgba(255,222,240,1.0);
	margin: 0;
	padding: 1vw;
}
.girlList .girlBox {
	background: #fff;
	margin: 0;
	padding: 1vw;
}
.girlList .girlBox a {
	display: block;
	width: 24.9vw;
	height: 33.1vw;
	margin: 0 auto 4px;
	padding: 0;
	position: relative;
}
.girlList .girlBox .catchCopy {
	height: 4vw;
	font-size: 2.75vw !important;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	background: rgba(232,70,159,1.0);
	margin: 0 0 3px;
	padding: 3px;
}
.girlList .girlImg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 24.9vw;
	max-height: 33.1vw;
}
.girlList .girlImg img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 150px;
	max-height: 200px;
}
.girlList .girlBox .girlInfo {
}
.girlList .girlBox .girlInfo span {
	display: block;
	line-height: 1.2;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.girlList .girlName {
	font-size: 3vw;
	color: #333;
	border-bottom: 1px solid rgba(255,222,240,1.0);
	margin: 0 0 5px;
	padding: 0 3px;
}
.girlList .girlSize {
	font-size: 1.95vw;
	color: #333;
	line-height: 1.0;
	border-bottom: 1px solid rgba(255,222,240,1.0);
	margin: 0;
	padding: 0 3px 3px;
}
.girlList .girlSch {
	font-size: 3vw;
	color: rgba(232,70,159,1.0);
	font-weight: bold;
	line-height: 1.0;
	margin: 0;
	padding: 1vw 1vw 0;
}
.girlList .girlIcon {
	height: 4.5vw;
	margin: 1vw 0 0;
	padding: 0;
}
.girlList .girlIcon li {
	width: 49%;
	font-size: 2.6vw;
	color: #fff;
	line-height: 1.0;
	text-align: center;
	margin: 0 auto;
	padding: 1vw 0;
}
.girlList .girlIcon .girlIconNew {
	background: #84d224;
}
.girlList .girlIcon .girlIconSch {
	background: #e8469f;
}

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

.noData {
	padding: 70px 0;
}
