@charset "UTF-8";

*{
	list-style-type: none;
	text-decoration: none;
	line-height: 1;
	font-weight: normal;
	margin: 0;
	padding :0;
	box-sizing: border-box;
}
