@charset "UTF-8";




#wrap {
	background: url(../img/bg_story.jpg) 0 0 no-repeat;
	background-size: 100% auto;
	}
@media screen and (max-width:767px){
#wrap {
	background: url(../img/bg_story.jpg) 0 0 no-repeat;
	background-size: 200% auto;
	}
}




h1 {
	display: block;
	padding: 100px 0;
	color: #fff;
	font-size: 32px;
	font-weight: 300;
	line-height: 1em;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0,0,0,.5);
	}

#storybody {
	display: block;
	width: 600px;
	margin: 0 auto 200px auto;
	}
@media screen and (max-width:767px){
#storybody {
	width: 100%;
	}
}

#storybody p {
	font-sie: 16px;
	line-height: 2em;
	margin: 0 0 2em 0;
	}
@media screen and (max-width:767px){
#storybody p {
	padding: 0 20px;
	}
}