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

#oneday{
	margin:0 auto;
}

#oneday h3{
	text-align:center;
}


#oneday figure img{
	width:652px;
	height:auto;
}

@media only screen and (max-width: 640px){
	
	
#oneday figure img{
	width:100%;
	height:auto;
}

}