@charset "utf-8";
html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /* vertical-align:middle; */
  font-weight: normal;
  /*
  パディングとボーダーを幅と高さに含める
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  */
}
body {
  line-height: 1.5;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
textarea{
  resize: vertical;
}