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

/*回頁首按鈕*/
#backtop {
    position: fixed;
	margin-bottom: 80px;
    bottom: 50px;
    right: 0px;
    margin: 150;
    padding: 50;
    width: 80px;
    z-index: 100;
}

#backtopm {
    position: fixed;
	margin-bottom: 5px;
    bottom: 10px;
    right: 90px;
    margin: 53;
    padding: 5;
    width: 223px;
    z-index: 100;
}
#backtopm1 {
    position: fixed;
	margin-bottom: 5px;
    bottom: 10px;
    right: 230px;
    margin: 50;
    padding: 5;
    width: 50px;
    z-index: 100;
}
#backtopm2 {
    position: fixed;
	margin-bottom: 5px;
    bottom: 10px;
    right: 180px;
    margin: 50;
    padding: 5;
    width: 50px;
    z-index: 100;
}
#backtopm3 {
    position: fixed;
	margin-bottom: 5px;
    bottom: 10px;
    right: 130px;
    margin: 50;
    padding: 5;
    width: 50px;
    z-index: 100;
}
#backtopm4 {
    position: fixed;
	margin-bottom: 5px;
    bottom: 10px;
    right: 80px;
    margin: 50;
    padding: 5;
    width: 50px;
    z-index: 100;
}
#backtopm5 {
    position: fixed;
	margin-bottom: 5px;
    bottom: 10px;
    right: 30px;
    margin: 50;
    padding: 5;
    width: 50px;
    z-index: 100;
}


/* max-width: 991px  >> 991px已下不顯示,包含991 */
/* display: none !important;  >> 不要顯示! */

@media only screen and (max-width: 991px) {
  #backtop {display: none !important; }
	
}

/* min-width: 992px 為992px已上不顯示,包含992 */
/* display: none !important;  >> 不要顯示! */

@media only screen and (min-width: 992px) {
	#backtopm {display: none !important; }
	#backtopm1 {display: none !important; }
	#backtopm2 {display: none !important; }
	#backtopm3 {display: none !important; }
	#backtopm4 {display: none !important; }
	#backtopm5 {display: none !important; }
}  

/*-------------------------------------------------------------*/