@charset "utf-8";
/*****************************
reset.css
*****************************/

*{
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  text-align: left;
  text-decoration: none;
}
body {
  font-family: sans-serif;
  font-size:12px;
}
img {
  vertical-align: top;
  border: none;
}
ul li{
  list-style:none;
}
a{
  text-decoration: none;
  color:#2950bf;
}
td,th{
  vertical-align:top;
}
