#toppane_stage{width: 100%;height: 100%;position: absolute;background: white;z-index: 1000}
#toppane_container{
	position: absolute;
	width: 346px;
	height: 116px;
	left:50%;
	top:36%;
	margin-top: 0px;
	margin-left: -173px;
}
#toppane_container #line1,
#toppane_container #line2{text-align: center;}
#toppane_container #line1{margin-bottom: 36px;}

.long-fadeIn{
 /* ５秒かけてアニメーションする */
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}

#skipbt{
	display: block;
	position: absolute;
	bottom:50px;
	right:50px;
	cursor: pointer;
}