@charset "utf-8";
body{
    margin:0;
    font-family:Arial,Helvetica,sans-serif,"微軟正黑體";
    font-size:.813em;
}
a:link{
    text-decoration:none;
}
a:visited{
    text-decoration:none;
}
a:hover{
    text-decoration:none;
}
a:active{
    text-decoration:none;
}
a img{
    border-style:none;
}
#header{
    width: 100%;
    height:120px;
    background:#fff;
    z-index:999;
    position:fixed;
    top:0;
    -webkit-box-shadow:inset 0 0 2px 2px #ccc;
    -moz-box-shadow:inset 0 0 2px 2px #ccc;
    box-shadow:inset 0 0 2px 2px #ccc;
    box-shadow:0 0 10px #ccc
}
#footer{
    width:100%;
    height:auto;
    border-top:5px solid #f48201;
    background:#f48201;
}
@media screen and (max-width: 1024px) {
    #header{
        height: 80px;
		position:fixed;
    }
}
#wrapper{
    width: 100%;
    max-width: 1000px;
    height:auto;
    margin:0 auto;
}
main{
    width:100%;
    clear:both;
    overflow:hidden;
    display:block;
}
#content{
    width:100%;
    max-width: 1100px;
    margin:0 auto 30px;
}
.content{
    width: 100%;
    max-width:830px;
    margin:40px 0 0;
    float:right;
}
@media screen and (max-width: 500px) {
    .content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (max-width: 1024px) {
    .content{
        width: 90%;
    }
    #content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}