@charset "UTF-8";

body {
	width: 100%;
	min-width: 1000px;
	background-color: #000;
}
article{
	position: relative;
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
}
header{
}

.navi{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background-repeat: repeat-x;
	background-image: url(../img2/menu_btn_bg.png);
	z-index: 1000;
}
nav{
	position: relative;
	margin: 0 auto;
	width: 1200px;
	height: 70px;
}
nav>h1{
	position: absolute;
	top: 0;
	left: 20px;
	width: 170px;
}
nav>h1>a{
	display: inline-block;
}
nav>h1>a>img{
	-webkit-transform-origin: 30% 70% ;
	-ms-transform-origin: 30% 70% ;
	transform-origin: 30% 70% ;
	-webkit-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
nav>h1>a:hover>img{
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	transform: scale(1.06);
}
.mainNav{
	display: block;
	margin: 0 0 0 240px;
	height: 70px;

}
.mainNav>li{
	display: inline-block;
	height: 70px;
}
.mainNav>li>a{
	display: block;
	width: 200px;
	height: 70px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-image: url(#);
}
.mainNav>li:last-child>a{
	display: block;
	width: 134px;
	height: 70px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-image: url(#);
	margin-left:10px;
}
.mainNav>li>a.current,
.mainNav>li:nth-child(1)>a:hover,
.mainNav>li:nth-child(2)>a:hover,
.mainNav>li:nth-child(3)>a:hover,
.mainNav>li:nth-child(4)>a:hover,
.mainNav>li:nth-child(5)>a:hover{
	background-position-y:bottom !important;
}
.mainNav>li:nth-child(1)>a{width: 220px;background-position: -246px 0px;}
.mainNav>li:nth-child(2)>a{width: 114px;background-position: -473px 0px;}
.mainNav>li:nth-child(3)>a{width: 130px;background-position: -597px 0px;}
.mainNav>li:nth-child(4)>a{width: 112px;background-position: -730px 0px;}

.snsBtnList{
	position: absolute;
	top: 10px;
	right: 20px;
	width: 86px;
	height: 35px;
}
.snsBtnList>li{
	display: inline-block;
}
.snsBtnList>li:first-child{
	margin: 0 16px 0 0;
}
.snsBtnList>li>a{
	display: inline-block;
}
.snsBtnList>li>a:hover>img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.snsBtnList>li img{
	width: 35px;
	-webkit-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

/* common setting ---------------------------------------*/
header,
article>section,
footer{
	position: relative;
	width: 100%;
	min-width: 1000px;
}
.headerInn,
.sectionInn{
	position: relative;
	margin: 0 auto;
	width: 1000px;
	text-align: center;
}
a{
	display: inline-block;
	color: #fff;
}
a:hover{}
a:active,
a:visited{
	color: #fff;
}



.btnMore{
	display: inline-block;
	width: 340px;
	height: 110px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(#);
}
.btnMore:hover{
	background-position: center bottom;
}


/*--------------------------------------- common setting */

header{
	text-align: center;

}
header>h1{
	margin: 0 auto;
	/*text-align: center;*/
}

/* friendCam --------------------------------------------*/
.friendCamTitle{
	position: relative;
	margin: 0px 0 40px;
	width: 1000px;
	height: 204px;
}
.friendCamTitle>img{
	display: block;
	position: absolute;
	top: -30px;
	left: -10px;
}
.friendCamTitle>span{
	position: absolute;
	top: -90px;
	right: -30px;
	z-index: 1;
}
.btnFriendCam{
	margin: 6px auto;
	display: inline-block;
	z-index: 1000;
}
.btnFriendCam>a{
	display: inline-block;
}
#secFriendCam{
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 40%,rgba(0,0,0,1) 100%);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 40%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 40%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 40%,rgba(0,0,0,1) 100%);
}

/*-------------------------------------------- friendCam */

/* About ------------------------------------------------*/
.reserve{
	position: absolute;
	left: 0;
	right: 0;
	bottom:0;
	text-align: center;
	z-index: 10;
}
.reserve>h3{
	margin: 0 0 16px;
	text-align: center;
}
.reserve>p{
	display: inline-block;
}
/*------------------------------------------------ About */


.bottomWrap{
	/*margin: -110px 0 0 ;*/
	margin: -4px 0 0;
	background-color: #171510;
	background-repeat: no-repeat;
	background-position: center -90px;
}

/* secFriendCam -----------------------------------------*/
#secFriendCam{
	padding: 88px 0 0;
}
#secFriendCam .friendCamTitle{
	margin: -30px 0 50px;
}
/*----------------------------------------- secFriendCam */

/* secDownload ------------------------------------------*/
#secDownload{
	padding: 0px 0; 
	background: -webkit-linear-gradient(top, rgba(0,0,0,.0) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,.0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,.0) 0%, rgba(0,0,0,1) 100%);
}
#secDownload>.sectionInn{
	position: relative;
	margin: 0 auto;
	width: 635px;
	min-width: 635px;
	height: 555px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../img2/footer_dl_bg.png);
	top: 11px;
}
#secDownload>.sectionInn > h1{
	position: absolute;
	top: 18px;
	right: 24px;
}
#secDownload>.sectionInn > ul{
	position: absolute;
	top: 76px;
	right: 24px;
	width: 450px;
	height: 72px;
}
#secDownload>.sectionInn > ul > li,
#secDownload>.sectionInn > ul > li>a{
	display: inline-block;
}
#secDownload>.sectionInn > ul > li>a{
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}
#secDownload>.sectionInn > ul > li>a:hover{
	-webkit-transform: scale(0.96) ;
	transform: scale(0.96) ;
}
/* ------------------------------------------ secDownload*/


/* SPEC -------------------------------------------------*/
#spec{
	padding: 58px 0 0;
	color: #fff;
	background-color: #000;
}
#spec h1{
	display: inline-block;
	width: 100%;
	text-align: center;
}
#spec dl{
	display: inline-block;
	margin: 45px auto 0;
	line-height: 1.7em;
}
#spec dl>dt,
#spec dl>dd{
	display: inline-block;
}
#spec dl>dt{
	width: 130px;
}
.sectionInn>p.copyright{
	margin: 30px 0 0;
	text-align: center;
}

.googlePlay{
	position: relative;
	padding: 150px 0 0;
	height: 178px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(#);
	text-align: center;
}
.googlePlay>p{
	margin: 0 auto;
	text-align: center;
}

.sns{
	margin: 0 auto;
	padding: 0 0 40px;
	text-align: center;
}
.sns li{
	display: inline-block;
	margin: 0 0 0 20px;
	width: 64px;
	text-align: center;
}
.sns li:first-child{
	margin: 0;
}
.sns li a{
	display: block;
}
.sns li img{
	width: 100%;
}
/*------------------------------------------------- SPEC */



/* Footer -----------------------------------------------*/
footer {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 100;
	background-color: #070f18;
	font-size: 14px;
}
footer .footerWrap {
	width: 100%;
	margin:0 auto;
	background: #fff;
}

footer .footerinner {
	width: 500px;
	margin: 0 auto;
	color: #fff;
}

footer .footerinner .left {
	width: 50%;
	float: left;
}

footer dl{
	width: 100%;
}

footer dt,footer dd {
	color: #026bc6;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

footer dt {
	width: 120px;
}

footer dd {
	margin-top: -2em;
	margin-left: 120px;
	width: auto;
	max-width: 560px;
	text-indent: -1em;
	padding-left: 1em;
}

footer .copyright {
	margin: 1em 0;
	line-height: 1.5em;
}

footer .copy2{
	display: inline-block;
	margin: 14px 0 0;
	width: 640px;
	font-size: 12px;
	line-height: 16px;
}

footer .footerinner .right {
	width: 50%;
	float: right;
}

footer .footerinner .right ul {
	overflow: hidden;
	text-align: right;
}

footer .footerinner .right ul li {
	display: inline-block;
	margin: 0 20px 30px;
}

footer .linkArea {
	width: 100%;
	text-align: center;
	padding: 30px 0 30px;
}

footer .linkArea ul {
	text-align: center;
	overflow: hidden;
	margin-bottom: 80px;
}

footer .linkArea ul li {
	display: inline-block;
	margin: 0 10px;
	line-height: 21px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　FOOT NAV
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#footNav {
	position: fixed;
	z-index: 9001;
	bottom:0px;
	right:0px;
	}

#footNav .btn {
	margin:0 10px 10px 0;
	}

#footNav .btn a {
	}

#footNav .btn {
	cursor: pointer;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#footNav .btn:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
/*----------------------------------------------- Footer */
