/* reset & common */
* {
	margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font: inherit;
}
fieldset,
img {
	border: none;
}
dl,
ul,
ol,
menu,
li {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
input,
select,
textarea,
button {
	vertical-align: middle;
}
input::-ms-clear {
	display: none;
}
button {
	border: none;
	background-color: transparent;
	cursor: pointer;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover,
a:focus,
a:active,
a:visited {
	text-decoration: none;
}
:focus {
	outline: none;
}
header,
footer,
menu,
nav,
aside,
main,
section,
article {
	display: block;
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
table {
	width: 100%;
	border-collapse: collapse;
	border: none;
}
th {
	font-weight: inherit;
}
address,
caption,
cite,
code,
dfn,
em,
var,
i,
cite,
em,
address,
dfn,
button,
input,
select,
textarea {
	font: inherit;
	color: inherit;
}
textarea {
	resize: vertical;
}
input {
	-webkit-appearance: none;
	border-radius: 0;
	appearance: checkbox;
}
input[type="password"] {
	font-family: sans-serif;
}
