@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Raleway);
/*font-family: 'Raleway', sans-serif;*/

html, body { height: 100%; font-family:Arial,"微軟正黑體";}
body{ overflow-x:hidden;}
.wrap {
 /*min-height: 100%;*/
 *display: table; /* For IE7 Hack */
 *height: 100%; /* For IE7 Hack */
}
.header{ /*overflow:hidden;*/}
.main { overflow:auto; overflow-x:hidden; /*padding-bottom: 180px;*/ clear:both; } /* must be same height as the footer */
.content{ width:980px; margin:0 auto; /*padding:0 20px 30px 20px; box-sizing:border-box;*/}
.footer {
 position: relative;
 /*margin-top: -180px;*/ /* negative value of footer height */
 /*height: 180px;*/
 clear:both;
}

a{ outline: none; /* for Firefox Google Chrome  */
   behavior:expression(this.onFocus=this.blur()); /* for IE */}
   
a.AnchorBannerBottom{background:url(../images/all/AnchorBannerBottom.png) no-repeat center; width:65px; height:65px; display:block; left:50%; margin-left:-32.5px; position:relative; top:-32.5px; cursor:pointer;}


@media screen and (max-width: 1024px){
    .content{ width:100%;}
}