@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 {
margin:0;
padding:0;
border: 0;
font-size: 100%;
line-height: 1.0;
font-weight: normal;
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;
}
body {
color: #666;
font-family: "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
}
/*
------------------------------------------- */

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

