/*
 * Copyright 2017, TANK
 * 
 * 
 * 2017 / 02 / 02
 */


.gamesWrap ul li p strong ,
#memberCenter .centerBox .buyGame p strong {
	width: 68px;
	height: 70px;
	display: inline-block;
	text-indent: -999999999999px;
	-webkit-animation: winIcon 0.3s both infinite;
	-moz-animation: winIcon 0.3s both infinite;
	-ms-animation: winIcon 0.3s both infinite;
	-o-animation: winIcon 0.3s both infinite;
    animation: winIcon 0.3s both infinite;
}

.gamesWrap ul li p strong.lose ,
#memberCenter .centerBox .buyGame p strong.lose {
	-webkit-animation: loseIcon 0.3s both infinite;
	-moz-animation: loseIcon 0.3s both infinite;
	-ms-animation: loseIcon 0.3s both infinite;
	-o-animation: loseIcon 0.3s both infinite;
    animation: loseIcon 0.3s both infinite;
}

.gamesWrap ul li p strong.peace ,
#memberCenter .centerBox .buyGame p strong.peace {
	-webkit-animation: peaceIcon 0.3s both infinite;
	-moz-animation: peaceIcon 0.3s both infinite;
	-ms-animation: peaceIcon 0.3s both infinite;
	-o-animation: peaceIcon 0.3s both infinite;
    animation: peaceIcon 0.3s both infinite;
}

.gamesWrap ul li p strong.delayed ,
#memberCenter .centerBox .buyGame p strong.delayed {
	-webkit-animation: delayedIcon 0.3s both infinite;
	-moz-animation: delayedIcon 0.3s both infinite;
	-ms-animation: delayedIcon 0.3s both infinite;
	-o-animation: delayedIcon 0.3s both infinite;
    animation: delayedIcon 0.3s both infinite;
}

.gamesWrap ul li p strong.wait ,
#memberCenter .centerBox .buyGame p strong.wait {
	-webkit-animation: waitIcon 0.3s both infinite;
	-moz-animation: waitIcon 0.3s both infinite;
	-ms-animation: waitIcon 0.3s both infinite;
	-o-animation: waitIcon 0.3s both infinite;
    animation: waitIcon 0.3s both infinite;
}


/* + winIcon
*----------------------------------------------------------------------------*/
@-webkit-keyframes winIcon {
	0% { background: url(/images/01/game/icon-win.png) no-repeat 0 0; }
	50% { background: url(/images/01/game/icon-win2.png) no-repeat 0 0; }
	100% { background: url(/images/01/game/icon-win.png) no-repeat 0 0; }
}
@-moz-keyframes winIcon {
	0% { background: url(/images/01/game/icon-win.png) no-repeat 0 0; }
	50% { background: url(/images/01/game/icon-win2.png) no-repeat 0 0; }
	100% { background: url(/images/01/game/icon-win.png) no-repeat 0 0; }
}
@-ms-keyframes winIcon {
	0% { background: url(/images/01/game/icon-win.png) no-repeat 0 0; }
	50% { background: url(/images/01/game/icon-win2.png) no-repeat 0 0; }
	100% { background: url(/images/01/game/icon-win.png) no-repeat 0 0; }
}
@-o-keyframes winIcon {
	0% { background: url(/images/01/game/icon-win.png) no-repeat 0 0; }
	50% { background: url(/images/01/game/icon-win2.png) no-repeat 0 0; }
	100% { background: url(/images/01/game/icon-win.png) no-repeat 0 0; }
}
@keyframes winIcon {
	0% { background: url(/images/01/game/icon-win.png) no-repeat 0 0; }
	50% { background: url(/images/01/game/icon-win2.png) no-repeat 0 0; }
	100% { background: url(/images/01/game/icon-win.png) no-repeat 0 0; }
}


/* + loseIcon
*----------------------------------------------------------------------------*/
@-webkit-keyframes loseIcon {
	0% { background: url(/images/01/game/icon-lose.png) no-repeat 0 0; }
	50% { background: url(/images/01/game/icon-lose2.png) no-repeat 0 0; }
	100% { background: url(/images/01/game/icon-lose.png) no-repeat 0 0; }
}
@-moz-keyframes loseIcon {
	0% { background: url(/images/01/game/icon-lose.png) no-repeat 0 0; }
	50% { background: url(/images/01/game/icon-lose2.png) no-repeat 0 0; }
	100% { background: url(/images/01/game/icon-lose.png) no-repeat 0 0; }
}
@-ms-keyframes loseIcon {
	0% { background: url(/images/01/game/icon-lose.png) no-repeat 0 0; }
	50% { background: url(/images/01/game/icon-lose2.png) no-repeat 0 0; }
	100% { background: url(/images/01/game/icon-lose.png) no-repeat 0 0; }
}
@-o-keyframes loseIcon {
	0% { background: url(/images/01/game/icon-lose.png) no-repeat 0 0; }
	50% { background: url(/images/01/game/icon-lose2.png) no-repeat 0 0; }
	100% { background: url(/images/01/game/icon-lose.png) no-repeat 0 0; }
}
@keyframes loseIcon {
	0% { background: url(/images/01/game/icon-lose.png) no-repeat 0 0; }
	50% { background: url(/images/01/game/icon-lose2.png) no-repeat 0 0; }
	100% { background: url(/images/01/game/icon-lose.png) no-repeat 0 0; }
}


/* + peaceIcon
*----------------------------------------------------------------------------*/
@-webkit-keyframes peaceIcon {
	0% { background: url(/images/01/game/icon-tie.png) no-repeat 0 0; }
	50% { background: url(/images/01/game/icon-tie2.png) no-repeat 0 0; }
	100% { background: url(/images/01/game/icon-tie.png) no-repeat 0 0; }
}
@-moz-keyframes peaceIcon {
	0% { background: url(/images/01/game/icon-tie.png) no-repeat 0 0; }
	50% { background: url(/images/01/game/icon-tie2.png) no-repeat 0 0; }
	100% { background: url(/images/01/game/icon-tie.png) no-repeat 0 0; }
}
@-ms-keyframes peaceIcon {
	0% { background: url(/images/01/game/icon-tie.png) no-repeat 0 0; }
	50% { background: url(/images/01/game/icon-tie2.png) no-repeat 0 0; }
	100% { background: url(/images/01/game/icon-tie.png) no-repeat 0 0; }
}
@-o-keyframes peaceIcon {
	0% { background: url(/images/01/game/icon-tie.png) no-repeat 0 0; }
	50% { background: url(/images/01/game/icon-tie2.png) no-repeat 0 0; }
	100% { background: url(/images/01/game/icon-tie.png) no-repeat 0 0; }
}
@keyframes peaceIcon {
	0% { background: url(/images/01/game/icon-tie.png) no-repeat 0 0; }
	50% { background: url(/images/01/game/icon-tie2.png) no-repeat 0 0; }
	100% { background: url(/images/01/game/icon-tie.png) no-repeat 0 0; }
}


/* + delayedIcon
*----------------------------------------------------------------------------*/
@-webkit-keyframes delayedIcon {
	0% { background: url(/images/01/game/icon-delayed.png) no-repeat 0 0; }
	50% { background: url(/images/01/game/icon-delayed2.png) no-repeat 0 0; }
	100% { background: url(/images/01/game/icon-delayed.png) no-repeat 0 0; }
}
@-moz-keyframes delayedIcon {
	0% { background: url(/images/01/game/icon-delayed.png) no-repeat 0 0; }
	50% { background: url(/images/01/game/icon-delayed2.png) no-repeat 0 0; }
	100% { background: url(/images/01/game/icon-delayed.png) no-repeat 0 0; }
}
@-ms-keyframes delayedIcon {
	0% { background: url(/images/01/game/icon-delayed.png) no-repeat 0 0; }
	50% { background: url(/images/01/game/icon-delayed2.png) no-repeat 0 0; }
	100% { background: url(/images/01/game/icon-delayed.png) no-repeat 0 0; }
}
@-o-keyframes delayedIcon {
	0% { background: url(/images/01/game/icon-delayed.png) no-repeat 0 0; }
	50% { background: url(/images/01/game/icon-delayed2.png) no-repeat 0 0; }
	100% { background: url(/images/01/game/icon-delayed.png) no-repeat 0 0; }
}
@keyframes delayedIcon {
	0% { background: url(/images/01/game/icon-delayed.png) no-repeat 0 0; }
	50% { background: url(/images/01/game/icon-delayed2.png) no-repeat 0 0; }
	100% { background: url(/images/01/game/icon-delayed.png) no-repeat 0 0; }
}


/* + waitIcon
*----------------------------------------------------------------------------*/
@-webkit-keyframes waitIcon {
	0% { background: url(/images/01/game/icon-wait.png) no-repeat 0 0; }
	50% { background: url(/images/01/game/icon-wait2.png) no-repeat 0 0; }
	100% { background: url(/images/01/game/icon-wait.png) no-repeat 0 0; }
}
@-moz-keyframes waitIcon {
	0% { background: url(/images/01/game/icon-wait.png) no-repeat 0 0; }
	50% { background: url(/images/01/game/icon-wait2.png) no-repeat 0 0; }
	100% { background: url(/images/01/game/icon-wait.png) no-repeat 0 0; }
}
@-ms-keyframes waitIcon {
	0% { background: url(/images/01/game/icon-wait.png) no-repeat 0 0; }
	50% { background: url(/images/01/game/icon-wait2.png) no-repeat 0 0; }
	100% { background: url(/images/01/game/icon-wait.png) no-repeat 0 0; }
}
@-o-keyframes waitIcon {
	0% { background: url(/images/01/game/icon-wait.png) no-repeat 0 0; }
	50% { background: url(/images/01/game/icon-wait2.png) no-repeat 0 0; }
	100% { background: url(/images/01/game/icon-wait.png) no-repeat 0 0; }
}
@keyframes waitIcon {
	0% { background: url(/images/01/game/icon-wait.png) no-repeat 0 0; }
	50% { background: url(/images/01/game/icon-wait2.png) no-repeat 0 0; }
	100% { background: url(/images/01/game/icon-wait.png) no-repeat 0 0; }
}
