@charset "utf-8";
@import url("common.css");



    div.title {
        font-size: 150%;
        font-weight: bold;
        text-align: left;

        margin-bottom: 10px;
        padding: 10px;

        border-left: 5px solid #006699;
        border-bottom: 1px solid #999999;
    }

/* region for Left Content */

    div.left_content {
        width: 540px;
        float: left;
    }

    div.outline {
        margin-left: 20px;
    }
    div.outline table {
        width: 520px;
        margin: 0 auto 20px auto;
        border-collapse: collapse;
    }
    div.outline table tr th, div.outline table tr td {
        font-size: 85%;
        text-align: left;
        padding: 5px;
        border-bottom: 1px dotted #333333;
    }
    div.outline table tr th {
        font-weight: normal;
        white-space: nowrap;
    }
    div.outline table tr td {
        line-height: 1.8em;
    }

/* end region */

.flex {
    display: flex;
    width: 90%;
    flex-wrap: wrap;
    margin: 0 auto;
}
.flex_item {
    width: calc(95% / 3);
}
.flex_item img {
    width: 100%;
}

/* region for Right Content */

    div.right_content {
        width: 350px;
        margin-right: 20px;
        float: right;
    }

    div.photo {
        margin-bottom: 20px;
    }

    div.map {
        width: 914px;
        height: 300px;
        border: 3px solid #f0f0f0;
        margin: 10px auto 50px auto;
    }

    div.photo_sakai, div.photo_tokyo {
        margin-top: 20px;
    }

/* end region */
