.nav {
    text-align: right;
}
.nav .backBttom {
    margin-right:5px;
}

.nav .backBttom a {
    color: white;
    text-decoration: none;
}

.nav .backPath a {
    color: white;
    text-decoration: none;
}

.newsPage {
    width: 100%;
    text-align: center;
    background: white;

}
.newsPage .wrap {
    padding-left: 25vw;
    padding-right: 25vw;
}
.newsPage .article .title {
    font-size: 25px;
    text-align: center;
    padding: 20px;
}
.newsPage .article .author {
    font-size: 14px;
    text-align: left;
    font-style: italic;
    color: var(--COLOR-GRAY);
}
.newsPage .article .author span{
    margin-left:10px;
}

.newsPage .article .reprint {
    font-size: 12px;
    text-align: left;
    font-style: italic;
    color: var(--COLOR-GRAY);
}
.newsPage .article .reprint span{
    margin-left:10px;
}

.newsPage .article .manText {
    margin-top: 20px;
    background: var(--COLOR-TABLE-BG-GRAY);
    padding: 20px;
    text-align: left;
}
.newsPage .article .manText p{
    text-indent: 2em;
}
.newsPage .article .manText p .mark-underline-red{
    border-bottom-style: solid;
    border-bottom-color: #e71f1d;
    border-bottom-width: 2px;
}

.newsPage .article .manText p .mark-underline-blue{
    border-bottom-style: solid;
    border-bottom-color: #3788ca;
    border-bottom-width: 2px;
}

.newsPage .article .manText img{
    width:100%;
}
.newsPage .article .declare{
    padding: 20px;
}
.newsPage .article .declare .row{
    font-size: 12px;
    text-align:center;
    color: var(--COLOR-GRAY);
}
.newsPage .article .comment{
    font-size: 14px;
    margin-top: 10px;
}
.newsPage .article .comment .leftRow{
    font-weight: bold;
    margin-right: 10px;
}

.newsPage .newsPageTitle {
    background:var(--COLOR-BLUE);
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
}
.contact {
    height: 100px;
    background: var(--COLOR-GRAY);
    width: 100%;
}
footer {
    height: auto;
    background: none;
    width: 100%;
    font-size: 12px;
    color:black;
    border-top-style: solid;
    border-top-color: var(--COLOR-LIGHT-GRAY);
    border-top-width: 1px;
}
footer .wrap{
    justify-content: center;
}
footer a{
    text-decoration: none;
    color: black;
}
