@charset "big5";
/* CSS Document */
/*回版頭*/
@font-face{ font-family:comingsoon; src:url(comimgsoon_font.ttf);}

#gotop { display: none; position: fixed; padding: 10px 10px 3px 10px; right: 30px; bottom:6%; font: 12px/30px Verdana; background: #fff url(gotopBtnBk.png) no-repeat center 7px; color: #000; cursor: pointer; z-index: 5; border-radius:50%;}
#gotop { filter: alpha(opacity=100); -moz-opacity:1; opacity:1} /*背景透明*/
/*基本*/
body{margin:0;padding:0;}
 	
.fixbox{width:100%; height:50px; position:fixed; top:0; left:0;background-color:#ea5703;}	
.fixbox ul{ width:1220px; margin:0 auto;}
.fixbox ul li { float:left;}
.fixbox ul li a{ display:block;}
.fixbox ul li .txt{display:block; width:40px; height:50px; text-align:center; line-height:18px; font-size:16px; color:#FFF; font-family:"Century Gothic", "微軟正黑體", sans-serif; padding-top:5px;}
.fixbox ul li .txt:hover{color:#ffff00;}
.fixbox ul li:nth-child(8) a{ background-image:none;}

