@charset "utf-8";
/* @latest 2022.03.14 YHY */

/* ect001 */
.ect001 {width:100%; height:100%; float:left; clear:both;}
.ect001 a {display: block; position: relative; width:100%; height:100%;}
.ect001 a:focus {border:2px dashed #333; box-sizing: border-box;}

	@media (min-width:800px){
		.ect001 img {min-width:100%;min-height:100%;position: absolute;top: -999px;bottom: -999px;left: -999px;right: -999px;margin: auto;max-width: 100%;}
        .ect001 img.wh100 {width:100%; height:100%;}	
        
        .layout_height_A .ect001 {text-align:center;}
        .layout_height_A .ect001 img {position:relative;top: auto;bottom: auto;left: auto;right: auto;min-height: auto;min-width: auto;}
	}
	@media (max-width:799px){
        .ect001 img {width:100%;display: block;}
	}





