@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
body {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}
div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
tbody {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
}

input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="button"],
input[type="submit"] {
/*
  background-color: transparent;
  border-radius: 0;
*/
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
}