@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
background: url("../images/index/wholebg.jpg") repeat;
background-size:  contain;
line-height: 1;

}
ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

a {
	color: #fff;
}

a:hover {
	color: #ddd;
}

nav {
	position: absolute;
	width: 1000px;
	float: left;
	top: 0px;
}

.logo {
	position: absolute;
	background: url("../images/index/logo.png") no-repeat;
	background-size: 90%;
	width: 200px;
	height: 60px; 
	top: 22px;
	left: 33px;
	z-index: 99;
}

.menu {
	position: absolute;
	width: 800px;
	height: 37px;
	right: -60px;
	top: 32px;
	z-index: 99;
}

.menu li {
	display: block;
	float: left;
	margin-right: 15px;
}

.home {
	width: 83px;
	height: 22px;
	background: url("../images/index/nav_01.png") no-repeat;
	margin-right: 10px;
}

.nav_story {
	width: 83px;
	height: 22px;
	background: url("../images/index/nav_02.png") no-repeat;
	margin-right: 10px;
}

.nav_rules {
	width: 83px;
	height: 22px;
	background: url("../images/index/nav_03.png") no-repeat;
	margin-right: 10px;
}

.nav_create {
	width: 83px;
	height: 22px;
	background: url("../images/index/nav_04.png") no-repeat;
	margin-right: 10px;
}

.nav_dreamland {
	width: 94px;
	height: 22px;
	background: url("../images/index/nav_05.png") no-repeat;
	margin-right: 10px;
}

.nav_official {
	width: 94px;
	height: 22px;
	background: url("../images/index/nav_06.png") no-repeat;
	margin-right: 10px;
}

.nav_facebook {
	width: 113px;
	height: 22px;
	background: url("../images/index/nav_07.png") no-repeat;
}

footer {
	pointer-events:none;
	font-family: Tahoma;
	color: #7c7c7c;
	font-size: 11px;
	letter-spacing: 3px;
	width: 400px;
	position: absolute;
	bottom: 10px;
	padding-left: 50%;
	margin-left: -200px;
}

.cpointer{
cursor:pointer;}
.hide{
display:none;}
html,body{
height:100%;}
.loading{
display:none;
position:fixed;
width:100%;
height:100%;
z-index:999;
opacity:0.8;
background:white url(../images/loading-1.gif) center center no-repeat;}
.BG{
display:none;
position:fixed;
left:0;
top:0;
width:100%;
height:100%;
z-index:50;
background-color:black;
opacity:0.5;}
.DOT{
display:none;
position:fixed;
left:50%;
top:50%;
z-index:55;}
.closePop{
position:absolute;
right:-60px;
top:0;
display:inline-block;
width:45px;
height:45px;
background:url(../images/create/close.png);}

.popVideo{
position:absolute;
left:-320px;
top:-180px;
width:640px;
height:360px;
background-color:white;}
.videoImg{
width:100%;
height:100%;
background-color:black;
background-size:contain;
background-position:center center;
background-repeat:no-repeat;}

.popPrivacy{
position:absolute;
left:-320px;
top:-240px;
width:640px;
height:480px;
background-color:black;
color:white;}
.popPrivacy .txt{
margin:0 auto;
padding:0 20px;
height:100%;
overflow:auto;
line-height:22px;}
.popPrivacy ol{
margin-left:30px;
padding-bottom:30px;}
.popPrivacy li{
padding:3px 0;}
.popPrivacy li li{
position:relative;
padding-left:30px;}
.popPrivacy li li:before{
display:block;
position:absolute;
content:attr(li);
left:5px;
top:3px;}

.indexBtn{
height:83px;}
.iBtnImg{
position:absolute;
left:0;
bottom:0;}