@charset "utf-8";

/* CSS Document */

/*==========================================================================================

	// schedule.html

==========================================================================================*/


div#main h1 {
	height: 70px;
	text-indent: -999999px;
	background:url(../images/schedule-h1.gif) no-repeat;
}


ul#schWeek {
	width: 670px;
	margin: 10px 0;
}


ul#schWeek li {
	display: block;
	float: left;
	height: 31px;
	width: 88px;
	color: #ffffff;
	text-align: center;
	background: url(../images/schedule-week.gif) no-repeat center;
	font-weight: bold;
	letter-spacing: -1px;
	margin-right: 4px;
}


ul#schWeek li.last{margin:0;}


ul#schWeek li a {
	display: block;
	height: 21px;
	color: #ffffff;
	padding-top: 10px;
	text-shadow: 1px 1px 1px #1354a2;
}


/*==========================================================================================

	// schedule 出勤情報

==========================================================================================*/

div#schedule {
	clear: both;
	width: 670px;
}

div#schedule p {
	width:596px;
	height:41px;
	background:url(../images/chedule-day-bg.gif) no-repeat 50px 0;
	padding: 8px 0 0 0;
}


div#schedule p span{
	margin:0 0 0 50px;
	display: block;
	text-align: center;
	width: 510px;
	color: #FF0066;
	font-weight: bold;
}


div.dayArea {margin-bottom:10px;}


div#scheduleScrollBox {width: 670px;}



div#scheduleScrollBox ul li {
	display: block;
	float: left;
	width: 160px;
	padding: 23px 0 15px 1px;
	background: url(../images/girls-list.png) no-repeat;
	margin-bottom: 10px;
}


div#scheduleScrollBox ul li ul li {
	padding: 0;
	margin: 0 auto;
	line-height: 1;
	text-align: center;
	background-image: none;
}


div#scheduleScrollBox ul li ul li.schPhoto img {border: 1px solid #cccccc;}


div#scheduleScrollBox ul li ul li.schPhoto {
	margin-bottom:15px;
	height: 160px;
}


div#scheduleScrollBox ul li ul li.schName {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 2px;
}


div#scheduleScrollBox ul li ul li.schName a {
	color: #FF0066;
	text-decoration: underline;
}



div#scheduleScrollBox ul li ul li.schTime {
	margin: 0;
	color: #000066;
	font-size: 93%;
	font-weight: bold;
}


div#scheduleScrollBox ul li ul li.genre {text-align:left;}
