@charset "shift_jis";

/* page-top */
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index:9999;
}

#page-top a {
	width: 50px;
	height:50px;
	display: block;
	opacity:.6;
}
#page-top a:hover,
#page-top a:active {
	text-decoration: none;
	opacity:1;
}