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