/* キャスト一覧 */

.profile{
	width: 800px;
	margin: 0 auto;
}

.profile .photo{
	float: left;
	width: 300px;
	position: relative;
}


.profile  .cast_new{
	position: absolute;
	width: 80px;
	bottom: 90px;
	right: -10px;
}

.profile  .cast_new img{
	width: 100%;
	height: auto;
}


.profile #photo_wrapper{
	height: 400px;
	overflow: hidden;
}

.profile .cast_photo img{
	width: 300px;
	height: auto;
	vertical-align: top;
}

.profile .cast_pager{
	height: 100px;
	overflow: hidden;
}

.profile .cast_pager img{
	width: 75px;
	vertical-align: top;
}

.profile .data{
	float: left;
	width: 480px;
	display: inline;
	margin: 0 0 10px 20px;
	text-align: left;
}

.profile .data_inner{
}

.profile .name{
	border-bottom: 1px solid #ed4a9e;
	padding: 0 5px 0px;
}

.profile .name strong{
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
}

.profile .data_pro{
	width: 100%;
	margin: 15px 0 0;
}

.profile .data_pro th,
.profile .data_pro td{
	border: 1px solid #ed4a9e;
	padding: 7px 10px;
	text-align: left;
}

.profile .data_pro th{
	width: 140px;
	color: #ed4a9e;
}


.profile .schedule{
	padding-top: 20px;
	margin-left: 0px;
	clear: both;
}

.profile .schedule h3{
	background: #ed4a9e;
	color: #ffffff;
	margin: 0 0 10px;
	padding: 5px 5px 5px;
	font-size: 14px;
	line-height: 1;
	text-align: center;
}

.profile .schedule #schedule_date{
	
}

.profile .schedule .sche{
	float: left;
	display: inline;
	width: 106px;
	border: 1px solid #ed4a9e;
	margin-left: 7px;
	padding: 5px 0;
}

.profile .schedule .sche.first{
	margin-left: 1px;
}

.profile .blog{
	padding: 20px 0 0;
	text-align: center;
}


