@charset "utf-8";
/* CSS Document */
.profile_content{
	width:600px;
	margin:0 auto;
	padding:15px 0 20px;
}
h4{
	height:40px;
	overflow:hidden;
}
/*写真*/
.p_photo{
	width:220px;
	padding:2px 2px 0;
	background:url(../image/cast/cast_bg.png) no-repeat center top;
	float:left;
	margin-bottom:20px;
}

/*プロフ右側*/
.p_txt{
	width:346px;
	float:right;
	margin-bottom:20px;
	position:relative;
}
.p_name{
	background:url(../image/cast/name_bg.png) no-repeat left bottom;
	font-size:16px;
	font-weight:bolder;
	padding:0 0 10px 90px;
}
.p_name strong{
	font-size:18px;
}
/*新人*/
.castnew{
	width:54px;
	height:54px;
	position:absolute;
	right:0px;
	top:-10px;
}
/*プロフ項目*/
.qa{
	width:346px;
	margin-top:5px;
	line-height:1.6;
	font-size:12px;
	border-collapse:collapse;
	border:0px;
}
.qa th{
	text-align:left;
	font-weight:normal;
	padding:3px 1px 0px 0;
	border-bottom:#B74EC6 dotted 1px;
	width:1%;
	white-space:nowrap;
	color:#DD88DD;
}
.qa td{
	padding:3px 0 0;
	border-bottom:#B74EC6 dotted 1px;
}
.qa td p{
	padding-left: 1em;
	text-indent: -1em;
}
.qa td span{
	margin-right:2px;
}

/*コメント*/
.comment{
	clear:both;
	width:600px;
	margin-bottom:20px;
}
.comment div{
	padding:0px 0px 0px 15px;
}

/*週間出勤表*/
.schedule{
	width:100%;
	box-sizing:border-box;
	border-left:#9900AA solid 1px;
	border-top:#9900AA solid 1px;
}
.on,.off{
	width:85.55px;
	box-sizing:border-box;
	float:left;
	text-align:center;
	height:140px;
	border-right:#9900AA solid 1px;
	border-bottom:#9900AA solid 1px;
}
.on p,.off p{
	height:28px;
	line-height:28px;
	padding-top:2px;
	border-bottom:#9900AA solid 1px;
}
.on p{
	background-color:rgba(153,0,170,0.30);
}
.work{
	color:#9900AA;
}
.work{
	padding-top:8px;
}
.on ul,.off ul{
	height:100px;
}
.off li,.confirm{
	line-height:100px;
}
.confirm{
	color:#FF0000;
}