<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
.scale-products-img {
 width: 150px;
 transition-duration: 0.2s; /*20240703 陦ｨ遉ｺ騾溷ｺｦ繧偵い繝��0.5竊�0.2縺ｸ螟画峩*/
}
.scale-products-img:hover {
	position:  relative;
	z-index:  9999; /*蠖楢ｩｲ逕ｻ蜒上ｒ譛蜑埼擇縺ｫ髢九￥ */
 transform: scale(2.5);
 cursor: pointer;
}
.scale-certification-img {
	width: 100px;
	margin:0 0 15px 0;
 transition-duration: 0.2s; /*20240703 陦ｨ遉ｺ騾溷ｺｦ繧偵い繝��0.5竊�0.2縺ｸ螟画峩*/
}
.scale-certification-img:hover {
 position:  relative;
 z-index:  9999; /*蠖楢ｩｲ逕ｻ蜒上ｒ譛蜑埼擇縺ｫ髢九￥ */
 transform: scale(2.5);
 cursor: pointer;
}
</pre></body></html>