@charset "utf-8";

#page-top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: -54px;
  background: url(../img/common/page-top.png);
  background-size:cover;
  border:solid 2px #9370db;
  border-radius: 10%;
}
#page-top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}