@charset "UTF-8";

/*TOP news*/
@media screen and (max-width: 900px){
	#first+div.block_news_1{
		padding-bottom: 20px;
		padding-top: 20px;
	}
}

@media screen and (max-width: 500px){
	#first+div.block_news_1{
		padding-bottom: 10px;
		padding-top: 10px;
	}
}

@media screen and (max-width: 480px){	
	a[id*="industry"]+.composite_box01:not(.block_images_7):not(.block_images_13) .inner_item{
		width: 48% !important;
	}
	
	#industry01+.composite_box01{
		padding-bottom: 30px;
	}
	#industry02+.composite_box01{
		padding-bottom: 20px;
	}
}
