@charset "utf-8";






.box {
	background: url("../img/story/story-bg.jpg") center center;
	background-size: cover;

	text-align: center;
	padding: 0 0 2em;

	text-shadow: 1px 0 1px #111,
				-1px 0 1px #111,
				0 1px 1px #111,
				0 -1px 1px #111,
				4px 4px 3px rgba(0,0,0,0.7);
	margin-bottom: 3em;
}


.box p {
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.7;
	margin: 1em;


}




