@media screen and (max-width:1030px){
	
}
@media screen and (max-width:770px){
	
	
}



@media screen and (max-width:510px) { 
	.navigation{
		display:none;
		}/* ３つ並びのナビゲーションを隠す*/
	
	.article img{
		width:100%;
		overflow:hidden;
		float:none;
	}
	.outline{
		width:100%;
		float:none;
	}
}
