@charset "utf-8";
@import "./common.css";
.castlist{
	padding-bottom:15px;
}
.castlist:after{
	display:block;
	clear:both;
	content:'';
}

/*ここから出勤表と同じcss*/
.cast{
	width:50%;
	padding:5px 0px;
	float:left;
	border-bottom:#333333 solid 1px;
	position:relative;
	background-image:url(../image/cast_linebg.png);
	background-position:right top;
	background-repeat:repeat-y;
}
.cast li{
	padding-left:5px;
}
.castphoto{
	float:left;
	margin-right:5px;
	width:64px;
	height:94px;
	margin-bottom:10px;
}
.castphoto img{
	padding:1px;
	border:#666666 solid 1px;
}
.castword{
	clear:both;
	font-size:10px;
	line-height:1.4;
	height:2.8em;
	overflow:hidden;
	color:#CCCCCC;
}
.newface{margin-right:10px;}
.rank{
	clear:both;
	overflow:hidden;
	height:1.6em;
	color:#FFFFFF;
}
/*ここまで出勤表と同じcss*/

/*本日出勤マーク*/
.workday small{
	padding:1px 2px 0px;
	background-color:#808080;
	color:#808080;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
/*フリーワードと新人*/
.icon{
	clear:both;
	height:3.8em;
}
.icon p{
	float:left;
	width:48%;
	margin-right:2%;
	margin-bottom:0.2em;
	text-align:center;
	overflow:hidden;;
	background-color:#808080;
	color:#990000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	height:1.6em;
	font-size:12px;
}
.icon p.icon_new{
	color:#990000;
}
.icon:after{
	display:block;
	clear:both;
	content:'';
}
.stime{
	color:#FF4A4A;
	line-height:1.4;
	height:1.4em;
}


