/*テーマカラーに変更*/
.newsTitle {

    background-color: #b4ada9;
}

.headNavbar nav {
    background-color: #b4ada9;
}
.topinfoTitle {
    background-color: #b4ada9;
}

.toTop a {
    background: #b4ada9;
}

/*ベースカラー変更*/
.headLogo {
    display: block;
    background-color: #b4ada9;
}

.footerArea {
    background-color: #b4ada9;
}
header {
    background-color: #b4ada9;
}

.topics {
    background-color: #b4ada9;
}

footer {
    background-color: #b4ada9;
}

/*ベースカラー変更部分の文字色変更*/
.topicsTitle p {
    color: #000;
}

.topicsList .topicsListTitle {
    color: #000;
}

.topicsList .topicsListText {
    color: #000;
}


.socialTitle {
    color: #000;
}

.socialText {
    color: #000;
}
.footerArea {
    color: #000;
}
.footerArea p a {
    color: #000;
}

.topicsList .topicsListTitle {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.pickLogo {
    bottom: 12px;
    left: 11px;
}
.pickLogo img {
    width: 118%;
}


@media screen and (max-width:500px) {

.newsSection:nth-child(1){
	width:20%;
    background-color: #b4ada9;
}

}
@media screen and (max-width: 500px) {
    .logoArea a img {
        width: auto;
        max-height: 18px;
        margin: 5px auto;
    }
}