﻿button
{
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
}
a, img
{
    -webkit-touch-callout: none;
}
a, input
{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
p
{
    margin: 0;
}
i
{
    font-style: normal;
}
ul, ol
{
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6
{
    margin: 0;
}
input, textarea
{
    border: none;
    resize: none;
    outline: none;
}
.clearfix::before, .clearfix::after
{
    content: '';
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}
.layout
{
    min-width: 300px;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    background: url(/staticres/image/bc.png) no-repeat;
    background-size: 100% auto;
}