@import url("global.css");
/**/
#contents {
	background:url(../schedule/images/title.png) no-repeat;
	background-position:5px top;
}

/*日付選択用*/
#date-select {
	background:#C7B299;
	width:430px;
	height:63px;
	position:relative;
	left:325px;
	margin-left:1px;
}
.date {
	position:absolute;
	top:20px;
	left:10px;
	font-size:1.3em;
	font-weight:bold;
}
ul.date-btn-area {
	position:absolute;
	left:175px;
	top:0px;
}
ul.date-btn-area li {
	width:59px;
	height:59px;
	float:left;
	background:url(../schedule/images/btn_date.gif) no-repeat;
	/*border:1px solid black;*/
	list-style-type:none;
	position:relative;
}
ul.date-btn-area a:link, ul.date-btn-area a:visited {
	color:black;
	font-weight:bold;
	width:100%;
	height:100%;
	display:block;
	text-align:center;
	line-height:4;
	letter-spacing:1px;
}
/*女の子リスト*/
ul.schedule {
	margin:20px 0 0 20px;
	padding:0px;
}
ul.schedule li {
	width:220px;
	height:180px;
	list-style-type:none;
	background:url(../schedule/images/list_back.png) no-repeat right top;
	/*border:1px solid black;*/
	float:left;
	position:relative;
	margin:0px 10px 0 10px;
	padding:0px;
}
ul.schedule .thumnail {
	border:5px solid #ED1E79;
	margin:20px 0px 4px 0px;
	width:100px;
	height:100px;
}
ul.schedule .time {
	position:absolute;
	top:30px;
	left:115px;
	height:50px;
 line-height
}
ul.schedule a {
	font-weight:bold;
}
img.profilebtn {
	width:103px;
	height:20px;
}
.timeselect {
	color:#4b1b1b;
	font-weight:bold;
	font-size:1.2em;
}
p.tsize {
	font-size:0.8em;
	line-height:1.1;
	margin:0;
}
.newface {
	font-size:0.8em;
	font-weight:bold;
	color:white;
	margin:0px 0 0 -3px;
	background:red;
	padding:1px;
	height:15px;
	width:80px;
	text-align:center;
}



/*-----------------*/
/*week*/
/*-----------------*/

#weekly-table-area {
	margin:50px 0 0 0;
	/*position:relative;
	top:50px;*/
	/*border:1px solid black;*/
}
#contents h2 {
	border-bottom:1px dotted #ED1E79;
	background:url(../images/arrow2.gif) no-repeat left center;
	text-indent:20px;
	width:90%;
	margin:50px auto 10px auto;
}
#contents h3 {
	margin-top:5px;
	color:#ED1E79;
	text-align:left;
	width:576px;
	margin:10px auto 0 auto;
	background:url(../images/circle.gif) no-repeat left center;
	text-indent:22px;
}
#system-wrap {
	position:relative;
	top:77px;
}
.thirty-minute-area {
	background:#dfd2c4;
	width:595px;
	height:131px;
	/*border:1px solid black;*/
	margin:20px auto;
	position:relative;
}
.thirty-minute-area table {
	height:80px;
}
table.shift {
	background:#000000;
	height:100px;
	font-size:1.1em;
	font-weight:bold;

}
table.shift th{
	font-size:0.8em;
	font-weight:normal;
	background:#f3ebda;
	text-align:center;
	height:25px;
}
table.shift td.shifttd {
	background:#f3e3c0;
	padding:4px;
	text-align:left;
	color:#1ba1e2;
	height:25px;
}
table.shift td.shiftimg {
	background:#ffffff;
	text-align:center;
	width:130px;
	height:100px;
}
table.shift td.scheduletime {
	background:#ffffff;
	padding:4px;
	text-align:center;
	height:60px;
	width:100px;
}
img.shiftgirlsl{
border:5px solid #ccb196;
}







































