@charset "shift_jis";

/* ========================================
	#contents
======================================== */

/* soft-title */
#soft-title {
	background: #000;
}
#soft-title h1 {
	min-width: 298px;
	padding: 8px;
	color: #F39726;
	border-left: 6px solid #CE181E;
	font-size: 12px;
}
#soft-title h1 .hard {
	margin-right: 8px;
	color: #CE181E;
}

/* main-inner */
#main-inner img {
	vertical-align: bottom;
}

/* comic-body */
.comic-body .more-wrap {
	position: relative;
}
.comic-body .more-wrap .more {
	position: absolute;
	top: 27.7%;
	left: 21.875%;
	width: 57.5%;
}

/* article01 */
.article01 .in-txt,
.article01 .in-btn {
	position: relative;
}
.article01 .in-txt .txt {
	position: absolute;
	top: 0;
	width: 90%;
	padding: 0 5%;
	color: #FFF;
	font-size: 14px;
	line-height: 1.57;
	text-align: center;
}
.article01 .in-btn .btn {
	position: absolute;
	top: 0;
	left: 10.9375%;
	width: 78.125%;
}

/* spec */
#spec {
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: center;
}
#spec .copy {
	display: block;
	padding: 0 10px;
	margin-bottom: 20px;
	color: #FFF;
	text-align: center;
	font-size: 10px;
	line-height: 1.4;
}

/* clearfix */
.clearfix:after,
.soft-wrap:after {
	content: '';
	display: block;
	clear: both;
}