/* ニュースページのみ読み込むCSS */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* for macIE \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

ul#newsList {
    padding-top: 40px;
    max-width: 640px;
    width: 90%;
    margin: 0px auto;
}

#newsWrap {
    background-color: #f4f2ef66;
}

#newsWrap .post-pager {
    margin-bottom: 60px;
}

ul#newsList li {
    color: #666;
    margin: 0;
    padding: 10px 0;
    margin-bottom: 3px;
    border-bottom: 1px dotted #ccc;
    line-height: 1.6;
    list-style-type: none;
    font-size: 14px;
}

ul#newsList a {
    display: inline-block;
    transition: 0.3s;
}

ul#newsList a:hover {
    opacity: 0.7;
}

.section-page-top {
    padding-top: 120px;
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    background-color: #f4f2ef66;
    color: #537a7f;
}

.section-page-top span {
    font-size: 14px;
}

.logo_header img {
    margin-top: 0%;
}

#newsWrap .title a {
    color: #537a7f;
    font-weight: bold;
    letter-spacing: .05em;
    font-family: "Noto Serif JP", serif;
    text-decoration: underline;
}

.catName {
    display: inline-block;
    padding: 5px 8px;
    border: 1px solid #ccc;
    border-radius: 11px;
    font-size: 11px;
    line-height: 100%;
    margin: 0 2px 2px;
    background-color: #537a7f;
    color: #fff;
}

.newMark {
    display: inline-block;
    border: 1px solid #F00;
    padding: 1px 4px;
    font-size: 11px;
    line-height: 100%;
    background: #F00;
    color: #fff;
    box-shadow: 1px 1px 1px #999;
    border-radius: 8px;
    font-style: italic;
}

.comment {
    display: block;
    padding: 3px 0;
    float: left;
    font-size: 12px;
    overflow: hidden;
}

.thumbNailWrap {
    display: none;
    width: 110px;
    float: left;
    height: 80px;
    overflow: hidden;
    margin-right: 10px;
}

span.up_ymd {
    font-size: 12px;
    letter-spacing: .05em;
}

/* Pager style（外部化可） */
.pager {
    text-align: right;
    padding: 10px;
    clear: both;
}

/*ページャーボタン*/
.pager a {
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
    margin: 0 1px;
}

/*現在のページのボタン*/
.pager a.current {
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
    margin: 0 1px;
    text-decoration: none;
}

.pager a:hover {
    background: #999;
    color: #fff;
}

.overPagerPattern {
    padding: 0 2px;
}

#header {
    display: flex;
    justify-content: space-between;
    position: fixed;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .logo_header img {
        margin-top: 6%;
    }

    .section-page-top {
        padding-top: 80px;
    }

    ul#newsList {
        padding-top: 20px;
    }

    #header.dnone.panelactive #g-navi ul {
        top: 0%;
    }
}