﻿@charset "utf-8";
* {
  padding: 0;
  margin: 0;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  text-decoration: none;
}
a, img {
  outline: none;
}
ul, ol {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}
.clearfix {
  display: block;
}
.clearfix:before {
  content: "";
  display: block;
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
