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

/* #lady
***********************************/
section ul {
	margin: 0 auto;
	padding: 11px 0 0;
	width: 890px;
}
section ul li {
	display: block;
	position: relative;
	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.new .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 .icon_dialect {
    vertical-align: top;
    position: absolute;
    bottom: 0;
    left: 0;
}
section ul li a:after {
	content: "";
	display: block;
	position: absolute;
	left: -1px;
	top: -1px;
	width: 44px;
	height: 44px;
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
}
section ul li.ready a:after {
	background-image: url(https://img.undernavi.com/chugoku/club-ador/parts/icon_standby.png);
}
section ul li.busy a:after {
	background-image: url(https://img.undernavi.com/chugoku/club-ador/parts/icon_busy.png);
}
section ul li .thumb img {
	width: auto;
	height: auto;
	max-width: 120px;
	max-height: 160px;
	vertical-align: top;
}
section ul li .txtData h2 {
	font-weight: bold;
}
section ul li .txtData .ladyProf {
	display: block;
	margin: 5px 0 0;
	font-size: 77%;
	white-space: nowrap;
}
section ul li .txtData .icons {
	margin: 5px 0 0;
}
section ul li .txtData .icons span {
	display: block;
	float: left;
	width: 59px;
	height: 25px;
}
section ul li .txtData .icons span:nth-of-type(1) {
	margin-right: 2px;
}
section ul li .txtData .icons span.reserve {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ff7800;
	background: #ff7800;
	color: #fff;
	-webkit-box-shadow: 0 0 2px #fff inset;
	box-shadow: 0 0 2px #fff inset;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
}

section ul li .txtData .icons img {
	vertical-align: top;
}

section ul li .star_box dd,
section ul li .star_box dt {
    display: inline-block;
}
section ul li .star_box dt {
    width: 5em;
    text-align: center;
    font-size: 85%;
}
section ul li .star_box dd img {
    vertical-align: -2px;
}
/* */
.ladyList_new {
	margin-bottom: 10px;
}

.lady_list-genrettl {
	margin: 0px 15px 10px;
	padding: 5px 10px;
	clear: both;
	border: 1px solid #999;
	background: #bbb;
	color: #fff;
	font-weight: bold;
	text-align: left;
}

/**************************************

search form

***************************************/
.lady_searchBox ul {
	display: flex;
}
.lady_searchBox ul li {
	margin-right: 1%;
	padding: 3px;
	border: solid 1px #e0e0e0;
	border-radius: 3px;
	float: none;
	width: auto;
	height: auto;
	font-size: 13px;
	margin-bottom: 5px;
}
.lady_searchBox ul li:nth-child(6n) {
	margin-right: 10px;
}
.lady_searchBox ul li a {
	color: #000;
	text-decoration: none;
}
.lady_searchBox ul li.active {
	background: #e0e0e0;
}
.lady_searchBox ul li.active a {
	color: #cc3f6a;
}
.lady_searchBox ul li.Refine {
	border: none;
	text-align: right;
	width: 7%;
}
.lady_searchBox ul li.defaltClear {
	background: #f5f5f5;
	font-weight: bold;
	width: 18%;
	text-align: center;
}

.lady_searchBox ul li.Refine {
	border: none;
	text-align: right;
	width: 7%;
}
.lady_searchBox ul li.ladydetail {
	border:none;
}
.ladySearhBox {
	width: 30%;
	margin-left: auto;
	padding: 0 15px;
}
dl.searchLady{
	position:relative;
	background-color:#fff;
	border:1px solid #e0e0e0;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	border-radius:6px;
}
dl.searchLady dt{
    margin-right:40px;
    padding:5px;
}
dl.searchLady dt input{
    width:100%;
    height:24px;
    line-height:24px;
    background:none;
    border:none;
}
dl.searchLady dd{
    position:absolute;
    top:0;
    right:0;
}
dl.searchLady dd button{
    display:block;
    padding:8px;
    background:none;
    border:none;
}
dl.searchLady dd button span{
    display:block;
    width:20px;
    height:20px;
	background:transparent url("https://img.undernavi.com/front/pc/shop/detail/icon_search.png") no-repeat center;
	cursor:pointer;
}

.lady_searchBox ul li.Refine-f {
	width: 160px;
}
.Refine-f.defaltClear a {
	display: block;
}