@import '/static/css/uikit.min.css';
@import '/static/css/globalnav.css';

html{
    overflow-y: scroll;
}

ul,h1,h2,h3,h4,address{
    padding: 0;
    margin: 0;
}

header{
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
}


#contents{
    width: 100%;
}

#contents .headimage{
    width: 100%;
    margin: auto;
}

#outline_body{
    max-width: 1200px;
}

#outline_body p span{
    display: inline-block;
}

#outline_body p{
    text-align: center;
    font-size: 1.5em;
    line-height: 2;
    color: #064e97;
    margin: 0;
}

#outline_body-m p{
    font-size: 1em;
    padding: 24px;
    line-height: 1.2;
    color: #064e97;
}

#outline_info{
    color: #1a1a1a;
    margin: auto;
    text-align: center;
}

#outline_info h3,#outline_info p{
    padding: 8px;
    display: inline-block;
    font-size: 1.2em;
}

#outline_info h3{
    background: #064e97;
    color: #fff;
    border-radius: 32px;
    font-size: 1.2em;
    font-weight: bold;
}


#outline_info p span{
    padding: 8px;
    display: inline-block;
    border-radius: 32px;
    background: #F4EEE6;
    font-size: 0.8em;
    margin: 0.1em;
}


#report{
    margin-top: 2em;
}

footer{
    bottom: 0;
    width: 100%;
}
@media screen and (max-width: 960px) {
    #outline_info h3{
        display: block;
        margin: 0 12px;
    }
    #outline_info div{
        margin-top: 2em;
    }
}