@charset "utf-8";
/* CSS Document */

/* fukagawa-hp.or.jp
-----------------------------------------------------*/
#title {
    background-image: url("image/title_outpatient.jpg");
}
#title::before {
    background: #165e7e;
}
#title h1 {
    background-image: url("image/title_outpatient_icon.png");
}
@media screen and (max-width: 640px) {
    #title {
        background-image: url("image/title_outpatient_sp.jpg");
    }
}

#doctor table {
    width: 100%;
}
#doctor table + p {
    margin-top: 0.4em;
    text-align: right;
    color: #e93e3e;
    font-size: 0.875em;
}
