@charset "UTF-8";

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

::before,
::after {
  background-repeat: no-repeat;
  text-decoration: inherit;
  vertical-align: inherit;
}


::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

button {
  padding: 0;
  font-family: inherit;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.5s ;
  cursor: pointer;
}


a:hover {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.4;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}
dl dd {
  margin: 0;
}
figure {
  margin: 0;
}

html{
margin: 0px;
padding: 0px;
font-size: 10px;
line-height: 1.5;
border: none;
overflow:auto;
}

body{
margin: 0px;
padding: 0px;
border: none;
}

header,
footer,
article,
section,
aside,
nav,
div,
img{
margin: 0px;
padding: 0px;
border: none;
}

img{
	font-size:0;
	line-height:0;
	vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
figcaption{
margin: 0px;
padding: 0px;
font-size: 100%;
font-weight: 400;
}

ul,
ol{
margin: 0px;
padding: 0px;
list-style-type: none;
}

li,ul{
margin: 0px;
padding: 0px;
border: none;
}

dl,
dt,
dd{
margin: 0px;
padding: 0px;
}

.clearfix::after{
content: "";
display: block;
clear: both;
}