@charset "UTF-8";
/* CSS Document */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
dl,
dt,
dd,
header,
nav,
figure,
footer,
form,
input,
textarea,
select,
button,
table,
th,
td,
tr{
	padding:0;
	margin:0;
	border:none;
	font-size:1.0em;
	font-weight:normal;
	line-height:1.5em;
}

li {
	list-style:none;
}

a {
	text-decoration:none;
}

/*input,*/
input[type="text"],
input[type="button"],
input[type="reset"],
input[type="submit"],
button {
	-webkit-appearance:none;
	border-radius:0;
}