@charset "utf-8";
/* CSS Document */

.pagetitle {
	background-image: url(../img/title.png);
	height: 110px;
	position: relative;
	top: -10px;
}

h2 {
	width: 298px;
	float: left;
}

.cate01 p { background-image: url(../img/btn_contents01.png);}
.cate01 a { width: 115px;}
.cate02 p { background-image: url(../img/btn_contents02.png);}
.cate02 a { width: 97px;}

.episode_title {
	width: 980px;
	height: 111px;
	background: url(../img/bg_title.png) no-repeat left top;
	text-align: center;
}

.episode_title h3{
	padding-top: 35px;
	margin-bottom: 10px;
	font-size: 14px;
}

.episode_title p{
	font-size: 10px;
}

.episode {
	padding-top: 20px;
}

.episode dl {
	width: 809px;
	margin-bottom: 15px;
}

.episode dl:last-child {
	margin-bottom: 0px;
}

.episode dt {
	width: 360px;
	float: left;
	padding: 11px 0px;
	position: relative;
}

.episode dt img {
	margin-left: 11px;
}

.episode dt .cover {
	width: 342px;
	height: 202px;
	background: url(../img/frame_thumb.png) no-repeat left top;
	position: absolute;
	left: 0;
	top: 0;
	z-index:5;
}

.episode dd {
	width: 449px;
	float: left;
}

/* あらすじ一覧 */

#episodelist .contentswrap {
	background: none;
}

#episodelist .contents {
	width: 930px;
}

.episodelist li {
	width: 930px;
	height: 50px;
	margin-bottom: 6px;
	background: url(../img/bg_list.png) no-repeat left top;
}

.episodelist li .title{
	padding-left: 75px;
	float: left;
}

.episodelist li .title a{
	width: 760px;
	height: 50px;
	display: block;
	color: #635a0f;
	font-size: 15px;
	line-height: 50px;
	font-weight: bold;
}

.episodelist li .date {
	width: 80px;
	line-height: 50px;
	float: left;
}