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

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

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="file"],
input[type="password"],
select,
button{
	-webkit-appearance: none;
}