/*
pagetop.css
*/
#pageTop {
  position: fixed;
  bottom: 6%;
  right: 6vw;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 15px 10px;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #4f86c5;
  color: #4f86c5;
	font-size: 20px;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
