.base {
	position:relative;
	margin-left: 60px;
	margin-top: 15px;
}

.base ul {
	width:  225px;
	height: auto;
	list-style: none;
}

.base li {
	position:absolute;
	width: 104px;
	height: 96px;
	z-index: 1;
}

.base li:nth-child(4n-1),li:nth-child(4n) {
	left: 119px;
}

.base #btn_bg {
	position:absolute;
	left: 0px;
	top: 0px;
	width:  225px;
	background-color: #000000;
	opacity: 0;
	z-index: 100;
}

.base .spacer {
	width: 100%;
	height: 100%;
}

/* episode
==========================*/
.aside .intro {
    width: 222px;
    margin: 0 auto;
}

.story_top img {
	display: block;
}

.interval {
	width: 820px;
	padding: 40px 119px 0;
	box-sizing: border-box;
	background-image : url(../img/bg_interval.png);
	background-size: 100%;
}


/* episode_slide
==========================*/

.slide .screen {
	position: relative;
	width: 580px;
	height:  334px;
	margin-bottom: 11px;
}

.slide .screen li {
	position: absolute;
	top: 0;
}

.slide .thumb {
	margin-bottom: 20px;
}

.slide .thumb li {
	display: inline-block;
	width: 186px;
	height:  110px;
	margin-right: 7px;
  cursor: pointer;
}

.slide .thumb li:last-child {
	margin-right: 0;
}

.slide .thumb li:hover {
  opacity: .85;
}

.main_text {
	font-size: 0.9rem;
	line-height: 1.2rem;
}
