@charset "UTF-8";


#header{
	width:100%;
	min-width:836px;
	height:645px;

	height:550px;
}

#header #main{
	position:absolute;
	top:0;
	left:50%;
	margin:0;
	padding:0;
	/*background-image:url(../images/top/main.jpg);*/
	margin-left:-565px;
}

#header #sp-main{
	width:100%;
}

#header #bnn-twitter{
	position:absolute;
	top:417px;
	left:50%;
	margin-left:-360px;
}

#content{
	/*padding-top:20px;*/
}

#bt-stores{
	position:absolute;
	top:580px;
	left:50%;
	margin-left:-50px;
	width:480px;
	display:none;
}

#bt-stores #bt-appstore{
	width:38.5%;
}

#bt-stores #bt-googleplay{
	width:33.5%;
}

#bt-preregist{
	display:block;
	margin:0 auto;
}

.section .images{
	width:91%;
	margin:0 auto;
	margin-top:0px;
	text-align:center;
}

.section .images img{
	width:350px;
	margin:0 3px;
	border:1px #666 solid;
}

.section .full img{
	width:720px;
	border-width:0;
}

table#spec{
	width:85%;
	margin:50px auto;
	border-collapse:collapse;
}

table#spec th,
table#spec td{
	padding:7px;
	background-color:#FFE;
	color:#333;
	border:1px #CCC solid;
	font-size:90%;
}

table#spec th{
	font-weight:normal;
	white-space:nowrap;
}

table#spec td a#preregist{
	background-color:#F00;
	padding:5px;
	color:#FFF;
}

table#spec td.inq a,table#spec td.inq span{
	display:block;
	border-radius:5px;
	border:1px #999 groove;
	width:45%;
	height:30px;
	text-align:center;
	line-height:30px;
	margin:5px;
	float:left;
}

table#spec td.inq a{
	color:#222;
	background-color:#ddd;
	background:-moz-linear-gradient(top,#ddd,#FFF);
	background:-ms-linear-gradient(top,#ddd,#FFF);
	background:-webkit-gradient(linear,top,bottom,from(#DDD),to(#FFF));
	background:linear-gradient(to bottom,#ddd,#FFF);
}
table#spec td.inq span{
	color:#888;
	background-color:#999;
	background:-moz-linear-gradient(top,#999,#DDD);
	background:-ms-linear-gradient(top,#999,#DDD);
	background:-webkit-gradient(linear,top,bottom,from(#999),to(#DDD));
	background:linear-gradient(to bottom,#999,#DDD);
}




@media screen and (max-width:835px){
	#header{
		min-width:240px;
		height:auto;
	}

	.pc{ display:none !important; }
	.sp{ display:block !important; }

	#content{
		/*padding-top:5%;*/
	}


	#header #bnn-twitter{
		top:63%;
		left:5%;
		margin-left:0;
	}

	#bt-stores{
		position:absolute;
		top:90%;
		right:0;
		width:56%;
		left:auto;
		margin-left:0;
	}


	#bt-preregist{
		width:91%;
	}
	.section h2 img{
		width:105%;
		margin-left:-1px;
	}

	.section .images img{
		width:48%;
		margin:0 1px;
	}

	.section .full img{
		width:100%;
	}
}

@media screen and (max-width:640px){
	#header #bnn-twitter{
		top:61%;
		width:40%;
	}

	.section h2 img{
		width:110%;
		margin-left:-1px;
	}

	.section p{
		margin-top:8px;
	}
	table#spec td.inq a,table#spec td.inq span{
		margin:2px;
	}
}
@media screen and (max-width:460px){
	.section .images img{
		width:100%;
		margin:5px 0;
	}

}
