@charset "utf-8";
/* CSS Document */


#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 50px;
  background: #58391A;
  opacity: 0.6;
  border-radius: 50%;z-index:99;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
content: '▲';
font-size: 14px;
font-weight: bold;
color: #fff;
position: absolute;
top: 15px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}