@charset "utf-8";
/*
CSS Information
 File name:      newface.css
 Author:         Administrator
 Style Info:     /newface.php
----------------------------------------------------- */
/* CSS override and Class setting
***********************************/

/* #newface
***********************************/
section ul {
	margin: 0 auto;
	padding: 11px 0 0;
	width: 890px;
}
section ul li {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	padding: 10px 9px;
	width: 120px;
	height: 220px;
	border: solid 1px #999;
	overflow: hidden;
}
section ul li:nth-of-type(6n) {
	margin-right: 0;
}
section ul li .thumb {
	display: block;
	position: relative;
	width: 120px;
	height: 160px;
	overflow: hidden;
}
section ul li .thumb:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 37px;
	height: 14px;
	background: transparent url(https://img.undernavi.com/chugoku/club-ador/parts/icon_new.png) right bottom no-repeat;
}
section ul li .thumb img {
	width: auto;
	height: auto;
	max-width: 120px;
	max-height: 160px;
	vertical-align: top;
}
section ul li .txtData h2 {
	font-size: 108%;
	font-weight: bold;
}
section ul li .txtData .ladyProf {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 93%;
}
section ul li .txtData span {
	display: block;
}
section ul li .txtData .workTime {
	background: #000;
	color: #fff;
	text-align: center;
}


.ladyList.ladyList_flex {
	display: flex;
	flex-wrap: wrap;
}
.ladyList.ladyList_flex li {
	height: auto;
}