@charset "UTF-8";
/*kirakira*/

ul.box{
	padding:0px 0 0 300px;
	/*border:soli;*/
	width: 620px;
	height:133px;
	position:absolute;
	bottom:0;
	list-style:none;
}

.kira1:nth-child(1){
	position: static;
	margin:-4px 0px 0px -109px;
	background-color:;
	height: 50px;
	width: 50px;
	opacity:0;
	animation:glitter 2s  linear 0.1s infinite normal;
	-webkit-animation: glitter 2s linear 0.1s infinite normal;
	-moz-animation: glitter 2s linear 0s infinite normal;
	-ms-animation: glitter 2s linear 0s infinite normal;
	-o-animation: glitter 2s linear 0s infinite normal;
}

.kira2:nth-child(2){
	position: static;
	margin:-25px 0px 0px 29px;
	background-color:;
	height: 50px;
	width: 50px;
	opacity:0;
	animation:glitter 2s  linear 0.3s infinite normal;
	-webkit-animation: glitter 2s linear 0.3s infinite normal;
	-moz-animation: glitter 2s linear 0s infinite normal;
	-ms-animation: glitter 2s linear 0s infinite normal;
	-o-animation: glitter 2s linear 0s infinite normal;
}

.kira3:nth-child(3){
	position: static;
	margin:-65px 0px 0 109px;
	background-color:;
	height: 50px;
	width: 50px;
	opacity:0;
	animation:glitter 2s  linear 0.5s infinite normal;
	-webkit-animation: glitter 2s linear 0.5s infinite normal;
	-moz-animation: glitter 2s linear 0s infinite normal;
	-ms-animation: glitter 2s linear 0s infinite normal;
	-o-animation: glitter 2s linear 0s infinite normal;
}

.kira4:nth-child(4){
	position: static;
	margin:-7px 0px 0px 136px;
	background-color:;
	height: 50px;
	width: 50px;
	opacity:0;
	animation:glitter 2s  linear 0.7s infinite normal;
	-webkit-animation: glitter 2s linear 0.7s infinite normal;
	-moz-animation: glitter 2s linear 0s infinite normal;
	-ms-animation: glitter 2s linear 0s infinite normal;
	-o-animation: glitter 2s linear 0s infinite normal;
}

.kira5:nth-child(5){
	position: static;
	margin:-85px 0px 0 230px;
	height: 50px;
	width: 50px;
	opacity:0;
	animation:glitter 2s  linear 0.9s infinite normal;
	-webkit-animation: glitter 2s linear 0.9s infinite normal;
	-moz-animation: glitter 2s linear 0s infinite normal;
	-ms-animation: glitter 2s linear 0s infinite normal;
	-o-animation: glitter 2s linear 0s infinite normal;
}

.kira6:nth-child(6){
	position: static;
	margin:-107px 0px 0px 275px;
	height: 100px;
	width: 90px;
	opacity:0;
	animation:glitter 2s  linear 1.1s infinite normal;
	-webkit-animation: glitter 2s linear 1.1s infinite normal;
	-moz-animation: glitter 2s linear 0s infinite normal;
	-ms-animation: glitter 2s linear 0s infinite normal;
	-o-animation: glitter 2s linear 0s infinite normal;
}


