@charset "utf-8";
/* CSS Document */

#gotop {
	position: fixed; /*讓按鈕浮動一直固定在網頁視窗的某個地方*/
	right: 20px;
	bottom: 20px;
	padding: 10px 15px;
	font-size: 20px;
	background: #777;
	color: white;
	cursor: pointer; /*讓滑鼠移到上面是顯示連結的鼠標*/
	display: none; /*在網頁往下捲之後到一個程度才會顯示*/
}