@import "/assets/template/css/main.css";
.on{
    display: none;
}
body{
    font-size: 22px;
}
blockquote{
    font-size: 22px;
}
img{
    filter: grayscale(100%);
}
.green{
    background-color: #000;
}
.yellow{
    background-color: #eee;
}

.top_menu li{
    width: auto;
    padding: 10px 20px 10px 0;
}
.news_date, .more{
    font-size: 20px;
}
.button a{
    background-color: #333;
}
.button a:hover{
    background-color: #000;
}
.submenu li{
  background: #000;
}