body {
    font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #525252;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
}
a {
    color: inherit;
    text-decoration: none;
}
.wrapper {
    overflow: hidden;
}
.container {
    position: relative;
    margin: 0 auto;
    max-width: 700px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container:after,
.list-h:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.list-inline,
.list-inline ul,
.list-h,
.list-h ul,
.list-v,
.list-v ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.list-inline > li,
.list-inline .item {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.list-inline > li a,
.list-inline .item a {
    display: inline-block;
    position: relative;
}
.list-h > li,
.list-h .item {
    float: left;
    box-sizing: border-box;
}
.list-h > li a,
.list-h .item a,
.list-v li a {
    display: block;
    position: relative;
}
.pic {
    text-align: center;
    margin: 0;
    padding: 0;
}
.pic.full img {
    width: 100%;
}
*:focus {
    outline: none;
}
.btn, .ibtn {
    /* Structure */
    display: inline-block;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 0;
    background: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    box-sizing: border-box;
}
/* Firefox: Get rid of the inner focus border */
.btn::-moz-focus-inner,
.ibtn::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.btn:focus, .ibtn:focus {
    outline: none;
}

.ibtn {
    background: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding: 0 !important;
    -webkit-transition: none;
            transition: none;
}
.ibtn:hover {
    background-position: 0 100%;
}

#header {
    background: url(../images/header_bg.png) 50% 0 / cover no-repeat;
}
.logo-box {
    text-align: center;
    padding: 16px 0;
}
.logo {
    background-image: url(../images/logo.png);
    -webkit-background-size: contain;
    background-size: contain;
    width: 408px;
    height: 137px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.logo:hover {
    opacity: 0.8;
}
.top-nav {
    position: absolute;
    top: 120px;
    left: auto;
    right: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
}
.top-nav li {
    padding: 0 10px;
}
.top-nav li+li {
    background: url(../images/topnav_border.png) 0 50% no-repeat;
}
.top-nav li a:hover {
    text-decoration: underline;
}

#main {
    padding: 30px 0 60px;
    min-height: 500px;
}
.main-title {
    color: #212121;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
.panel-box {
    margin-bottom: 30px;
}
.panel-title {
    border-radius: 8px 8px 0 0;
    line-height: 34px;
    font-size: 15px;
    padding: 0 15px;
    border: 1px solid #E0E0E0;
    background: #f3f3f3; /* Old browsers */
    background: -moz-linear-gradient(top,  #f3f3f3 0%, #ffffff 22%, #f3f3f3 60%, #dbdbdb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f3f3f3 0%,#ffffff 22%,#f3f3f3 60%,#dbdbdb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f3f3f3 0%,#ffffff 22%,#f3f3f3 60%,#dbdbdb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
    margin: 0 auto;
    width: 120px;
    text-align: center;
}
.panel-content {
    border: 5px solid #eee;
    border-radius: 10px;
    padding: 20px 30px;
}
.btn-box {
    text-align: center;
}
.btn.download {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 15px;
    border-radius: 8px;
    background: #d80000;
    background: -moz-linear-gradient(top, #d80000 26%, #940012 100%);
    background: -webkit-linear-gradient(top, #d80000 26%,#940012 100%);
    background: linear-gradient(to bottom, #d80000 26%,#940012 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d80000', endColorstr='#940012',GradientType=0 );
}
.btn.download:hover {
    background: #940012;
    background: -moz-linear-gradient(top, #940012 26%, #d80000 100%);
    background: -webkit-linear-gradient(top, #940012 26%,#d80000 100%);
    background: linear-gradient(to bottom, #940012 26%,#d80000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#940012', endColorstr='#d80000',GradientType=0 );
}

#footer {
    position: relative;
    background: #212121;
    text-align: center;
    line-height: 20px;
    padding: 15px;
}
#footer .copyright {
    display: inline-block;
    vertical-align: middle;
    color: #878787;
    font-size: 13px;
    line-height: 1.4;
}

@media screen and (max-width: 1100px) {
    #header {
        text-align: center;
    }
    .logo-box {
        padding-bottom: 10px;
    }
    .logo {
        width: 280px;
        height: 95px;
    }
    .top-nav {
        position: static;
        display: inline-block;
    }
}
@media screen and (max-width: 600px) {
    .main-title {
        font-size: 24px;
    }
    .btn.download {
        font-size: 16px;
        white-space: normal;
        max-width: 280px;
    }
}