@charset "utf-8";
/* CSS Document */
/*イベント*/
.event{
	width:640px;
	height:240px;
	padding-top:20px;
	margin-bottom:30px;
	background:rgba(0,0,0,0.70);
}
/*新着情報*/
.news{
	height:400px;
}
.news_content{
	width:600px;
	height:305px;
	overflow:auto;
	margin:10px auto 0;
}
.news_content li{
	border-bottom:#666666 dotted 1px;
	padding-bottom:20px;
	margin-bottom:20px;
	text-align:center;
}
.news_content li:last-cilld{
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}
.newsphoto{
}
.newsphoto p{
	margin-bottom:0px;
}
.newsdate{
	color:#00AAFF;
}
.newstitle{
	color:#33EE00;
	margin-bottom:10px;
}


/*新人・出勤表通*/
.c_castnew{
	width:54px;
	height:54px;
	position:absolute;
	left:-6px;
}
.newface_content .c_castnew{
	bottom:46px;
}
.schedule_content .c_castnew{
	bottom:68px;
}

/*新人情報*/
.newface_content{
	width:648px;
	/*height:864px;*/
	overflow:hidden;
}
.newcast{
	width:154px;
	height:277px;
	float:left;
	margin-right:8px;
	margin-bottom:8px;
	text-align:center;
	padding-top:3px;
	font-size:12px;
	line-height:1.2;
	position:relative;
	background:url(../image/top/newface_bg.png) no-repeat center top;
}
.newcast .c_castphoto{
	height:225px;
	margin-bottom:6px;
}


/*本日の出勤*/
.schedule{
	width:920px;
	float:right;
	margin-bottom:22px;
}
.date{
	background:url(../image/common/mark_pink.png) no-repeat left center;
	padding-left:34px;
	margin-bottom:10px;
}
.schedule_content{
	width:928px;
}
.c_cast{
	float:left;
	text-align:center;
	width:224px;
	height:406px;
	padding-top:2px;
	position:relative;
	background:url(../image/top/cast_bg.png) no-repeat center top;
	margin-right:8px;
	margin-bottom:8px;
}
.c_castsize{
	font-size:12px;
}
.c_time{
	color:#FF00AA;
}
.c_confirm{
	color:#FF0000;
}