
/*---------------------------------------

見逃し動画配信＜更新スケジュール＞

---------------------------------------*/

#series .schedule {
	margin-bottom:10px;
 padding:8px;
 background:#f5f5f5;

}
#series .schedule h4{
	margin-bottom:5px;
	font-weight: bold;
	color: #00516d;
}

/*---------------------------------------

プロモーション

---------------------------------------*/

#series .freeEp{
	margin-bottom:10px;
	border:solid 1px #ccc;
	background:#f5f5f5;
	overflow:hidden;
	line-height:26px;
}
#series .freeEp h3{
	padding:0 7px;
	background:#444 url(../catch_bg.gif);
	text-align:center;
	border-radius:2px;
	color:#fff;
	font-size:12px;
	line-height:26px;
}

#series .freeEp li{
	float:left;
	padding:5px;
}
#series .freeEp li.title h4{
	width:220px;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	line-height:26px;
}
#series .freeEp li.icon{
	padding:8px 0;
}
#series .freeEp li.icon span{
	display:block;
	float:right;
	padding:0 5px;
	background:red;
	border-radius:2px;
	font-size:10px;
	color:#fff;
	line-height:20px;
}
#series .freeEp li.buttons{
	float:right;
	width:110px;
	text-align:center;
}
#series .freeEp li.buttons a{
		font-size:90%;
	line-height:24px;
}
/*---------------------------------------

最新話

---------------------------------------*/

#series .lastEp{
	margin-bottom:10px;
	border:solid 1px #ccc;
	background:#f5f5f5;
	overflow:hidden;
}
#series .lastEp h4{
	background:#277d64 url(../catch_bg.gif);
	text-align:center;
	font-weight:bold;
	color:#fff;
	font-size:14px;
	line-height:25px;
}
#series .lastEp .lastEpBox{
	padding:10px;
	overflow:hidden;
}
#series .lastEp .lastEpBox #lastImg{
	float:left;
	width:160px;
}
#series .lastEp .lastEpBox #lastEpRight{
	margin-left:170px;
}
#series .lastEp .lastEpBox #lastEpRight h5{
	margin-bottom:10px;
	font-weight:bold;
}
#series .lastEp .lastEpBox #buttons{
	float:right;
}
#series .lastEp .lastEpBox #buttons li{
	float:left;
	margin-left:10px;
	width:110px;
}
#series .lastEp .lastEpBox #buttons li a{
	font-size:90%;
	line-height:24px;
}
#series .lastEp .lastEpBox #buttons li.fee{
	width:200px;
	line-height:28px;
	color:red;
	text-align:right;
}

