@charset "utf-8";


#backImg {
	width:1920px;
	height:768px;
	position:absolute;
	left:50%;
	margin-left:-960px;
	overflow:hidden;
}
#backImg img {
	width:100%;
}
#backBiru {
	width:480px;
	height:768px;
	position:absolute;
	right:0;
	top:0;
	background:url(../images/biru.jpg) no-repeat Left Top;
	background-size:contain;
}
#backRikkyo {
	width:904px;
	height:768px;
	position:absolute;
	left:0;
	top:0;
	background:url(../images/rikkyo.jpg) no-repeat Left Top;
	background-size:contain;
}
#container {
	width:1024px;
	margin:0 auto;
	height:768px;
}
#pcMainArea {
	display:block;
	position:absolute;
	width:1024px;
	height:768px;
}
#pcMainArea #logo {
	width:320px;
	height:768px;
	top:0px;
	left:704px;
	background:url(../images/logo.gif) no-repeat Left Top;
	background-size:contain;
}
#pcMainArea #logo h1 {
	display:none;
}
#pcMainArea #akiba {
	width:640px;
	height:768px;
	top:0px;
	left:192px;
	background:url(../images/main_img.gif) no-repeat Left Top;
	background-size:contain;
}
#pcMainArea #kaban {
	width:640px;
	height:768px;
	top:0px;
	left:192px;
	background:url(../images/akiba_case2.gif) no-repeat Left Top;
	background-size:contain;
}
#pcMainArea #bright {
	width:384px;
	height:768px;
	top:0px;
	left:320px;
	background:url(../images/main_img_bright2.jpg) no-repeat Left Top;
	background-size:contain;
}
#pcMainArea #copy {
	width:144px;
	height:336px;
	top:96px;
	left:368px;
	background:url(../images/copy.gif) no-repeat Left Top;
	background-size:contain;
}
#pcMainArea #dvdTxt {
	width:256px;
	height:256px;
	top:416px;
	left:0;
	background:url(../images/dvd_txt2.gif) no-repeat Left Top;
	background-size:contain;
}
#pcMainArea #dvdImg {
	width:192px;
	height:160px;
	top:320px;
	left:180px;
	background:url(../images/dvd_img.gif) no-repeat Left Top;
	background-size:contain;
}
#pcMainArea #alert {
	width:440px;
	height:52px;
	top:12px;
	left:6px;
	background:url(../images/alert2.gif) no-repeat Left Top;
	background-size:contain;
}
#pcMainArea #menuArea {
	width:320px;
	height:auto;
	top:84px;
	left:6px;
	position:absolute;
	z-index:999;
}
#pcMainArea #menuArea li {
	width:320px;
}
#pcMainArea #menuArea li img {
	width:320px;
	height:auto;
}
#pcSplash {
	width:660px;
	height:148px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-94px;
	margin-left:-330px;
}
#splashArea {
	width:394px;
	height:48px;
	padding:0 0 0 10px;
	margin:0 auto 30px auto;
}
#splashArea li {
	width:48px;
	height:48px;
	padding:0;
	float:left;
}
#splashTxt {
	width:520px;
	height:70px;
}


/*-----------------------------*/

.loadingWrap{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
	z-index:9998;
}
.loadingWrapWaku{
    width: 100%;
    height: 768px;
	background-color:#000000;
    position: relative;
	margin:0 auto;
    top: 50%;
    margin-top: -384px;
}
.white{
    width: 100%;
    height: 768px;
	background-color:#FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
	display:none;
}
.loadingWrap .loadingWrapWaku img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -33px;
    margin-left: -33px;
}

#footer {
	z-index:9999;
}

@media all and (max-height: 768px) {
#loadingWrapWaku {
	top:0;
	margin-top:0;
}
}



/* -------------------------------
        横幅1280以上の指定
------------------------------- */

@media screen and (min-width: 1280px) {
#backImg {
	width:2400px;
	height:960px;
	position:absolute;
	left:50%;
	margin-left:-1200px;
}
#backBiru {
	width:600px;
	height:960px;
}
#backRikkyo {
	width:1130px;
	height:960px;
}
#container {
	width:1280px;
	margin:0 auto;
	height:960px;
}
#pcMainArea {
	display:block;
	position:absolute;
	width:1280px;
	height:960px;
}
#pcMainArea #logo {
	width:400px;
	height:960px;
	left:880px;
}
#pcMainArea #akiba {
	width:800px;
	height:960px;
	left:240px;
}
#pcMainArea #kaban {
	width:800px;
	height:960px;
	left:240px;
}
#pcMainArea #bright {
	width:480px;
	height:960px;
	left:400px;
}
#pcMainArea #copy {
	width:180px;
	height:420px;
	top:120px;
	left:460px;
}
#pcMainArea #dvdTxt {
	width:320px;
	height:320px;
	top:520px;
	left:0;
}
#pcMainArea #dvdImg {
	width:240px;
	height:200px;
	top:400px;
	left:225px;
}
#pcMainArea #alert {
	width:550px;
	height:65px;
	top:15px;
	left:8px;
}
#pcMainArea #menuArea {
	width:400px;
	top:112px;
	left:8px;
}
#pcMainArea #menuArea li {
	width:400px;
}
#pcMainArea #menuArea li img {
	width:400px;
	height:auto;
}

/*-----------------------------*/

.loadingWrapWaku{
    height: 960px;
    margin-top: -480px;
}
.white{
    height: 960px;
}
}