
div.episode-wrap{
	padding:0 0 0 320px;
	min-height:400px;
	height: auto !important;
	height: 400px;
}

div.episode-summary-wrap{
	padding:0 0 0 100px;
	min-height:400px;
	height: auto !important;
	height: 400px;
}

div.episode-wrap ul{
	list-style-type:none;
}

div.episode-wrap ul li{
	font-weight:bold;
	color:#ff0074;
	background:url(../episode/img/list_icon.gif) no-repeat;
	padding:4px 0 2px 40px;
	margin:0 0 20px 0;
}

.number{
	padding:0 30px 0 0;
}

p.title{
	background:url(../img/bg_title.gif) no-repeat left top;
	color:#ff0074;
	font-weight:bold;
	padding:5px 20px 15px 35px;
	margin:0 0 20px 0;
}

div.text{
	width:350px;
	float:left;
	padding:0 20px 0 0;
	line-height:1.5;
}

div.text p.caption{
	padding:0 0 5px 0;
}

div.image{
	background:url(../episode/img/bg_image.gif) no-repeat;
	width:289px;
	height:163px;
	padding:10px 0 0 10px;
	float:left;
}

div.arrow{
	padding:20px 0 20px 250px;
}

div.after{
	padding:0 0 20px 0;
}