pre {
  font-size:8px;
}

.red {
  color:#F00;
}
.bold {
  font-weight:bold;
}
.center {
  text-align:center;
}
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, table, caption, tr, th, td, dl, dt, dd, a, img, form, input, textarea, p, button, strong {
  margin:0;
  padding:0;
  font-size:1em;
  font-weight:normal;
}
header, nav, article, section, footer {
  margin:0;
  padding:0;
  font-size:1em;
  font-weight:normal;
}

table {
  border:none;
  border-collapse:collapse;
  border-spacing: 0;
}
legend{display: none;}

li {list-style-type: none;}

a, img {
  border:none;
  text-decoration:none;
  outline:none;
}
input[type=submit] ,
button[type=submit],
input[type=reset] ,
button[type=reset] {
  cursor:pointer;
}

/* clearfix */
.cf:after {
  content:".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
.cf {
  clear: both;
  min-height: 0.1px;
}
