/* CSS Document */

#topwrap {
	width:1000px;
	min-height:1000px;
	position:relative;
	z-index:10;
	border-top:1px solid #49410c;

}

#topbox {
	width:1000px;
	height:1000px;
	position:absolute;
	z-index:0;
	overflow:hidden;
	margin:0;
	padding:0;
	background-color:#000;
}

#titlebox {
	width:430px;
	height:228px;
	position:absolute;
	left:7px;
	top:15px;
	z-index:10;
}

#catch {
	width:651px;
	height:223px;
	position:absolute;
	top:399px;
	left:310px;
	z-index:10;
	background-image:url(../img/catch.png);
	background-size:contain;
}

#release {
	width:348px;
	height:470px;
	position:absolute;
	top:410px;
	right:-40px;
	background-image:url(../img/release3.png);
	background-size:contain;
	background-repeat:no-repeat;
}
#camp {
	width:252px;
	height:102px;
	position:absolute;
	right:20px;
	top:584px;
}
#countbox {
	width:197px;
	height:197px;
	position:absolute;
	top:330px;
	right:-50px;
}

#menubox {
	width:950px;
	height:50px;
	padding-left:25px;
	padding-right:25px;
	position:absolute;
	top:707px;
	z-index:100;
	display:flex;
	justify-content:space-between;
	list-style:none;
	background-image:none;
}

#topicswrap {
	width:252px;
	height:432px;
	position:absolute;
	left:25px;
	top:254px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.topicsbox {
	width:252px;
	height:102px;
	background-image:url(../img/topics/BG_topics.png);
	position:relative;
}
.topicsbox span {
	width:25px;
	height:56px;
	position:absolute;
	top:22px;
	left:-13px;
	z-index:100;
}
.topicsbox #wait {
	width:103px;
	height:65px;
	position:absolute;
	left:225px;
	top:10px;
	z-index:10;
}
.topicsbox #audiojs_wrapper0 {
	visibility:hidden;
}

#updatewrap {
	width:668px;
	height:140px;
	padding-top:40px;
	position:absolute;
	background-image:url(../img/BG_update.png);
	top:786px;
	left:25px;
	overflow:hidden;
	float:left;
}
.updatebox {
	width:647px;
	height:130px;
	margin-left:16px;
	overflow:auto;
}
.updateday {
	width:195px;
	height:17px;
	margin-top:10px;
	background-color:#000;
	color:#FFF;
	text-indent:3em;
}
.updatebox p{
	margin:8px 0 0 0;
	padding:0;
}

#moviebox {
	width:267px;
	height:180px;
	position:absolute;
	background-image:url(../img/pv_thum_min+.png);
	background-position:center top;
	top:786px;
	left:708px;
	float:left;
	overflow:hidden;
}
#moviebox:hover {
	background-position:center bottom;
}
#moviebox a {
	width:100%;
	height:100%;
	display:block;
}

.masterupcg {
	width:219px;
	height:124px;
	position:absolute;
	top:20px;
	right:20px;
	z-index:100;
}
