/*
Re:LieF 〜DeaR YoU〜
COPYRIGHT [C] RASK ALL RIGHTS RESERVED.
*/

/********************************************************************************

		OnlinE

*********************************************************************************/

#onlineWrap {
	width: 720px;
	margin: 0 auto;
}
#onlineWrap .subTitle {
	background: url(../img/campaign/online/title.png) no-repeat center center;
	background-size: auto 20px;
}
#onlineWrap .itemWrap {
	display: block;
	position: relative;
	width: 720px;
	height: 960px;
}
#onlineWrap .item {
	position: absolute;
	top: 0;
	left: 0;
}
#onlineWrap .item img {
	width: 720px;
	height: 960px;
}
#onlineWrap .overlayer {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
	z-index: 2;
}

#banner {
	width: 640px;
	margin: 60px auto 80px auto;
}
#banner ul:not(:last-child) {
	margin-bottom: 20px;
}
#banner li {
	float: left;
}
#banner li:not(:last-child) {
	margin-right: 20px;
}

#end {
	width: 720px;
	margin: 0 auto 70px auto;
	pointer-events: none;
}
#end img {
	width: 100%;
	height: auto;
}
