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

#page-top1{
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: -60px;
	right: 15px;
	width: 40px;
	height: 40px;
	font-size: 14px;
	padding: 9px 10px 10px;
	background-color: #000;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
	opacity: 1.0;
  border-radius: 2px;
}
#page-top1:hover{
	background-color: #224C7F;
	color: #fff;
	opacity: 1.0;
	border-radius: 2px;
}
