@charset "UTF-8";
/* CSS Document */
.SvgIcon {
  position: absolute;
  width: 0;
  height: 0; 
}
.Svg01 {margin:0;width:105px;height:50px;}
.Svg01-front {
  fill: #007fff; 
}
.svg_koboneza {width:50px;height:50px;fill:#007fff;}
.ko {
	position:absolute;
	right:130px;
	bottom:20px;
    animation: Ko 20s ease infinite alternate-reverse;
}
@keyframes Ko {
  0% {right:130px;}
  100% {right:120px;}
}

.bone {
	position:absolute;
	right:60px;
	bottom:20px;
  animation: Bone 1s 1s ease infinite alternate-reverse;
}
@keyframes Bone {
  0% {bottom:20px;}
  100% {bottom:25px;}
}

.za {
	position:absolute;
	right:10px;
	bottom:20px;
    animation: Za .05s linear infinite alternate-reverse;
}
@keyframes Za {
  0% {transform: rotate(10deg);bottom:20px;}
  100% {transform: rotate(-10deg);bottom:25px;}
}
