/*.novel-cell {
	height: 240px;
	background: rgb(15,142,159);
	background: linear-gradient(0deg, rgba(15,142,159,1) 0%, rgba(27,163,181,1) 64%);
	color: #fff;
	padding: 16px;
	border-radius: 4px;
}*/
.novel-cell {
	height: 200px;
	background: #fff;
	color: #000;
	padding: 16px;
	border-radius: 4px;
	box-shadow: 1px 1px 2px 1px #ddd;
}
.novel-cell a {
	color: #fff;
}
.novel-cell-title {
	font-family: notokr-bold;
	font-size: 20px;
	line-height: 26px;
}
.novel-cell-edit {
	position: absolute;
	top: 12px;
	right: 29px;
}
.novel-cell-signdate {
	position: absolute;
	bottom: 15px;
	right: 34px;
	font-size: 11px;
	color: #ababab;
	text-align: right;
}
.novel-cell-episode {
	position: absolute;
	bottom: 15px;
	left: 32px;
	font-size: 16px;
	color: #444;
}

.episode-cell {
	position: relative;
	display: block;
	margin: 10px 0;
	padding: 10px;
	/*border-bottom: 1px solid #dedede;*/
	border-radius: 4px;
	box-shadow: 1px 1px 2px 1px #ddd;
	background: #fff;
}
.novel-bt {
	font-size: 13px;
	padding: 5px 10px;
	border-radius: 4px;
}
.novel-bt:hover{
	text-decoration: none;
}
.novel-bt-blue {
	border: 1px solid #1ba3b5;
	background: #1ba3b5;
	color: #fff;
}
.novel-bt-blue:hover {
	background: #fff;
	color: #1ba3b5;
}
.novel-bt-green {
	border: 1px solid #1eba96;
	background: #1eba96;
	color: #fff;
}
.novel-bt-green:hover {
	background: #fff;
	color: #1eba96;
}
.novel-bt-orange {
	border: 1px solid #db8260;
	background: #db8260;
	color: #fff;
}
.novel-bt-orange:hover {
	background: #fff;
	color: #db8260;
}
.novel-bt-gray {
	border: 1px solid #999;
	background: #999;
	color: #fff;
}
.novel-bt-gray:hover {
	background: #fff;
	color: #999;
}

@media screen and (max-width: 767px) {
	.episode-search{
		text-align: left;
	}
}
    
@media screen and (min-width: 768px) {
	.episode-search{
		text-align: right;
	}
}