@charset "utf-8";
*:focus {
  outline: none;
}
body {
  margin: 0;
}
h1,h2,h3,h4,h5 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
}
p {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
ul,ol {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
button,input,select,textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  font-family: inherit;
  font-size: 100%;
  max-width:100%;
}
table {
  table-layout: fixed;
  border-collapse: collapse;
}
th {
  font-weight: normal;
  text-align: left;
}