@charset "UTF-8";

/* ページトップボタン
----------------------------------------------------------- */ 

#toPageTop {
	position: absolute;
	z-index: 10010;
	bottom: 48px;
	right: 0px;
}

#toPageTop a {
	display: block;
	width: 72px;
	background: url(../img//pagetop02.png);
	background-repeat: no-repeat;
	opacity:0.8;
}

#toPageTop a:hover img {
	visibility: hidden;
	opacity:0.8;
}