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


/* STORY
============================================================================== */
#storyBox{
	padding-top:47px;
	height:682px;
	}
#storyTitle{
	position:absolute;
	top:162px;
	left:85px;
	}
@media screen and (max-width: 768px){
		#storyBox{
		padding-top:0;
		height:auto;
		}
		#storyTitle{ display:none;}
	}
#story001{
	width:535px;
	padding:103px 0 0 410px;
	background:url(../images/story_h3.gif) 410px 0 no-repeat;
	}

	#story001 h3{ display:none;}
	
#storyImg01{
	position:absolute;
	top:381px;
	left:12px;
	}
#storyImg02{
	position:absolute;
	top:500px;
	left:103px;
	}
#storyImg03{
	position:absolute;
	top:464px;
	left:594px;
	}
#storyImg04{
	position:absolute;
	top:584px;
	left:405px;
	}
#storyImg05{
	position:absolute;
	top:619px;
	left:690px;
	}
@media screen and (max-width: 768px){
		#story001 h3{ display:block; margin-bottom:15px;}
		#story001{
		width:auto;
		padding:0;
		background:none;
		}
		#storyImg01,#storyImg02,#storyImg03,#storyImg04,#storyImg05{display:none;}
		}	