/*テーマカラー　ここから*/
.newsTitle {
background-color: #afeeee;
}

.topinfoTitle {
    background: #afeeee;
}

.toTop a  {
    background: #afeeee;
}



@media screen and (max-width:500px) {

.headNavbar nav {
background-color: #afeeee;
}

.newsSection:nth-child(1) {
background-color: #afeeee;
}

.topicsList .topicsListText {
    word-break: break-all;
}

}
/*テーマカラー　ここまで*/


/*文中央揃え*/
.mainText {
text-align: center;
}

/*改行スマホ時のみ*/
@media screen and (min-width: 768px){
.br-sp {display: none; }
}
