@charset "UTF-8";
/* ---------------------------------------------
*   square.html用CSS
--------------------------------------------- */
.newsStrip{
    background: #000;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 5px;
}
.newsStrip-w{
    background: #fff;
    color: #000;
}
@media screen and (max-width: 767px) {
    .newsStrip{
        text-align: left;
        padding: 5px 10px;
    }
}

