@charset "utf-8";
/*
RESET.CSS
All block elements reset
*/

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}
