@charset "utf-8";
* { margin: 0; padding: 0; box-sizing: border-box; }
html { overflow-y: scroll; overflow-x: auto; }
html,body { height: 100%; -webkit-text-size-adjust: 100%; }
img { border: none; }
ul,ol { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }

body { font-size: 92%; line-height: 1.6; font-family: Noto Sans JP,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; color: #333333;	font-weight: 400;}

h1,h2,h3,h4,h5,h6 { font-size: 100%; }
a,a:link,a:visited { color: #333333; text-decoration: none; }
a:hover,a:active { color: #333333; }
a:focus { outline: none; }
.clear { clear: both; }
article,aside,details,footer,header,main,menu,nav,section,summary { display: block; }