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

#story{
	color: #FFF;
	width: 100%;
	background-color: rgba(10,10,10,0.9);
}
#story .inner{
	width: 1100px;
	padding: 100px 50px;
	margin: 0 auto;
	box-sizing: border-box;
}
#story h3{
	font-family: 'Noto Serif', serif;
	font-size: 2em;
	margin: 0 auto 60px auto;
}
#story h4{
	width:443px;
	height: 91px;
	background-image: url(../images/story_lead.png);
	margin: 0 auto 40px auto;
}
#story .text{ text-align: left; }
#story .text p{
	margin-bottom: 20px;
}
#story .text p:last-child{ margin: 0px; }
#story .photos{
	width: 100%;
	height: auto;
	position: relative;
}
#story .photos li{ width: 100%; }
#story .photos li img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
 

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media only screen and (max-width: 414px) and (orientation: portrait){
	

#story .inner{
	width: 100%;
	padding: 50px 20px;
}
#story h3{
	font-size: 2rem;
	margin: 0 auto 30px auto;
}
#story h4{
	width:222px;
	height: 46px;
	background-image: url(../images/story_lead.png);
	background-size: contain;
	margin: 0 auto 20px auto;
}
#story .text{ text-align: left; }
#story .text p{
	margin-bottom: 20px;
}
#story .text p:last-child{ margin: 0px; }
#story .photos{
	width: 100%;
	height: auto;
	position: relative;
}
#story .photos li{ width: 100%; }
#story .photos li img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

	
}

@media only screen and (max-width: 320px) and (orientation: portrait){

#story .inner{
	width: 100%;
	padding: 50px 10px;
}

}