/* =================================
	original CSS
================================= */

/*	illust
============================== */

div.ill-main span,
div.ill-main span img {
	display:block;
}

div.ill-main span.lazy-done {
	-webkit-animation: fadeIn 500ms;
	animation: fadeIn 500ms;
}

@media all and (min-width: 768px) {
div.original-box {
	position:relative;
	margin-bottom:30px;
	background-image:url(../img/original_bg.png);
	background-repeat:no-repeat;
	background-position:center center;
}
div.ill-main {
	position:absolute;
	right:0;
	bottom:0;
/*
	width:280px;
	float:right;
*/
}
div.ill-main span,
div.ill-main span img {
	width:280px;
	height:727px;
}
div.orig-lef {
	width:280px;
	float:left;
}
}
@media all and (max-width: 767px) {
div.original-box {
	margin-bottom:20px;

}
div.ill-main {
	background-image:url(../img/original_bg.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
}
div.ill-main span {
	width:160px;
	margin:0 auto 20px;
}
div.ill-main span {
	background-size:cover;
}
div.ill-main span,
div.ill-main span img {
	width:160px;
	height:415px;
}
div.ill-main {
}
div.orig-lef {
}
}

@media all and (min-width: 768px) {
div.orig-lef div.unit:not(:last-child) {
	margin-bottom:30px;
}
}
@media all and (max-width: 767px) {
div.orig-lef div.unit:not(:last-child) {
	margin-bottom:20px;
}
}


/*	comic
============================== */

div.comic span.lazy-done {
	-webkit-animation: fadeIn 500ms;
	animation: fadeIn 500ms;
}

div.comic span,
div.comic span img {
	display:block;
	width:180px;
	height:251px;
}
div.comic {
	width:180px;
	margin:0 auto 12px;
}
div.comic span {
	background-size:cover;
}
@media all and (min-width: 768px) {

}
@media all and (max-width: 767px) {

}


/*	text
============================== */

p.cap {
	line-height:1.5;
	font-size:87.5%;
	text-align:center;
}
p.copy {
	color:#c00;
	line-height:1.5;
	text-align:center;
	margin-bottom:1em;
}
p.copy b {
	background-color:hsla(0,0%,100%,0.75);
}