@charset "UTF-8";
body {
    background-color: #fff;
    font-size: 0.9em;
    line-height: 130%;
    margin: 0px;
    padding: 0px;
    min-width: 1025px;
}

/*���C���R���e���c*/

.video-section {
    padding-top: 262px;
}

#video, .video-thumbnail {
    width: 350px;
    left: calc(50% - (350px/2));
}

.video-section iframe {
    width: 350px !important;
    height: 262px !important;
}

.photo-section {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

/*�{���ɑ΂��č���*/

.section-left {
    justify-content: flex-start;
}

.section-left>.photo-box {
    margin-right: 20px;
}

/*�{���ɑ΂��ĉE��*/

.section-right {
    justify-content: flex-end;
}

.photo-section:before, .photo-section:after {
    content: "";
    display: block
}

#main .photo-image img {
    max-width: 350px;
}

.video-title {
    width: 350px;
}

/*�T�u�R���e���c*/

#sub {
    width: 225px;
    min-width: 225px;
}

/* �t�b�^�[ */

div#sitemap-footer .wrapper>dl {
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 10px;
}

div#sitemap-footer .wrapper>dl:nth-of-type(3n) {
    margin-right: 0;
}

#sitemap-footer .wrapper, #footer .bg-navy .wrapper, #footer p.address {
    width: 940px;
}