/* CSS Document */
#test {
	width:100%;
	height:20px;
	border:1px solid #F00;
	position:fixed;
	background-color:#FFF;
	z-index:1000;
	color:#000;
	text-align:center;
}
body {
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #4e3f43;
	line-height: 1.5;
	background-color:rgba(0,0,0,1.00);
}
a{
	text-decoration: none;
}
a:link {
	color:rgba(255,190,52,1.00);
}
a:visited {
	color:rgba(255,190,52,1.00);
}
a:hover {
	color:rgba(255,190,52,1.00);
}
a:active {
	color:rgba(255,190,52,1.00);
}
img {
	vertical-align: bottom;
}
li {
	list-style-type: none;
}

* {
	margin:0;
	padding:0;
}

#wrap {
	width:100%;
}

#contents {
	width:1100px;
	height:1200px;
	margin:0 auto;
	position:relative;
}
#topcg {
	width:100%;
	height:100%;
	position:absolute;
	float:left;
	z-index:1!important;
}
#catch {
	width:508px;
	height:51px;
	position:absolute;
	top:590px;
	left:328px;
	z-index:10;
}

#trialyokoku {
	width:289px;
	height:132px;
	position:absolute;
	top:735px;
	left:3px;
	z-index:10;
}
#title {
	width:371px;
	height:201px;
	position:absolute;
	top:625px;
	left:356px;
	z-index:10;
}
#release {
	width:338px;
	height:73px;
	position:absolute;
	top:805px;
	left:383px;
	z-index:10;
}


#bottombanner {
	width:100%;
	height:130px;
	background-color:#000;
	z-index:300;
	position:absolute;
	bottom:71px;
	display:flex;
	justify-content:space-around;
}
#bottombanner div{
	width:231px;
	height:100px;
	position:relative;
	margin-top:15px;
}

#bottombanner span {
	width:48px;
	height:48px;
	position:absolute;
	z-index:60;
	top:52px;
	right:4px;
}
#bottombanner div:first-child span {
	left:-35px;
	top:34px;
}


#footer {
	width:100%;
	height:71px;
	position:absolute;
	bottom:0;
	z-index:300;
	background-color:#000000;
	text-align:center;
}
#brand {
	margin:8px auto 0 auto;
}
address {
	color:#FFF;
	font-style:normal;
	font-size:8pt;
}


/* TOPメニュー */
#navi {
	width:231px;
	height:476px;
	margin-left:10px;
	margin-top:63px;
	position:absolute;
	z-index:100;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
#navi li {
	width:231px;
	height:56px;
	box-shadow: 4px 5px 0px 0px rgba(13,11,11,0.5);
}
#navi a {
	width:231px;
	height:56px;
	display:block;
}
/* 他のページのメニュー */
#innavi {
	width:1048px;
	height:40px;
	background-color:#232323;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	z-index:100;
	position:relative;
}
#innavi li {
	width:148px;
	height:40px;
	background-color:#000000;
	color:#FFF;
}
#innavi a {
	width:148px;
	height:40px;
	display:block;
}



#setbox {
	width:198px;
	height:201px;
	position:absolute;
	z-index:50;
	right:13px;
	top:16px;
}
#setbox span {
	width:48px;
	height:48px;
	position:absolute;
	z-index:60;
	top:76px;
	left:-26px;
}
#patchbox {
	width:179px;
	height:180px;
	position:absolute;
	z-index:50;
	right:13px;
	top:230px;
}
#firstlimit {
	width:231px;
	height:100px;
	position:absolute;
	z-index:50;
	right:6px;
	top:233px;
	box-shadow: 4px 5px 0px 0px rgba(13,11,11,0.5);
}
#tenpobox span,
#ouenbox span {
	width:48px;
	height:48px;
	position:absolute;
	z-index:60;
	top:26px;
	left:-26px;
}

#tenpobox {
	width:231px;
	height:100px;
	position:absolute;
	z-index:50;
	right:6px;
	top:342px;
	box-shadow: 4px 5px 0px 0px rgba(13,11,11,0.5);
}

#ouenbox {
	width:231px;
	height:100px;
	position:absolute;
	z-index:50;
	right:6px;
	top:453px;
	box-shadow: 4px 5px 0px 0px rgba(13,11,11,0.5);
}

#pvbox {
	width:231px;
	height:150px;
	position:absolute;
	z-index:50;
	right:6px;
	top:603px;
	box-shadow: 4px 5px 0px 0px rgba(13,11,11,0.5);
	background-image:url(../img/pv.png);
}
#pvbox span {
	width:48px;
	height:48px;
	position:absolute;
	z-index:60;
	top:50px;
	left:-26px;
}



#newsbox {
	width:100%;
	height:200px;
	position:absolute;
	bottom:130px;
	background-image:url(../img/BG_news.png);
	z-index:200;
	overflow:hidden;
}
#newslist {
	width:100%;
	height:88px;
	color:#FFFFFF;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	text-align:center;
	overflow:hidden;
}
#newslist li {
	width:100%;
	margin:0;
	padding:0;
	border-bottom:1px dashed #666;
}

#newsswitch {
	width:15px;
	height:14px;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	bottom:94px;
}


#masterup {
	width:234px;
	height:471px;
	position:absolute;
	z-index:100;
	left:852px;
	top:375px;
}

#masterup div {
	width:118px;
	height:118px;
	position:absolute;
	right:0px;
	bottom:-15px;
}
#masterup .audiojs {
	display:none;
}

#mastercg {
	width:187px;
	height:78px;
	position:absolute;
	z-index:100;
	left:770px;
	top:770px;
}

#countbox {
	width:289px;
	height:185px;
	position:absolute;
	top:545px;
	left:3px;
	z-index:10;
}
iframe { border: none; }