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