.site-main .container {
    max-width: 1400px;
}
.btn-box li:nth-child(6),
.btn-box li:nth-child(7) {
    display: none;
}
.news-list {
    margin: 0 -7px;
}
.news-list .item {
    width: 20%;
    padding: 0 7px;
}
.news-list .box {
    max-width: 250px;
    margin: 0 auto 20px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
    border-radius: 250px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.news-list .box:hover {
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9);
}

.news-header {
    display: table;
    width: 100%;
    margin-bottom: 32px;
}
.news-header .date {
    display: table-cell;
    vertical-align: middle;
    color: #7FCAA5;
    font-family: "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    border: 1px solid #7FCAA5;
    width: 130px;
    height: 130px;
    padding-top: 4px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.news-header .date small {
    display: block;
    font-size: 18px;
    line-height: 23px;
    margin-top: 5px;
}
.news-header .title {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    color: #444;
    font-size: 23px;
    font-weight: bold;
}
body .fancybox-skin {
    margin: 100px 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}
body .fancybox-close {
    background: url(../images/news/lightbox_close.png) no-repeat;
    width: 60px;
    height: 60px;
    right: -80px;
    top: -80px;
}
body .fancybox-nav span {
    background: url(../images/news/lightbox_arrow.png) no-repeat;
    width: 80px;
    height: 160px;
    margin-top: -80px;
    visibility: visible;
}
body .fancybox-prev span {
    background-position: 0 0;
    left: -100px;
}
body .fancybox-next span {
    background-position: 100% 0;
    right: -100px;
}
body .fancybox-title {
    margin: 0;
    left: 0;
    right: 0;
    bottom: auto;
    top: 100%;
    white-space: normal;
}
body .fancybox-title-float-wrap .child {
    background: none;
    margin: 0;
    display: block;
    padding: 0;
}
body .photo-title {
    font-size: 25px;
    font-weight: normal;
    padding: 20px 0 40px;
    white-space: normal;
}
body .photo-share .btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 60px;
}


@media screen and (max-width: 1180px) {
    .news-list .item {
        width: 25%;
    }
}
@media screen and (max-width: 950px) {
    body .fancybox-skin {
        margin: 70px 0;
    }
    body .fancybox-close {
        width: 40px;
        height: 40px;
        background-size: 40px auto;
        right: 50%;
        margin-right: -20px;
        top: -60px;
    }
    body .fancybox-nav span {
        margin: 0;
        top: -78px;
        width: 40px;
        height: 80px;
        background-size: 80px auto;
    }
    body .fancybox-prev span {
        left: 0;
    }
    body .fancybox-next span {
        right: 0;
    }
    body .photo-title {
        font-size: 20px;
    }
    body .photo-share .btn {
        width: 40px;
        height: 40px;
        line-height: 1;
        font-size: 40px;
    }
}
@media screen and (max-width: 900px) {
    .news-list .item {
        width: 33.33%;
    }
}
@media screen and (max-width: 767px) {
    .site-main {
        padding-top: 30px;
    }
}
@media screen and (max-width: 600px) {
    .news-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 400px) {
    body .photo-title {
        padding-bottom: 20px;
    }
    body .photo-share .btn {
        width: 30px;
        height: 30px;
        font-size: 30px;
        margin: 0 5px 6px;
    }
}
