* {
    margin: 0;
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

#wrapper {
    margin: 0.75rem auto;
    border: 2px #231F20 solid;
    max-width: 480px;
    color: #231F20;
    position: relative;
    padding: 1px 1px 10px;
    background-color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    line-height: 18px;
    font-size: 15px;
    text-align: center;
    overflow: hidden;
}

p {
    padding-bottom: 12px;
}

h1 {
    margin: 0 -5px 4px -10px;
    font-size: 18px;
    line-height: 21px;
    background: #DF1922;
    color: #fff;
    padding: 24px 5px;
}

h1 span {
    display: block;
    font-size: 16px;
    line-height: 22px;
}

h2 {
    font-size: 21px;
    line-height: 23px;
    margin: 0;
}

h2 span {
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin: 4px 0 0;
}

a {
    color: #231F20;
    text-decoration: none;
    word-break: break-all;
    white-space: nowrap;
}

a:hover {
    text-decoration: underline;
}

a u {
    color: blue;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
    border: none;
}

ul {
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
}

ul li {
    background: url(iconlist.jpg) no-repeat 0 5px;
    padding-left: 20px;
}

.clear:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

header {
    width: 100%;
    float: left;
    padding: 10px 5px;
}

header img {
    float: left;
    margin: 0 20px 0 0;
}

article {
    width: 100%;
    float: left;
    padding: 0 10px 5px;
}

article section {
    padding: 10px 0 0;
    position: relative;
}

article>p:nth-of-type(1) {
    text-align: left;
}

article section aside {
    text-align: center;
    padding-right: 140px;
}

article section aside a {
    color: #065ea9;
    text-decoration: underline;
}

article section img {
    position: absolute;
    bottom: 12px;
    right: 10px;
}

footer {
    width: 99%;
    float: left;
    background: #939598;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin-right: 5px;
}

footer a {
    color: #fff;
}

address {
    font-style: normal;
}

@media only screen and (max-width:480px) {
    #wrapper {
        border: none;
        font-size: 14px;
        line-height: 20px;
    }

    h1 {
        font-size: 18px;
        line-height: 22px;
    }

    h1 span {
        font-size: 14px;
        line-height: 20px;
    }

    h2 {
        font-size: 18px;
        line-height: 20px;
    }

    h2 span {
        font-size: 15px;
        line-height: 20px;
    }

    .no {
        display: none;
    }

    header img {
        float: none;
    }

    article section aside {
        text-align: center;
        padding-right: 0
    }

    article>p:nth-of-type(1) {
        text-align: center;
    }

    article section aside a {
        color: #0a59a7;
        text-decoration: underline;
    }

    article section img {
        position: static;
        display: inline;
    }
}