@charset "UTF-8";

html,body,h1,h2,h3,h4,h5,h6,p,div,span,dl,dd,dt,ul,ol,li,header,nav,main,footer,article,aside,section,figure,figcaption,table,th,tr,td,address {
margin:0;
padding:0;
border: 0;
font-size:100%;
font-weight: normal;
font-style: normal;
line-height: 1.0;
box-sizing: border-box;
}
ul,ol,li {
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a {
text-decoration: none;
outline: none;
}
img {
border: none;
vertical-align: bottom;
}
html {
scroll-behavior: smooth;
font-size: 14px;
}
main {
display: block;
}
.clrF {}
.clrF:after {
content: "";
clear: both;
display: block;
}

