@charset "utf-8";

#mangaIndex {
	margin:0;
	padding:0;
}

/* mangaContent */
#mangaContent {
	position: relative;
	background-color: #fff;
}

#mangaContent h3 {
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 22px;
	font-weight: bold;
	color: #65b721;
}
#mangaContent img {
	display: block;
	margin-bottom: 35px;
}
#mangaContent img.end{
	display: block;
	margin-bottom: 0;
}
#mangaContent p {
	margin: 15px auto 0;
	padding: 0;
	text-align: center;
	font-size: 0.9rem;
}
#mangaContent p img {
	display: inline;
	margin-bottom: 10px;
}
