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

#page-top1{
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: -60px;
	right: 10px;
	width: 40px;
	height: 40px;
	font-size: 16px;
	padding: 7px;
	background-color: rgba(170,107,82,0.80);
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	transition: .5s;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	opacity: 0.8;
}
#page-top1:hover{
	background-color: rgba(238,226,221,1.00);
	color: rgba(170,107,82,0.80);
	opacity: 0.8;
}
