/* GNOBLE 擪֖߂ css 2019.06.01 */

	.pagetop {
		color: #fff;
		background-color: rgba(0,0,0,0.3);
		text-decoration: none;
		display: none;
		position: fixed;
		bottom:        1rem;
		right:         1rem;
		font-size:     1.5rem;
		width:         2.2rem;
		height:        2.2rem;
		line-height:   2.2rem;
		border-radius: 2.2rem;
		text-align: center;
		cursor:     pointer;
	}
	.pagetop:hover {
		color: #fff !important;
		background-color: #669999; /* #ed702b; */
		text-decoration: none;
	}


