body {
    margin: 0;
    background: #000000;
    font-size: 1em;
    font-family: 微軟正黑體;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

#Container {
    width: 960px;
    max-width: 960px;
    margin: 0px auto;
}

#Header {
    width: 960px;
    max-width: 960px;
}
#top_main {
    max-width: 960px;
    position: relative;
}

#back-to-top {
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}

#Sidebar {
    width: 270px;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    text-align: center;
    padding-top: 1em;
    display: inline-block;
    background-image: url("../images/left_side_bar.png");
    background-position: center right;
}
#Sidebar div {
    display: table;
    padding-left: 1.5em;
    text-align: left;
}
#Sidebar [data-bar] {
    padding-left: 0;
}
button {
    border: none;
    background-color: rgba(0,0,0,0);
    cursor: pointer;
    color: white;
}

#Content {
    width: 960px;
    background-image: url("http://s3-ap-northeast-1.amazonaws.com/rc.ingame/rc/images/web2_0/filler.jpg");
    background-size: 100%;
    text-align: center;
    float: left;
}

#char_info_div #pic_title {
    width: 25%;
}
#char_info_div #info_text {
    padding: 0em 2em 0em 2em;
    text-align: left;
}
#char_info_div #info_text img {
    width: 25%;
}
#char_info_div p {
    padding: 0em 2em 0em 2em;
}

#Footer {
    max-width: 960px;
    text-align: center;
    background-image: url("http://s3-ap-northeast-1.amazonaws.com/rc.ingame/rc/images/web2_0/filler.jpg");
    background-size: 100%;
}
