

@charset "UTF-8";

.pagetop {

  width: 112px;
  height: auto;

  display: none;
  position: fixed;
  bottom: 68px;
  right: 27px;
  z-index: 2;
  
  img {
    width: 100%;
  }
}

@media screen and (max-width: 520px) {
.pagetop {
    width: 70px;
}


}


.pagetop a {
  display: block;

  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.95;
}

.pagetop a:hover {
  display: block;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

/* 
#pagetop {

  transition: .5s;

} */

/* #pagetop:hover {
  opacity: .5;
}


#pagetop.visible {
  opacity: 1;
  pointer-events: auto;
} */
