﻿@charset "utf-8";

/* Standard */

/* reset all */

html {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

:root {
    font: 16px;
}



*,
*:before,
*:after {
    box-sizing: inherit;
}

a,
img {
    outline: none;
    border: none;
}

img {
    display: inline-block;
    width: 100%;
}

/* body set-up */

body {
    font-family: 'Arial', sans-serif;
    font-size: .875rem;
    line-height: 1.4;
    color: #000;
    background: #fff;
    font-weight: normal;
}

/* main style */

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

u {
    text-decoration: underline;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: underline;
}

p {
    margin: 0 0 .937rem;
    text-align: justify
}

h1 {
    color: #F40000;
    display: block;
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1;
    margin: 1.562rem 0;
}

h1 span {
    font-size: 0.7em;
    font-weight: normal;
}

h2 {
    text-align: left;
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 .625rem;
}

ul {
    padding: 0;
    margin: 0 0 .625rem 0;
    list-style: none;
}

ul li {
    padding-left: 1.875rem;
    margin-bottom: .625rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.875rem;
    font-size: 1.375rem;
    line-height: 0.9;
    color: #F40000;
}


/* layout  */

#wrapper {
    display: block;
    max-width: 56.25rem;
    margin: 0.75em auto;
    padding: 3.125rem;
    border: 1px solid #9C9EA1;
}



/* content */

header {
    margin: -3.125rem 0 0;
    padding: 0;
    position: relative;
}

header a {
    display: block;
    margin: 0 auto 0;
    position: absolute;
    top: 7%;
    left: 0%;
    width: 74%;
    height: 31%;
}

header img {
    display: block;
}

article > p:nth-of-type(1) {
    margin: 0 0 1.562rem;
}

article section:nth-of-type(1) {
    width: 45%;
    float: left;
}

article section:nth-of-type(2) {
    width: 47%;
    float: right;
}

aside {
    margin: 2.5rem 0 .312rem;
}

aside ul:nth-of-type(1) {
    width: 45%;
    float: left;
}

aside ul:nth-of-type(2) {
    width: 47%;
    float: right;
}

aside ul li {
    margin: 0;
}

element p {
    width: 86%;
}

element {
    display: block;
    position: relative;
}

element img {
    display: block;
    position: absolute;
    max-width: 6.375rem;
    right: -2%;
    top: 10%;
}

element a {
    display: inline-block;
    margin-left: 1.25rem;
    color: #FF0000;
    text-decoration: underline;
}

/*--use clearfix when float get's overflowed--*/

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

@-moz-document url-prefix() {
    element p {
        letter-spacing: -0.1px;
    }
}

/*----------------- footer --------------------*/

footer {
    margin: 0 0 0;
    padding: 0;
    background: #DC0913;
    padding: .312rem;
}

footer p {
    text-align: center;
    margin: 0;
    color: #fff;
}

footer p span {
    margin-right: 1.562rem;
}


@media only screen and (max-width:56.187rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: .625rem;
    }


    footer {
        margin: 0;
        padding: 0;
    }

    header {
        margin: -.625rem 0 .625rem;
        padding: 0;
    }

    article > p:nth-of-type(1) {
        margin: 0 0 .625rem;
    }

    article section:nth-of-type(1) {
        width: auto;
        float: none;
    }

    article section:nth-of-type(2) {
        width: auto;
        float: none;
        margin: 0;
    }

    aside {
        margin: 0;
    }

    aside ul:nth-of-type(1) {
        width: auto;
        float: none;
        margin: 0;
    }

    aside ul:nth-of-type(2) {
        width: auto;
        float: none;
    }

    element p {
        width: auto;
        float: none;
    }

    element p a {
        margin: 0;
    }

    element img {
        display: block;
        position: static;
        margin: 0 auto .625rem;
    }

    ul li {
        padding-left: .937rem;
        margin-bottom: 0;
    }

    ul li:before {
        margin-left: -.937rem;
    }

    h1 {
        margin: .625rem 0;
    }

    h2 {
        font-size: .875rem;
    }

    a {
        font-weight: bold;
    }

    p {
        text-align: left;
        margin: 0 0 .625rem
    }

    ul br {
        display: none
    }

}

@media only screen and (max-width:29.937rem) {
    body {
        font-size: .812rem;
    }

    h1 {
        font-size: 1.125rem;
    }

}
