
@charset "UTF-8";

/* PC 用 jQuery pagetop 用スタイル
--------------------------------- */
.pagetop {
  z-index: 1;
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.pagetop a {
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 4px 0 0 4px;
  background: url("/img/common/icons/arrow_05.png") no-repeat 50% 50% #595959 ;
}

.pagetop a:hover {
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.pagetop span {
  display: none;
}

