/*テーマカラー　ここから*/
.newsTitle {
background-color: #1e90ff;
}

.topinfoTitle {
    background: #1e90ff;
}

.toTop a  {
    background: #1e90ff;
}



@media screen and (max-width:500px) {

.headNavbar nav {
background-color: #1e90ff;
}

.newsSection:nth-child(1) {
background-color: #1e90ff;
}

.topicsList .topicsListText {
    word-break: break-all;
}

}
/*テーマカラー　ここまで*/

@media screen and (max-width: 500px) {
    .logoArea a img {
        width: auto;
        max-height: 50px;
        margin: 15px auto;
    }
}