@charset "utf-8";

/* @group reset */

*{
	margin: 0;
	padding: 0;
	border: none;
}

a {
	text-decoration : none
}
ul, ol {
	list-style : none
}
img {
	vertical-align : middle;
}


input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
}
/* @end */
