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

/* #typeWeek
***********************************/
#typeWeek ul.scheduleList {
	margin: 0 auto;
	padding: 11px 0 0;
	width: 890px;
}
#typeWeek ul.scheduleList li {
	display: block;
	position: relative;
	margin: 0 0 10px;
	padding: 10px 9px;
	border: solid 1px #999;
	overflow: hidden;
	z-index: 0;
}
#typeWeek ul.scheduleList li .thumb {
	display: block;
	position: relative;
	width: 105px;
	height: 140px;
	overflow: hidden;
	z-index: 1;
}
#typeWeek ul.scheduleList li a.photo {
	display: block;
	float: left;
	width: 105px;
	height: 140px;
}
#typeWeek ul.scheduleList li .thumb img {
	width: auto;
	height: auto;
	max-width: 105px;
	max-height: 140px;
	vertical-align: top;
	z-index: 1;
}
#typeWeek ul.scheduleList li a.photo .state {
	position: absolute;
	width: 44px;
	height: 44px;
	left:-1px;
	top: -1px;
	z-index: 5;
}
#typeWeek ul.scheduleList li .txtData {
	padding-left: 115px;
	text-align: left;
}
#typeWeek ul.scheduleList li .txtData .ladyName {
	display: inline-block;
	margin: 0 10px 0 0;
	font-size: 108%;
	font-weight: bold;
	vertical-align: top;
}
* html #typeWeek ul.scheduleList li .txtData .ladyName {
	display: inline;
	zoom: 1;
}
*+html #typeWeek ul.scheduleList li .txtData .ladyName {
	display: inline;
	zoom: 1;
}
#typeWeek ul.scheduleList li.new .txtData .ladyName:before {
	content: url(/img/web/common/icon_new.png);
	margin: 0 10px 0 0;
}
#typeWeek ul.scheduleList li .txtData .ladyProf {
	font-size: 93%;
}

#typeWeek ul.scheduleList li .txtData table {
	margin: 10px 0 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#typeWeek ul.scheduleList li .txtData table th,
#typeWeek ul.scheduleList li .txtData table td {
	padding: 5px 0;
	width: 14%;
	border: solid 1px #999;
	text-align: center;
	vertical-align: middle;
}
#typeWeek ul.scheduleList li .txtData table th:nth-last-of-type(-n+2),
#typeWeek ul.scheduleList li .txtData table td:nth-last-of-type(-n+2) {
	width: 15%;
}
#typeWeek ul.scheduleList li .txtData table th {
	background: #efefef;
	border-bottom: none;
}
#typeWeek ul.scheduleList li .txtData table th.sat {
	background: #dcf1ff;
}
#typeWeek ul.scheduleList li .txtData table th.sun {
	background: #ffdcec;
}
#typeWeek ul.scheduleList li .txtData table td {
	height: 5.5em;
	border-top: none;
}
#typeWeek ul.scheduleList li .txtData table td em,
#typeWeek ul.scheduleList li .txtData table td small {
	display: block;
	font-size: 85%;
}

/* #typeOneday
***********************************/
#typeOneday ul.dateList {
	margin: 0 auto;
	padding: 11px 0 0;
	width: 890px;
}
#typeOneday ul.dateList li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	width: 110px;
	background: #efefef;
	border: solid 1px #999;
}
#typeOneday ul.dateList li a {
	display: block;
	padding: 5px 10px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
#typeOneday ul.dateList li a:hover {
	text-decoration: underline;
}
#typeOneday ul.dateList li.sat a {
	color: #009;
}
#typeOneday ul.dateList li.sun a {
	color: #900;
}
#typeOneday ul.dateList li a.focus {
	font-weight: bold;
}
#typeOneday .inner > h2 {
	margin: 10px 15px 0;
	padding: 2px 10px;
	background: #666;
	color: #fff;
	font-weight: bold;
	text-align: left;
}
#typeOneday ul.ladyList {
	margin: 0 auto;
	padding: 11px 0 0;
	width: 890px;
}
#typeOneday ul.ladyList li {
	display: block;
	position: relative;
	float: left;
	margin: 0 10px 10px 0;
	padding: 10px 9px;
	width: 140px;
	height: 255px;
	border: solid 1px #999;
	overflow: hidden;
	z-index: 0;
}
#typeOneday ul.ladyList li:nth-of-type(6n) {
	margin-right: 0;
}
#typeOneday ul.ladyList li a.photo {
	display: block;
	width: 120px;
	height: 160px;
}
#typeOneday ul.ladyList li a.photo .state {
	position: absolute;
	width: 44px;
	height: 44px;
	left:-1px;
	top: -1px;
	z-index: 5;
}
#typeOneday ul.ladyList li .thumb {
	display: block;
	position: relative;
	width: 120px;
	height: 160px;
	overflow: hidden;
	z-index: 1;
}
#typeOneday ul.ladyList li.new .thumb:after {
	content: url(/img/web/common/icon_new.png);
	position: absolute;
	right: 0;
	bottom: 0;
	width: 37px;
	height: 14px;
	z-index: 1;
}
#typeOneday ul.ladyList li a:after {
	content: "";
	display: block;
	position: absolute;
	left: -1px;
	top: -1px;
	width: 44px;
	height: 44px;
}
#typeOneday ul.ladyList li.ready a:after {
	background: transparent url(/img/web/common/icon_standby.png) left top no-repeat;
}
#typeOneday ul.ladyList li.busy a:after {
	background: transparent url(/img/web/common/icon_busy.png) left top no-repeat;
}
#typeOneday ul.ladyList li .thumb img {
	width: auto;
	height: auto;
	max-width: 120px;
	max-height: 160px;
	vertical-align: top;
}
#typeOnedayul li .txtData h2 {
	font-size: 108%;
	font-weight: bold;
}
#typeOneday ul.ladyList li .txtData span {
	display: block;
}
#typeOneday ul.ladyList li .txtData .ladyProf {
	margin: 0 -10px 3px;
	font-size: 85%;
}
#typeOneday ul.ladyList li .txtData .workTime {
	background: #ccc;
	font-size: 93%;
}
#typeOneday ul.ladyList li .txtData .comment {
	background: #ccc;
	font-size: 85%;
}