@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/*テーブルの1列目の画像にマウスオーバーしたら動く*/
table tr th img:nth-of-type(1):hover,
table tr td img:nth-of-type(1):hover{
	transition-duration: .1s;
	animation: poyo .6s;
}

@keyframes poyo {
	10% { transform: scale(1.2); }
	40% { transform: scale(.9); }
	60% { transform: scale(1.04); }
	80% { transform: scale(.98); }
}
