@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 500;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.3s;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
	border-radius: 0;
}

input[type="submit"],
input[type="button"] {
	box-sizing: content-box;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: inherit;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: inherit;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: inherit;
}

a {
	color: inherit;
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	display: block;
	border: 0;
}

textarea,
select,
option,
input {
	outline: none;
}