@charset "utf-8";

#top main {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

#top main .midashi {
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 5px;
    border-radius: 3px;
    background: #888;
}

#top  dl#top_info {
    padding: 1em 2em;
}

#top dl#top_info dt {
    padding-bottom: 0.5em;
    padding-left: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #888;
    border-left: 8px solid #888;
}

#top dl#top_info dt:not(:first-of-type) {
    margin-top: 3em;
}

#top dl#top_info dd {
    font-size: 14px;
}

#top dl#top_info li {
    margin-bottom: 1em;
}

#version, #report {
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
}

#version {
    margin-top: 100px;
    margin-bottom: 20px;
    color: #35a2bf;
    font-weight: 700;
}