/* ----- Menu Follow -----*/
#bt_toTop {
	position: fixed; /*กรณี มีค่า top ใช้ absolute  / กรณีเมนูชิดบน ใช้ fixed*/
	background-image: url(../image/concept/top.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 117px;
	height: 113px;
	z-index: 4;
	right: 5px;
	bottom: -20px;
	opacity: 0;
}
