@charset "utf-8";
/* CSS Document */

#story1 { background: url(../img/story/story1.png) no-repeat 50% 0; width: 100%; height: 306px; }
#story2 { background: url(../img/story/story2.png) no-repeat 50% 0; width: 100%; height: 305px; }
#story3 { background: url(../img/story/story3.png) no-repeat 50% 0; width: 100%; height: 303px; }

.cen { color: #D10000; line-height: 1.8; }



/*
★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
ლ(╹◡╹ლ) 
★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
*/
#sp { display: none; }
@media screen and (max-width: 720px) {
	#story1 { background: none; height: 25px; margin-bottom: 50px; }
	#story2,#story3 { display: none; }
	
	#sp { display: block; margin-bottom: 15px; }
}