@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,figure,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

fieldset,img {
	border:0;
}

ol,ul {
	list-style:none;
}

img {
	vertical-align: bottom;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
}

html {
    line-height: 1.15;
    font-size: 62.5%;
}