@charset "utf-8";
html, body, div, span, iframe,
h1, h2, h3,  
p, a, img, 
dl, dt, dd, ol, ul, li,
form, label,
table, tbody, tfoot, thead, tr, th, td,
footer, header, 
nav, ruby, section,
video {
	margin: 0;
	padding: 0;
	border: 0;
    font: inherit;
    color: inherit;
	vertical-align: baseline;
}
footer, header, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-spacing: 0;
}

li{
    list-style-type: none;
}

a{
    text-decoration: none;
}

