@charset "utf-8";

body, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, form, fieldset,div,table,tr,th,td {
    margin: 0;
    padding: 0;
 box-sizing: border-box;
}
h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
}
ul {
    list-style: none outside none;
}
img {
    border: 0 none;
}
fieldset {
    border: 0 none;
}
.clr {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 0;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-table;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}