﻿@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: Helvetica, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.4;
    background: url(../images/bg.jpg) no-repeat center;
    background-size: cover;
}
#wrapper {
    position: relative;
    max-width: 43.75rem;
    margin: 1rem auto;
    border: solid thin #000;
    padding: 1.187rem;
    background-color: #F6FCE3;
    overflow: hidden;
}
p {
    text-align: justify;
    margin: 0 0 0.625rem;
}
h1 {
    text-align: center;
    font-size: 1.875rem;
    line-height: 1;
    margin: .625rem 0;
}
h1 span {}
h2 {
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 0;
}
h3 {
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 0.625rem;
}
ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}
ul li {
    padding-left: 1.375rem
}
ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375em;
    line-height: 1;
}
footer {
    background: #E23CBB;
    margin: 0 -1.25rem -1.875rem;
    padding: 20px
}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
@media only screen and (max-width:43.687rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem .625rem 0;
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
    a {}
    p a {
        white-space: pre-wrap;
    }
    p {
        text-align: left;
        font-size: .875rem;
    }
    h1 {
        font-size: 1.5rem;
    }
    h2 {
        font-size: 1.125rem;
    }
    h3 {
        font-size: 1rem;
    }
    section {
        display: block;
        float: none;
        width: auto;
    }
    aside {
        display: block;
        float: none;
        width: auto;
    }
}
@media only screen and (max-width:479px) {
    h1 {
        font-size: 20px;
    }
}
