/* CSS Document */

#story #contentDetail{
	display:none;
	padding-bottom:100px;
}
#story #container{
	background-size:cover;
}
#story #container .inner{
	color:#fff;
}
#story .contentCover{
	width:100%;
	height:100%;
	position:fixed;
	background:url(../vol3/img/scene1_bg.png);
	top: 0;
	z-index: 1;
	display:none;
}

.ttl{
	/*border-bottom:1px solid #000;*/
	padding:0 0 15px 0;
	margin-bottom:20px;
}
.leadBox{
	width:960px;
	margin:0 auto 20px;
}
.contentDown{
	width: 32px;
	margin: 0 auto;
	margin-top: 40px;
}

#storytop footer{
	position:absolute;
	bottom:0;
}