
/* ect001 */
.ect001 {width:100%; float:left; clear:both;}
.ect001 > a {width:100%; position:relative; float:left;}
.ect001 > a img {min-width:100%; min-height:100%;}

	@media (min-width:800px){
		.layout_height_H .ect001 > a {height:350px;}
		.layout_height_M .ect001 > a {height:250px;}
		.layout_height_L .ect001 > a {height:150px;}	
		.ect001 > a img {position:absolute; margin:auto; left:-999px; right:-999px; bottom:-999px; top:-999px; }	
	}
	@media (max-width:799px){
		.layout_block2 .ect001 > a {height:auto;}
		.layout_block3 .ect001 > a {height:auto;}
		.ect001 > a img {max-width:100%;}
	}

	@media (min-width:600px) and (max-width:799px){
		 .layout_block4 > .layout_height_H .ect001 > a {height:350px;}
		 .layout_block4 > .layout_height_M .ect001 > a {height:250px;}
		 .layout_block4 > .layout_height_L .ect001 > a {height:150px;}
		 .layout_block4 > .ect001 > a img {position:absolute; margin:auto; left:-999px; right:-999px; bottom:-999px; top:-999px; max-width:none;}
	}

	@media (max-width:599px){
		.layout_height_H .ect001 > a {height:auto;}
		.layout_height_M .ect001 > a {height:auto;}
		.layout_height_L .ect001 > a {height:auto;}

	}



