@charset "utf-8";
/* CSS Document */

.Wphoto img {
    width: 100%;
}

section {
    width: 800px;
    margin: 40px auto 40px;
}
section h1 {
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
}

section .name {
    margin-bottom: 18px;
    font-size: 26px;
    line-height: 80%;
}
section .name_small,
section .address_small {
    font-size: 13px;
    margin-top: -18px;
    margin-bottom: 18px;
}
section .address {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 100%;
}
section .tell {
    font-size: 24px;
    color: #b60005;
    line-height: 90%;
}
section .tell span {
    color: #000;
}
section .tell span.email {
    font-size: 18px;
    font-weight: bold;
}

iframe {
    display: block;
    margin: 0 auto 60px;
}

footer {
    background: none;
}
