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