@charset "utf-8";

*,
*::before,
*::after {
	box-sizing: border-box;
}


html,
body {
	margin: 0;
	padding: 0;
}


header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
    display: block;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    border: 0;
	
}

a {
	color: inherit;
	outline: none;
    text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: middle;
}

video {
	max-width: 100%;
	height: auto;
}


ul,
ol {
	list-style: none;
    list-style-type: none;
}


