@charset "utf-8";

/*============================
代表挨拶
============================*/

#message img.left {
    margin-right: 20px;
}

@media only screen and (max-width: 768px) {
    #message img {
        width: 100%;
        padding-top: 50.75%;
        height: 0;
        overflow: hidden;
        background: url(../images/01_sp.jpg) no-repeat left top;
        background-size: 100%;
        margin: 0 0 20px;
    }
}

#message .name {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
}
