@charset "utf-8";
/* CSS Document */

.scrollUpA {
	position: fixed;
	right: 9px;
	top: 100px;
	z-index: 1024;
	font-size: 6em;
	background: rgba(128, 128, 128, 0.37);
	padding: 6px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.scrollDownA {
	position: fixed;
	right: 9px;
	bottom: 130px;
	z-index: 1024;
	font-size: 6em;
	background: rgba(128, 128, 128, 0.37);
	padding: 6px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

