/* ページスクロール */
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

#page-prev {
	position: fixed;
	bottom: 20px;
	left: 20px;
}

#page-top a {
	display: block;
}


