
/* reset css
==============================================================*/
body,
h1, h2, h3, h4, h5, h6,
p, ol, ul, dl, dt, dd, form,
figure{
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal;}

strong{font-weight:normal;}

table, td, th, tr, thead, tbody{border:none;}
table th{ text-align:left; font-weight:normal;}
table{ border-collapse:collapse;}

ul, ol{list-style:none;}

a{text-decoration:none;}
a img{border:none;}

img{ vertical-align:bottom;}
a{
	color: #000;
}
textarea{
	font-size:1em;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	box-shadow: none;
}
select{
  font-size:1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;

}

header,footer,section,nav,main,
figure, figcaption, time, small{display:block;}

button{
	border:none;
	margin:0;
  cursor: pointer;
}

address{
	font-style:normal;
}

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	outline: none;
}
input::placeholder,
textarea::placeholder {
  color: #bbb;
}

i{
	font-style: normal;
}
