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

.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1
}
@media (max-width: 767px) {
	.pagetop {
		bottom: 10px;
		right: 5px;
	}
}

.pagetop a {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 10px;
	color: #D70C18;
	font-size: 33px;
	text-decoration: none;
	background-color: #FFF;

	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	border: 2px solid #D70C18;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
