@charset "iso-8859-1";

/**********************************************************
 *
 * PC/SMT parts
 *
 **********************************************************/

/* pagetop
-------------------------------------------*/
.btn-pagetop {
  position: fixed;
  right: 11px;
  bottom: 10px;
  display: inline-block;
  width: 44px;
  height: 44px;
  z-index: 999;
}
/* PC setting */
.btn-pagetop.hide { display: none; }
.btn-pagetop.bottom {
  position: absolute;
  bottom: 340px;
}
.pc .btn-pagetop.bottom { bottom: 262px; }
.btn-pagetop:hover,
.btn-pagetop:focus {
  opacity: .7;
}



/* noCopy
-------------------------------------------*/

.noCopy {
  position: relative;
}
.noCopy:before {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  background: url(/english/images/spacer.gif);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
