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

/* #realtime
***********************************/
.ladyList {
	margin: 0 auto;
	padding: 11px 0 0;
	width: 890px;
}
.ladyList > 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;
	z-index:0;
}
section ul li:nth-of-type(6n) {
	margin-right: 0;
}
section ul li .thumb {
	display: block;
	position: relative;
	width: 120px;
	height: 160px;
	overflow: hidden;
	z-index: 1;
}
section ul li.new .thumb:after {
	content: url(https://img.undernavi.com/chugoku/club-ador/parts/icon_new.png);
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 37px;
	height: 14px;
	z-index: 5;
}
section ul li a.photo {
	display: block;
	width: 120px;
	height: 160px;
}
section ul li .thumb img {
	width: auto;
	height: auto;
	max-width: 120px;
	max-height: 160px;
	vertical-align: top;
	z-index: 1;
}
section ul li .thumb .icon_dialect {
    vertical-align: top;
    position: absolute;
    bottom: 0;
    left: 0;
}
section ul li a.photo .state {
	position: absolute;
	width: 44px;
	height: 44px;
	left:-1px;
	top: -1px;
	z-index: 5;
}
section ul li .txtData h2 {
	font-size: 108%;
	font-weight: bold;
}
section ul li .txtData .ladyProf {
	margin-top: 10px;
	font-size: 85%;
}
section ul li .txtData span {
	display: block;
}
section ul li .txtData .workTime {
	font-size: 85%;
}
section ul li .txtData .status {
	color: #900;
	font-weight: bold;
}
section ul li .txtData .comment {
	margin-top: 5px;
	font-size: 85%;
}
.marqee_comment {
	height: 30px;
	position: relative;
}
.marqee_comment li {
	position: absolute;
	top: -999em;
	left: 0;
	margin: 0;
	padding: 0;
	display: block;
	white-space: nowrap;
	overflow: visible;
	z-index:0;
}
