@charset "UTF-8";

div.pagetop_button{
  z-index: 9999;
  display: none;
  position: fixed;
  bottom: 20px;
  right:  20px;
}

/* 以下、別になくてもよい装飾 */
div.pagetop_button{
  padding: 5px;
  background-color: #fff;
  border: 1px #f00 solid;
  border-radius: 5px;
  cursor:pointer;
}
