﻿@charset "UTF-8";
html,
body,
div,
p,
ul,
li,
a,
span,
img,
input,
h1,
h2,
h3,
h4,
h5 {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

input[type=text]:focus {
    outline: none;
}

li {
    list-style: none;
}