@charset "utf-8";

img {
    width: 100%;
    height: auto;
}

/* スマホ表示時は非表示 */
#topLogoPC {
    display: none;
}
.menu {
    display: none;
}

table {
    width: 100%;
}

table a {
    font-size: 16px;
}

table tr img {
    width: auto;
}

table td {
    padding: 7px 0;
}

#topLogoMobile {
    font-weight: bold;
    text-align: center;
}
#topLogoMobile h1 img {
    width: auto;
    height: auto;
}

.snsLink table tr img {
    width: 100%;
}