@charset "utf-8";

#cast-wrap{
	width:100%;
	}
#cast-inner{
	width:320px;
	margin:0 auto;
	}
.cast{
	display:block;
	width:100px;
	min-height:230px;
	float:left;
	padding:3px;
	margin-bottom:10px;
	text-align:center;
	}
.cast p.name{
	color:#daa520;
	font-weight:600;
	}
.cast p.name span{
	color:#daa520;
	font-size:0.8em;
	}
.cast p.sub-txt{
	display:block;
	color:#F00;
	font-size:0.7em;
	font-weight:600;
	}
/*--schedule list--*/
.cast2{
	display:block;
	width:100px;
	min-height:300px;
	float:left;
	padding:3px;
	margin-bottom:20px;
	text-align:center;
	}
.cast2 p.name{
	color:#ffffff;
	font-weight:600;
	}
.cast2 p.name span{
	color:#ffffff;
	font-size:0.8em;
	}
.cast2 p.sub-txt{
	color:#F00;
	font-size:0.7em;
	font-weight:600;
	}
	
	
ul.carousel-wrap{
	width:320px;
	padding:0;
	}

.jCarousel {
	margin: 0 auto;
	margin-bottom: 15px;
	text-align: center;
}

/*--カルーセル--*/
.jCarousel li {
	width:320px;
	padding:20px 0px;
	text-align: center;
}
.jCarousel li img {
	padding:0px; 
	margin:5px 0px; 
	width:320px !important; 
}


p.back-cast{
	width:100%;
	text-align:right;
	margin:10px 0;
	}
.detail-box{
	padding:20px 10px;
	border-top:1px solid #999;
	}
.detail-box h2{
	font-weight:600;
	line-height:1.8;
color: #00F5D3;
	}
.detail-box p{
	}
table.d-sche{
	width:100%;
	}
table.d-sche td{
	padding:10px 5px;
	}
table.d-sche td.day{
	text-align:left;
	}
table.d-sche td.d-txt{
	text-align:left;
	}
.bd-bottom{
	border-bottom:1px solid #999;
	}
	
	
.day-wrapper{
	width:320px;
	margin:0 auto;
	}
	
/*横向きの際に適用*/
@media only screen and (orientation : landscape) { 

#cast-inner{
	width:480px;
	margin:0 auto;
	}
.cast{
	display:block;
	width:150px;
	float:left;
	min-height:285px;
	padding:5px;
/*	margin-bottom:30px;*/
	text-align:center;
	}
.cast2{
	display:block;
	width:150px;
	min-height:390px;
	float:left;
	padding:5px;
	margin-bottom:30px;
	text-align:center;
	}
.day-wrapper{
	width:480px;
	margin:0 auto;
	}

}
