@charset "utf-8";

/* ---------------------------------------------------------------------------------------- */

.pagetop {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 30px;
}

.pagetop a {
	display: block;
	background-color: #ccc;
	text-align: center;
	color: #222;
	font-size: 18px;
	text-decoration: none;
	padding: 25px 25px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

.pagetop a:hover {
	display: block;
	background-color: #b2d1fb;
	text-align: center;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	padding: 25px 25px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}