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


div#main h3.title {
	margin-bottom: 10px;
	clear: both;
}
/*本日*/
div.s-today {
	width: 160px;
	float: left; 
	margin-bottom: 10px;
}
div.s-today h3 {
	color: #ED2EA0;
	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;
	margin-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;
}
#main ul li {
	width: 312px;
	border: 1px solid #B69B85;
	float: left;
	background-color: #FFFFFF;
	/*background-color: #D8D1B6;*/
	padding: 4px;
	margin-bottom: 20px;
}
#main ul li.even {
	float: right;
}
div.prof {
	background-color: #D8D1B6;
	overflow: hidden;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border: 4px solid #D8D1B6;
	background-color: #F4F4E9;
	height:185px;
}
/*ie6だけ女の子のfloatがなぜか崩れるので特別に下記を設定*/
*html div.prof {
	overflow: hidden;
	height: 185px;
} 
a.list-img {
	background-color: #FFFFFF;
	padding: 5px;
	display: block;
	width: 130px;
	float: left;
	overflow: hidden;
}
a.list-img:hover {
	background-color: #FBB9DF;
}
div.prof-R {
	display: block;
	width: 152px;
	float: right;
	overflow: hidden;
}
html>/**/body div.prof-R {
	margin-left: 5px;
}
a.name {
	display: block;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	color: #E000A1;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 5px;
}
a.name:hover {
	color: #FFFFFF;
	background-color: #F786C7;
}
a.name span {
	background-image: url(/common/img/icn/icn_name_heart.gif);
	margin-left: 5px;
	font-size: 10pt;
	font-weight: normal;
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: left center;
}
a.new {
	background-image: url(/common/img/icn/icn_new.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 36px;
}
div.prof-R div {
	clear:both;
}
div.prof-R p {
	font-size: 9pt;
	color: #DD40B8;
}
/*3サイズ*/
div.prof-R p.size{
	width: 110px;
	float: right;
}
/*バスト*/
div.prof-R img.bust{
	width: 34px;
	float: left;
	display:inline;
	margin-right: 5px;
	margin-bottom: 5px;
}
/*出勤情報*/
div.prof-R p.time {
	clear: both;
	font-size: 13pt;
	font-weight: bold;
	color: #7A5F48;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}
/*おっぱい画像*/
div.prof-R div.lastChild img {
	width: 75px;
	height: 50px;
}
div.comment {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C1A98E;
}
div.comment p {
	font-size: 9pt;
	height: 5.1em;
	overflow: hidden;
	padding: 5px;
	background-color: #C7B299;
	clear: both;
	line-height: 1.3em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8E3CD;
	background-image: url(/common/img/bg/bg_list_bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
html>/**/body div.comment p {/*ie7以外のﾓﾀﾞﾝﾌﾞﾗｳｻﾞ*/
	line-height: 1.4em;
	height: 5.2em;
}
div.comment p span {
	font-size: 8pt;
	color: #E1DCBE;
	background-color: #755143;
	line-height: 1em;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-right: 5px;
}
