@charset "UTF-8";

@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.font_roboto {
  font-family: Roboto;
}

#container {
  width: 100%;
  height: 100%;
  padding: 0;
}

#stage,
#slider_stage {
  position: absolute;
  top: 0;
  left: 0;
  width: 1024px;
  height: 648px;
}

#interface {
  position: absolute;
  bottom: 20px;
  right: 30px;
  width: 142px;
  text-align: right;
}

#caption {
  position: absolute;
  left: 552px;
  bottom: 30px;
}

.alphabet {
  margin: 0 0.3em;
  font-family: "SukenJMath";
}

/*============================================================================*/

#reset-button {
  padding-left: 32px;
  background-image: url(../img/repeat.png);
  background-size: 16px;
  background-position: 16px center;
}

#reset-button.down {
  background-image: url(../img/repeat_down.png);
}

#reset-button.disabled,
#reset-button[disabled="disabled"] {
  background-image: url(../img/repeat_disabled.png);
}

.rotateStr {
  position: absolute;
  right: 80px;
  top: 56px;
  font-size: 20px;
  font-family: RoundedMPlus;
}
