/*テーマカラーに変更*/
.newsTitle {

    background-color: #00ffff;
}

.headNavbar nav {
    background-color: #00ffff;
}
.topinfoTitle {
    background-color: #00ffff;
color: #000;
}

.toTop a {
    background: #00ffff;
}
.toTop a i {
    color: #000;
}
.newsTitle {
    color: #000;
}
/*ベースカラー変更*/
@media screen and (max-width: 500px) {

.headNavbar nav li a {
        text-decoration: none;
        padding: 10px 0 10px 20px;
        display: block;
        color: #000;
    }
    .closeBtn {
        position: absolute;
        top: 3px;
        right: 6px;
        color: #000;
        cursor: pointer;
        font-size: 2.4rem;
    }
.logoArea a img {
        max-height: 80px;
    }
}

.footerArea {
    background-color: #00ffff;
}


.topics {
    background-color: #00ffff;
}

footer {
    background-color: #00ffff;
}

/*ベースカラー変更部分の文字色変更*/
.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: #00ffff;
}

}

