@charset "utf-8";

body {
    padding-top: 70px;
}

section {
    padding: 3em 0.3em 5em;
}

section img {
    margin: auto;
    display: block;
}

.section_contents {
    max-width: 1100px;
    margin: auto;
}

#contents .mainTitle_div {
    background-image: url(../topics/img/main.jpg);
    max-width: 100%;
    background-position: center;
    background-size: cover;
}
.detail .title {
    font-size: 1.5em;
    font-weight: bold;
}
.detail .contributor {
    text-align: right;
}
.detail .entry {
    line-height: 1.5;
}
.detail span {
    margin-left: 5px;
    width: 6em;
    color: #fff;
    padding: 0.2em;
    font-size: 0.8em;
    border-radius: 5px;
    text-align: center;
}

.detail .member {
    background-color: #F19624;
}

.detail .MLIT {
    background-color: #22B573;
}

.detail .headquarters {
    background-color: #0071BC;
}

.detail .important {
    background-color: #ED1C24;
}

.detail .emergency {
    background-color: #662D91;
}

.detail a {
    text-decoration: underline;
}


/* media query
*********************************************************************/
@media (max-width: 1000px) {
    body {
        padding-top: 60px;
    }

    #contents .menubox ul li a {
        height: 70px;
    }
}

@media (max-width: 700px) {
    #contents .attention_box {
        width: 100%;
    }
}
