@charset "utf-8";
.pageTop {
	display: none;
	position: relative;
	width: 90%;
	max-width: 900px;
	height: 0;
	margin: 0 auto;
}
.pageTop a {
	position: fixed;
	bottom: 10px;
	left: auto;
	display: block;
	width: 40px;
	height: 40px;
	margin-left: 970px;
	padding: 1em 0 1em 2px;
	background: #ced5d9;
	text-align: center;
	outline: none;
	text-decoration: none;
	z-index: 9999;
	border-radius: 33px;
}
.pageTop a:before, .pageTop a:after {
	position: absolute;
	left: 50%;
	content: "";
	width: 0px;
	height: 0px;
	margin-left: -10px;
	border: 10px solid transparent;
}
.pageTop a:before {
	top: 50%;
	margin-top: -13px;
	border-bottom: 10px solid #ced5d9;
}
.pageTop a:after {
	top: 50%;
	margin-top: -15px;
	z-index: -1;
	border-bottom: 10px solid #fff;
}

@media screen and (min-width: 480px) and (max-width: 959px) {
.pageTop {
	width: 100%;
}
.pageTop a {
	left: -68px;
	margin-left: 100%;
}
}

@media screen and (max-width: 479px) {
.pageTop {
	width: 100%;
}
.pageTop a {
	left: -68px;
	margin-left: 100%;
}
}
