@charset "utf-8";
/*--------------------------------

@common

last update 130908
v 1.0

--------------------------------*/

html,body{
	
	font-size:13px;
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:1px;
	background-color:#FFF;
	background-repeat:no-repeat;
	background-position:center top;
}

img { -ms-interpolation-mode: bicubic; }



/*-------------------------------

@block

-------------------------------*/
#wrapper{
	display:none;
	position: relative;
	padding: 0;
	margin: 0 auto;
}

#contents{
	padding:77px 0 0;
	position:relative;
	overflow:hidden;
}

.inner{
	min-width: 1024px;
	z-index: 100;
}

/*-------------------------------

@navi

-------------------------------*/
#navi {
	position: relative;
	z-index: 1000;
	position: fixed;
	left: 0;
	top: -77px;
	width: 100%;
	z-index: 10000;
	height: 77px;
	background: #FFF;
}

#navi-container {
	min-width: 1024px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#navi ul li{
	display: block;
	overflow:hidden;
	height:77px;
	padding:0 28px 0 0;
}

#navi ul li:first-child {
  padding: 0 31px 0 28px;
}

#navi-right ul li,#navi-right ul li:first-child{
	padding:0 10px 0 10px;
}

#navi-right ul li.no-padding{
	padding:0;
}

.navi-btn{
	cursor:pointer;
	float: left;
}

.navi-btn a{
	display:block;
}

#navi li img{
	display:block;
}

.navi-btn img:hover{
	/*margin:-77px 0 0;*/
}

.coming{
	cursor:default;
}
/*-------------------------------
@flash
-------------------------------*/
#navi-right ul li#flash-container{
	z-index:100;
	width:62px;
	height:77px;
	float:left;
	padding:0;
}


.absolute{position:absolute;}

.h0{
	left:0px;
}

.h1{
	left:256px;
}

.h2{
	left:512px;
}

.h3{
	left:768px;
}

.h4{
	left:1024px;
}


.v0{
	top:0px;
}

.v1{
	top:200px;
}

.v2{
	top:400px;
}
.v3{
	top:600px;
}

.v4{
	top:800px;
}





/*-------------------

@preloader

-------------------*/
#preloader {
	width:294px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -80px;
	margin-left: -150px;
}

#preloader-ttl{
	position:absolute;
	display:block;
	top: 0%;
	left: 0%;
	margin-top: 0px;
	margin-left: 0px;
	z-index:3;
}

#preloader-txt{
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: 0px;
	margin-left: 0px;
	z-index:2;
}
#preloader-anime{
	position:absolute;
	z-index:3;
	top:80px;
	left:130px;
}


#progress-txt {
	display:block;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#F04C87;
	z-index:4;
	position:absolute;
	top:98px;
	left:119px;
	width:60px;
}

.review-btn{
	background:#FFF;
}

/*-------------------------------

@sound

-------------------------------*/
#sound{
	display:none;
	width:285px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -80px;
	margin-left: -150px;
	
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

#sound p{
	padding:0 0 10px;
}
#sound ul li{
	cursor:pointer;
	padding:10px 15px 0 0;
}
#sound ul li:last-child{
	padding:10px 0 0;
}

/*-------------------------------

@splash

-------------------------------*/
#splash{
	display:none;
	width:600px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -300px;
	
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

#skip-btn{
	padding:80px 5px 0 0;
	cursor:pointer;
}
#skip-btn img{
	padding:15px;
	display:block;
	margin:0 auto;
}

/*-------------------------------

@SNS

-------------------------------*/
.top-social-container{
	margin:0 auto ;
	width:245px;
}
.social-container{
	margin:0 auto 30px;
	width:362px;
}


.social-container li,.top-social-container li{
	float:left;
	display:block;
	height:24px;
}


.twitter{
	padding:0 0 10px;
	width:120px;
}

.facebook-like{
	padding:0 0 10px;
	width:125px;
}

.mixi-like{
	padding:0 0 4px;
	width:85px;
}

.google-plusone{
	width:32px;	
}




/*-------------------------------

@modules

-------------------------------*/
a{
	color:#ee86b4;
}

a:hover{
}

.inner{
}



/*-------------------------------

@line

-------------------------------*/
#line-left{ width:30px; height:100%; left:0px; top:0px; position:fixed; }
#line-right{ width:30px; height:100%; right:0px; top:0px; position:fixed; }
.line {
	background-color: #FFF;
	z-index: 1000;
}
