@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  syukkin/index.css
 style info :  出勤予定表ページだけに使用
=================================================================== */
/*gnavアクティブ表示*/
#gNav1 ul li a.gNav1-3 {
	background-position:0 -56px;
}


div#main h3.title {
	clear: both;
}
/*本日*/
div.s-today {
	width: 160px;
	float: left; 
	margin-bottom: 10px;
}
div.s-today h3 {
	color: #3d8eb8;
	background-color: #FFFFFF;
	padding: 5px;
	font-size: 19pt;
	font-weight: normal;
	line-height: 1em;
	letter-spacing: 0px;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
div.s-today p {
	color: #666666;
	text-align: right;
	font-weight: bold;
}
/*一週間の予定*/
div.s-weeklist {
	overflow: hidden;
	width: 490px;
	float: right; 
}
div.s-weeklist a {
	color: #754C24;
	background-image: url(img/bg_date.png);
	padding-top: 2px;
	height: 50px;
	width: 68px;
	display: inline;
	overflow: hidden;
	float: left;
	text-decoration: none;
	text-align: center;
	margin-right: 2px;
}
/*ﾏｳｽｵｰﾊﾞｰ時と本日時のボタン色*/
div.s-weeklist a:hover,
div.s-weeklist a.active {
	color: #FFF;
	background-position: left -52px;	
}
div.s-weeklist a:hover span.date,
div.s-weeklist a.active span.date {
	color: #FFFF00;
}
/**/
div.s-weeklist a span.month {
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 1.3em;
}
div.s-weeklist a span.day {
	font-size: 19pt;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 1em;
}
div.s-weeklist a span.date {
	font-size: 11pt;
	font-weight: normal;
	display: block;
	line-height: 1.3em;
}

/*早番遅番の表示*/
div.shiftsign {
	clear: both;
	overflow: hidden;
	padding-top: 10px;
	margin-bottom: 20px;
}
div.shiftsign p {
	float: right;
}
div.shiftsign p span {
	color: #995F6E;
	font-weight: bold;
	display:block;
	text-align: center;
	padding: 3px;
	border: 1px solid #BAA787;
}
div.shiftsign p span.ban {
	background-color: #F2F2E2;
	float: left;
	width: 3em;
}
div.shiftsign p span.time {
	background-color: #E8E3CD;
	float: left;
	width: 7em;
}





/* 以下は『在籍表』と同じｽﾀｲﾙ */
h2.page-title {
	margin-bottom: 10px;
}
/*在籍表のCSSここから*/

#zaiseki-List{
  width:660px;
}

#zaiseki-List li{
  width:200px;
  padding:5px 10px;
  float:left;
}

.bg-top img{
  vertical-align:bottom;
}

.bg-bot{
  clear:both;
  font-size:1px;
  height:9px;
}

.bg-bot img{
  vertical-align:top;
}

#cont-Box{
  background:url(img/bg_zai_mid01.gif);
  width:200px;
  height:138px;
}

.pht-Box{
  width:111px;
  height:138px;
  margin:0 3px 0 0;
  padding-left:6px;
  float:left;
}

.pht-Box img{
  width:107px;
  height:134px;
  vertical-align:top;
}

.pht-Box a{
  border:2px solid #e4e0d6;
  display:block;
}

.pht-Box a:hover{
  border:2px solid #a1c6ff;
}

.prof-BgBox{
  background:url(img/bg_zai_prof.gif) no-repeat;
  width:72px;
  height:138px;
  float:left;
}

.prof-txBox{
  width:67px;
  height:13em;
  margin:2px 3px 2px 2px;
  font-size:10px;
  overflow:hidden;
}

.prof-txBox img{
  font-size:1px;
  margin-bottom:2px;
  display:block;
}

html>/**/body .prof-txBox img{
  font-size:1px;
  margin-bottom:1px;
  display:block;
}



.prof-txBox .tx01{
  color:#15b9fd;
  font-size:12px;
  line-height:13px;
}

.prof-txBox .tx02{
  color:#fa5c06;
  font-size:11px;
  line-height:12px;
}

.prof-txBox .tx03{
  color:#666666;
  font-size:8pt;
  line-height:9pt;
  word-break:break-all;
}

html>/**/body .prof-txBox .tx03{
  color:#666666;
  font-size:8pt;
  line-height:8pt;
}

.syu-TimeBox{
  background:url(img/bg_syu_clock.gif) no-repeat;
  width:67px;
  height:36px;
  padding-top:2px;
}

html>/**/body .syu-TimeBox{
  background:url(img/bg_syu_clock.gif) no-repeat;
  width:67px;
  height:35px;
  padding-top:2px;
}

.syu-Time{
  font-size:10pt;
  font-weight:bold;
  color:#6d2f05;
  line-height:11px;
}

.syu-TimeBox img{
  margin:2px 0 2px 13px;
}

/*在籍表のCSSここまで*/