@charset "utf-8";
/*news
-----------------------------------*/

body.news .date {
    color: #971a86;
    font-size: 120%;
    margin: 0;
    letter-spacing: normal;
    text-align: left;
    border-bottom: 0;
}
body.news .newsbox .subject {
    font-size: 135%;
    margin-bottom: 10px;
    color: #2479AE;
    width: calc(100% - 115px);
    display: flex;
}
body.news .text {
    font-size: 120%;
    color: #666;
}
body.news.show .date {
    background-color: #2c95d4;
}
body.news.show .subject {
    color: #2c95d4;
    border-bottom: 1px solid #ddd;
}
.newsbox .imgzoom a {
    border-radius: 5px;
    padding: 10px;
    border-radius: 0;
}

body.news .listbox {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

body.news .img {
    border: 1px solid #ddd;
    overflow: hidden;
}

body.news.show .date {
    border: 0;
    background-color: #247CB2;
    margin-bottom: 0;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px;
}

body.news.show .date:before {
    content: "發佈日期 / "
}

body.news.show .subject {
    padding: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #2c95d4;
    position: relative;
}

body.news.show .subject h3 {
    margin: 0;
    padding: 40px 0 20px;
    width: 100%;
    overflow: hidden;
    color: #247CB2;
}
.latest-update{
    margin: 10px 0;
    color: hsl(0,0%,50%);
    font-size: 120%;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}
.download{
    position: relative;
}
.download .subject i{
    margin-right: 10px;
}
.download .date {
    position: absolute;
    right: 0;
    top: 0;
}
.download .date span{
    margin-left: 10px;
}
@media (max-width:1199px) {
    .newslist span.subject {
        display: inline-block;
        width: 75%;
        vertical-align: top;
    }
}
@media(max-width:991px){
    body.news .newsbox .subject{
        width:100%;
    }
    body.news .newsbox .download .subject{
        width: calc(100% - 115px);
    }
}
@media(max-width:767px){
    body.news .date{
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media (max-width:480px) {
    body.news .content .text {
        width: auto;
    }
    body.news .date {
        margin: 5px 0;
    }
    .download .date {
        position: static;
    }
    body.news .newsbox .download .subject{
        width: 100%;
    }
}
