/* 共通 */

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2em;
	margin: 40px 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #aaa;
}

h3 {
	font-size: 1.5em;
	margin-bottom: 4px;
}

.alpha:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

#fullscreen 	{
	position:fixed;
	z-index: -1;
	height: 100%;
}


body {
	width: 100%;
	border-top: 4px solid #c0005a;
	background: #030303;
}

body.noscroll {
	position: fixed;
	overflow-y: scroll;
}

#bgMask {
	min-height: 960px;
}

#op {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	position: relative;
	background: url(../../images/top/op_01.png) top center no-repeat #000;
}

#op #opimg1 {
	width: 405px;
	height: 395px;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	margin: 170px auto 0px auto;
	display: none;
}

#op #opimg2 {
	width: 75%;
	height: 178px;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	margin: 270px auto 0px auto;
	display: none;
}

#op #opimg3 {
	width: 75%;
	height: 178px;
	text-align: right;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	margin: 270px auto 0px auto;
	display: none;
}

#op #opimg4 {
	width: 100%;
	height: 161px;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	margin: 170px auto 0px auto;
	padding-right: 200px;
	display: none;
}

#op #opimg5 {
	width: 100%;
	height: 161px;
	text-align: right;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	margin: 170px auto 0px auto;
	display: none;
}

#op #opTxt {
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	margin: 310px auto 0px auto;
	width: 913px;
	height: 102px;
	display: none;
}

#top {
	height: 100%;
	width: 1050px;
	margin: 0 auto;
	position: relative;
	display: none;
}

#top #topTtl {
	position: absolute;
	bottom: 330px;
	left: 200px;
	display: none;
}

#top #topBan {
	position: absolute;
	bottom: 360px;
	left: 50px;
	display: none;
}

#top #topBtn {
	position: absolute;
	bottom: 300px;
	left: 445px;
	display: none;
}

#top #topBtn img {
	width: 60px;
}

#top #timeline {
	width: 260px;
	position: absolute;
	bottom: 20px;
	left: 380px;
	display: none;
}

#top #cover {
	width: 333px;
	position: absolute;
	left: 50px;
	top: 620px;
	display: none;
}

#top #tachiyomi {
	width: 304px;
	position: absolute;
	left: 680px;
	top: 810px;
	display: none;
}

#top #campaign {
	width: 304px;
	position: absolute;
	left: 680px;
	top: 630px;
	display: none;
}


/* footer */
#footer {
	width: 100%;
	height: 130px;
	background-color: #000;
	position: relative;
	z-index: 100;
}

#footer li {
	vertical-align: middle;
	display: inline-block;
}

#footer li+li {
	margin-left: 4px;
}

#footerBanners {
	width: 1050px;
	margin: 0 auto;	
	padding-top: 24px;
	text-align: center;
}

#footerBanners li+li {
	margin-left: 8px;
}

#footerBannerList {
	padding-top: 20px;
}

