@charset "utf-8";
/* --------------------------------------------------

	company

-------------------------------------------------- */

#president img {
    margin-bottom: 15px;
}

#logoAbout img {
    float: left;
    margin: 0 15px 15px 0;
    width: 75px;
}

#profile dt,
#history dt {
    font-weight: bold;
}

#profile dd,
#history dd {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

#historyBox {
    margin-bottom: 30px;
}

.photoList li {
    margin-bottom: 10px;
    text-align: center;
}

.photoList li div {
    margin-bottom: 6px;
}

.photoList li div img {
    border: 1px solid #ccc;
}


@media screen and (min-width: 768px) {
    #president p {
        font-size: 13px;
        letter-spacing: 0;
        line-height: 2.3em;
    }

    #president img {
        float: right;
        margin-left: 15px;
    }

    #logoAbout img {
        float: left;
        margin: 15px 15px 15px 0;
        width: 75px;
    }

    #logoAbout h2,
    #logoAbout p {
        padding-left: 90px;
    }

    #profile dt,
    #history dt {
        clear: both;
        float: left;
        width: 6.5em;
        font-weight: normal;
    }

    #profile dd,
    #history dd {
        padding-left: 8.5em;
    }

    .page-id-40 #profile dt {
        width: 10em;
    }

    .page-id-40 #profile dd {
        padding-left: 12em;
    }

    #history {
        position: relative;
    }

    #historyBox {
        margin-right: 220px;
    }

    .photoList {
        position: absolute;
        width: 200px;
        top: 0;
        right: 0;
        font-size: 10px;
    }

    .photoList li {
        text-align: right;
    }

    .photoList li div {
        margin-bottom: 6px;
    }

    .photoList li div img {
        border: 1px solid #e1e1e1;
    }



}

@media screen and (min-width: 1024px) {
    #logoAbout img {
        width: 150px;
        margin-top: 15px;
    }

    #logoAbout h2,
    #logoAbout p {
        padding-left: 170px;
    }

    #profile dl {
        float: left;
        width: 48%;
        margin-right: 4%;
    }

    #profile dl.last {
        margin-right: 0;
    }

    #historyBox {
        float: left;
        width: 740px;
        margin: 0;
    }

    .photoList {
        position: static;
        float: right;
        width: 200px;
    }

    .photoList li div {
        margin-bottom: 6px;
    }

    .photoList li div img {
        border: 1px solid #ccc;
    }

}

