/* ----- JQuery デザイン */

/* ページトップへ戻る */
#page-top-set {
	position: relative;
}
#page-top {
	margin: 0;
	position: fixed;
	bottom: 60px;
	right: 20px;
	font-size: 77%;
}
	#page-top a {
		text-decoration: none;
		color: #FFFFFF;
		background: rgba(67,59,56,0.8) url("../image/pagetop_arrow.svg") no-repeat 50% 50%;
		width: 50px;
		height: 50px;
		text-align: center;
		display: block;
		transition: 0.3s;
	}
	#page-top a:hover {
		text-decoration: none;
		background: rgba(67,59,56,0.8)  url("../image/pagetop_arrow.svg") no-repeat 50% 50%;
			opacity: 0.6;
			filter: Alpha(opacity=60);
	}
	#page-top span { display: none; }
