/* modoru.css */


@charset "utf-8";


/*---------------topに戻るボタン開始----------------------------------*/

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top a {
	text-decoration: none;
	text-align: center;
	display: block;
}
#page-top a:hover {
	text-decoration: none;
	opacity: .7;
}
