﻿@charset "utf-8";

/* Standard */
:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

a:hover,
a:active,
a:visited {
    text-decoration: underline;
}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #000;
    font-family: Calibri, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 900px;
    margin: 1rem auto;
    border: solid thin #000;
    padding: 30px 90px;
    background-color: #fff;
    overflow: hidden;
}

p {
    text-align: left;
    margin: 0 0 0.625rem;
}

h1 {
    font-size: 36px;
    line-height: 1.1;
    margin: 0.625rem 0;
}

h1 span {
    font-size: 20px;
}

h2 {
    font-size: 18px;
    line-height: 1.4;
    color: #E3000B;
    margin: 20px 0 12px;
}

hr {
    border-top: 2px dotted #E3000B;
    margin: 20px 0;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 40px
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: 20px;
    height: 16px;
    background: url(../images/red_list.png) no-repeat;
    background-size: 100%;
    margin-left: -40px;
    top: 2px;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header a {
    margin: 10px 0;
    display: block;
    max-width: 375px;
    float: right;
}

aside p {
    font-size: 14px;
}

aside section:first-of-type {
    width: 50%;
    float: left;
}

aside section:last-of-type {
    width: 41%;
    float: right;
    line-height: 1.2;
}

p span {
    color: #E3000B;
}

footer p {
    color: #6F6F6E;
    font-size: 13px;
    margin: 0;
}

footer a {
    font-size: 17px;
}

footer hr {
    margin: 10px 0 0;
}

@media only screen and (max-width:56.187rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }

    p a {
        white-space: pre-wrap;
    }

    body {
        font-size: .875rem;
    }

    article > br {
        display: none;
    }

    p,
    ul {
        text-align: left;
        margin: 0 0 .625rem;
    }

    h1 {
        font-size: 1.5rem;
    }

    h1 span {
        font-size: 1rem;
    }

    h2 {
        font-size: 1rem;
        margin: .625rem 0 .312rem;
    }

    header a {
        margin: .625rem 0;
        max-width: 12.5rem;
    }

    aside p {
        font-size: .875rem;
    }

    aside section:first-of-type {
        width: 100%;
        float: none;
    }

    aside section:last-of-type {
        width: 100%;
        float: none;
    }

    footer a {
        font-size: 16px;
    }
}

@media only screen and (max-width:479px) {}
