@charset "UTF-8" ;

#pageTop
{
  display: none ;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  background-color: #c95e9f;
  color: #fff;
  font-weight:bold;
  text-decoration: none;
  text-align: center;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.fa {
	padding-top:10px;
}