@charset "UTF-8";

/*==============================================================================
*
* contentID: jm01ch06_00173_001
*
*==============================================================================
*/

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

#stage {
  position: absolute;
  top: 0;
  left: 0;
  width: 1024px;
  height: 648px;
  z-index: 1;
}

#radio-buttons {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  width: 400px;
  margin: auto;
  z-index: 1;
}
#radio-buttons:before,
#radio-buttons:after {
  content: "";
  display: table;
}
#radio-buttons:after {
  clear: both;
}

#radio-buttons .radio {
  float: left;
  width: 50%;
}

.radio label span {
  padding-left: 55px;
  font-size: 24px;
  line-height: 42px;
  cursor: default;
}




#texts {
  position: absolute;
}
#texts > .text {
  position: absolute;
  width: 160px;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
#texts > .text:nth-child(1) {
  top: 270px;
  left: 91px;
}
#texts > .text:nth-child(2) {
  top: 270px;
  left: 432px;
}
#texts > .text:nth-child(3) {
  top: 270px;
  left: 773px;
}
#texts > .text:nth-child(4) {
  top: 550px;
  left: 261px;
}
#texts > .text:nth-child(5) {
  top: 550px;
  left: 603px;
}
#texts > .text.zoom {
  top: 570px;
  left: 368px;
  width: 300px;
  font-size: 42px;
}
#texts > .text.disabled,
#texts > .text[disabled="disabled"] {
  display: none;
}




#buttons {
  position: absolute;
  z-index: 2;
}

#buttons > .zoom {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 10px;
  background: url(../img/zoom_plus.png) no-repeat;
  background-size: 40px;
  background-position: 10px;
  cursor: pointer;
  transform: rotate(.1deg);
  -o-transform: rotate(.1deg);
  -ms-transform: rotate(.1deg);
  -moz-transform: rotate(.1deg);
  -webkit-transform: rotate(.1deg);
}

#buttons > .zoom:nth-child(1) {
  top: 50px;
  left: 261px;
}
#buttons > .zoom:nth-child(2) {
  top: 50px;
  left: 592px;
}
#buttons > .zoom:nth-child(3) {
  top: 50px;
  left: 918px;
}
#buttons > .zoom:nth-child(4) {
  top: 330px;
  left: 431px;
}
#buttons > .zoom:nth-child(5) {
  top: 330px;
  left: 773px;
}

#zoom-cancel {
  position: absolute;
  width: 56px;
  height: 56px;
  top: 90px;
  left: 755px;
  background: url(../img/zoom_minus.png) no-repeat;
  background-size: 56px;
  cursor: pointer;
  transform: rotate(.1deg);
  -o-transform: rotate(.1deg);
  -ms-transform: rotate(.1deg);
  -moz-transform: rotate(.1deg);
  -webkit-transform: rotate(.1deg);
}
#zoom-cancel.disabled,
#zoom-cancel[disabled="disabled"] {
  display: none;
}


#reset-button {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  padding-left: 32px;
  background-image: url(../img/repeat.png);
  background-size: 16px;
  background-position: 14px center;
  transition-property: background, color, box-shadow, width, height, border;
}

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

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

#left {
  position: absolute;
  top: 300px;
  left: 100px;
  width: 82px;
  height: 50px;
  cursor: pointer;
  background: url(../img/prev.svg) no-repeat center;
  background-size: 82px 50px;
}
#right {
  position: absolute;
  top: 300px;
  left: 820px;
  width: 82px;
  height: 50px;
  cursor: pointer;
  background: url(../img/next.svg) no-repeat center;
  background-size: 82px 50px;
}
#left.disabled  {
  display: none;
}
#right.disabled  {
  display: none;
}