/* normalize+ */
h1, h2, h3, h4, h5, h6,
p, ul, ol, dl, blockquote, pre {
  margin: 0;
  font-size: 1em;
}
td, th {
  padding: 0;
}
ul, ol {
  padding-left: 0;
}
li {
  list-style-type: none;
}
dd {
  margin-left: 0;
}
em {
  font-style: normal;
  font-weight: bold;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  box-sizing: border-box;
  min-height: 24px;
  padding: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: #b2b2b2;
  font-size: 12px;
  line-height: 18px;
}
input[type="checkbox"] {
  vertical-align: middle;
}

li {
  list-style: none;
}

img {
  vertical-align:top;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

