@charset "utf-8";
@import url("common.css");

/* 出勤表ページ */


body {
	text-align:center;
	color:#fae2fa;
	margin-bottom:20px;
}

#schedule {
	color: #ffe099;
	font-size: 123.1%;
}





h2 {
	width:800px;
	height:50px;
	padding:0px;
	color: #efe4cc;
	font-weight:normal;
	margin-left:0px;
	margin-top:10px;
}


/*---------------本日の出勤リスト------------*/
#today {
	padding:0px;
}

#today h3 {
	width: 660px;
	height: 40px;
	padding-top:15px;
	padding-left:260px;
	background: url(../images/title/schedule_today.jpg) no-repeat;
	font-size:16px;
	font-weight:bold;
	margin-left:20px;
}



#today ul li dl {
	width:90px;
	height:34px;
	font-size:10px;
	padding-top:2px;
	line-height:10px;
	text-align:center;
}



#today ul {
	width:780px;
	margin:10px auto;
	padding-left:20px;
}

#today ul li {
	width:90px;
	float:left;
	margin-bottom:10px;
	margin-right:21px;
	text-align:center;
}

#today ul dd {

}
/*---------------週間スケジュール------------*/
#week {
	padding:0 0px;
	margin-bottom:20px;
	clear:left;
}
#week h3 {
	width: 660px;
	height: 40px;
	padding-top:15px;
	padding-left:260px;
	background: url(../images/title/schedule_week.jpg) no-repeat;
	font-size:16px;
	font-weight:bold;
	margin-left:20px;
}

table {
	height:130px;
	margin:20px auto;
	margin-bottom:0;
	border-collapse:collapse;
	background: url(../images/title/schedule_bg.jpg)  no-repeat;
	color:#ffffff;
	font-size:10px;
}

td {

	width:95px;
	height:43px;
	color:#fff;
	text-align:center;
}

.param td {
	height:87px;
	color:#fff;
}

.day td {
	color:#fff;
}

td.sat {
	color:#6cb8f8;
}

td.sun {
	color:#ff00ba;
}

#today ul li p a.popup {
	background-color:#FFFFFF;
	width:90px;
	height:120px;
	display:inline-block;
}
* html #today ul li p a.popup {
	display:block;
}
td a.popup {
	background-color:#FFFFFF;
	display:inline-block;
}
