@charset "utf-8";
/* CSS Document */

/*回頁首按鈕*/
#backtop {
    position: fixed;
    bottom: 50px;
    right: 10px;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    z-index: 100;
}


