@charset "utf-8";
/* CSS Document */


/* ---------------------▼comic--------------------- */

#contents h1 img {
	height: 120px;
}

section {
	width: 94%;
	margin: 0 auto;
}

section img.main_art {
	width: 100%;
}

section ul {
	margin-top: 3%;
	text-align: left;
}

section ul li {
	position: relative;
	display: inline-block;
	width: 22.5%;
	background-color: #000;
	margin: 0 0.8% 2%;
	vertical-align: top;
	color: #fff;
	text-align: center;
}

section ul li img {
	width: 95%;
	margin: 0 auto;
	box-sizing: border-box;
	padding-bottom: 1%;
}

section ul li p {
	width: 90%;
	font-size: 10px;
	margin: 2% auto;
	text-align: right;
}

section ul li img.read {
	margin-top: 0.5%;
}


section ul li img.new {
	width: 35%;
	position: absolute;
	top: -3%;
	left: -5%;
}


/* ---------------------▲comic--------------------- */
