<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ************************************************ 
 *	バナー拡大処理2022-03-11 oda
 * ************************************************ */
/*--
.test {
	overflow:hidden;
}
.test td {
	overflow:hidden;
}
.test a img:hover {
    transition-property: transform,opacity;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(.745,.005,.27,1.005);
	transform: scale(1.05, 1.05);
}

p a img {
	overflow:hidden;
}

a img:hover {
	transform: scale(1.1, 1.1);
}
--*/</pre></body></html>