@charset "UTF-8";

/**********************************************************
 *
 * PC/SMT共通パーツ
 *
 **********************************************************/

/* ページトップ
-------------------------------------------*/
.btn-pagetop {
  position: fixed;
  right: 11px;
  bottom: 10px;
  display: inline-block;
  width: 44px;
  height: 44px;
  z-index: 10000;
}
/* PC用の設定 */
.btn-pagetop.hide { display: none; }
.btn-pagetop.bottom {
  position: absolute;
  bottom: 338px;
}
.pc .btn-pagetop.bottom { bottom: 260px; }
.btn-pagetop:hover,
.btn-pagetop:focus {
  opacity: .7;
}



/* 画像コピー禁止
-------------------------------------------*/

.noCopy {
  position: relative;
}
.noCopy:before {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  background: url(/upload/content/docomo/images/spacer.gif);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
