@charset "UTF-8";
/*============================
	html5 base style
============================*/
html,body,div,span,object,iframe,
h1,h2,h3,h4,h5,h6,p,pre,address,code,
em,img,a,
small,strong,sub,sup,var,b,i,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,figcaption,figure,
footer,header,menu,nav,main,section,
time,mark,audio,video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  box-sizing: border-box;
}
article,aside,figcaption,figure,
footer,header,menu,nav,main,section {
  display:block;
}
ol,ul {
  list-style:none;
}
a {
  text-decoration:none;
  color: #000;
}
img{
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
button, input, select, textarea {
  vertical-align:middle;
  font-family : inherit;
  font-size   : 100%;
}
input,select,button {
  border:0;
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  appearance:none;
}

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