@charset "utf-8";
/* CSS Document */


h2{
	width:900px;
	margin:0 auto;
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
	background: linear-gradient(transparent 60%, #0CC 60%);
}

.comic-box{
	text-align:center;
	padding-bottom:20px;
	border-bottom: 1px dotted #ccc;
	margin-bottom:20px;
}


h3{
	font-size:24px;
	margin-bottom:20px;
}


.comic-list {
	margin-bottom:30px;
}

.comic-list li{
	margin-bottom:10px;
	list-style:circle;
	margin-left:20px;
}

.comic-list li.new{
	color:#F33;
}

.comic-list li.new a{
	color:#F33;
}

.comic-box p{
	width:700px;
	margin:0 auto;
	text-align:left;
}

.cm10{
	margin-bottom:10px;
}

.cm20{
	margin-bottom:20px;
}

.cm30{
	margin-bottom:30px;
}

.comic-box .next {
	text-align:center;
	font-size:18px;
}