@charset "utf-8";

/* Reset
------------------------------------------------------------*/
body,div,ul,ol,li,dl,dd,h1,h2,h3,h4,h5,h6,p,header,section,footer{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a{
	text-decoration:none;
}
em{
	font-style: normal;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: bold;
}

img {
	border: 0;
}

li {
	list-style-type: none;
}