html,body { height:auto;}/*原本為100%，背景漸層無法隨著螢幕長短變化*/

body {
	font-family:"BIZ UDPGothic","Noto Sans TC", sans-serif; /*微軟正黑體, "Arial"*/
	margin:0 auto;
	background-color: #fff;
	}
a {
  background-color: transparent;
  text-decoration:none;
}
a:hover, a:visited, a:link, a:active {
	text-decoration: none;
	outline: 0;
	}

img {
  border: 0;
}

	


/*浮動manu*/
.floatmenu{
	width:1024px;
	margin:0 auto;
	background-color:#FFF;
	padding:0 0 20px 0;
	}

.sticky {
  width:1024px;
  position: fixed;
  top:0;
  left: 50%;           /* 從螢幕正中開始算 */
  transform: translateX(-50%); /* 往左偏移自身一半寬度，達到真正置中 */
  background-color:#FFF;
  padding:0 0 20px 0;
  z-index:10;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

