@charset "UTF-8";

#typeC_wrapper #page-top{
	width: 50px;
	height: 50px;
	display: none;
	position: fixed;
	bottom: 0px;
	opacity: 0.85;
	right: 0px;
}
 
#typeC_wrapper #page-top p{
	margin: 0;
	padding: 0;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	background-color: #446BB0;
}

#typeC_wrapper #page-top p:hover{
	background:#8b8b8b;
}
 
#typeC_wrapper #move-page-top{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}
