@charset "UTF-8";
.CLE1 {
  animation-name: css3RotationGraphic;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  -webkit-animation-name: css3RotationGraphic;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;
  -moz-animation-name: css3RotationGraphic;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 10s;
}
.CLE2 {
  animation-name: css3RotationGraphic;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 8s;
  -webkit-animation-name: css3RotationGraphic;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;
  -moz-animation-name: css3RotationGraphic;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 8s;
}


@keyframes css3RotationGraphic {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


@-webkit-keyframes css3RotationGraphic {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}


@-moz-keyframes css3RotationGraphic {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}


#c01 {
  border-color: #FBD375;
  left: 1px;
  top: 2px;
  -webkit-transform-origin: 50% 51%;
  -moz-transform-origin: 50% 51%;
}
#c02 {
  border-color: #FFE791;
  left: 3px;
  top: 2px;
  -webkit-transform-origin: 51% 51%;
  -moz-transform-origin: 51% 51%;
}
#c03 {
  border-color: #FFFAC6;
  left: 3px;
  top: 1px;
  -webkit-transform-origin: 52% 50%;
  -moz-transform-origin: 52% 50%;
}
#c04 {
  border-color: #FFFBDA;
  left: 0px;
  top: 2px;
  -webkit-transform-origin: 51% 50%;
  -moz-transform-origin: 51% 50%;
}
#c05 {
  border-color: #FFFDED;
  left: 2px;
  top: 2px;
  -webkit-transform-origin: 52% 50%;
  -moz-transform-origin: 52% 50%;
}


#CircleBox1{
	width: 40%;
	height: 40vw;
	max-width: 550px;
	max-height: 550px;
	min-width: 380px;
	min-height: 380px;
	position: absolute;
	top: 1vw;/*
	position: fixed;
	top: 6vw;
	left: 10vw;*/
  }
#CircleBox2 {
	width: 206px;
	height: 206px;
	position: absolute;
	top: -7px;
	left: -8px;
	border-radius: 103px;
  }

.CLE1{
	width: 100%;
	height: 100%;
    border-radius: 2000px;
    border-style: solid;
    border-width: 0.15em;
    position: absolute;
  }

.CLE2 {
    width: 190px;
    height: 190px;
    margin: 11px 0 0 9px;
    border-radius: 230px;
    border-style: solid;
    border-width: 0.15em;
    position: absolute;
  }