@charset "utf-8";
/* CSS Document */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: #d46575;
  text-decoration: none;
  color: #fff;
  width: 50px;
  padding: 18px 0px;
  text-align: center;
  display: block;
  border-radius: 100px;
  opacity: 0.6;
  transition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}
@media (max-width : 580px ){
  #page-top a {
    width: 45px;}
}