.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.fz16 {
  font-size: 16px;
}

.red {
  color: #F00;
}

.img_r {
  float: right;
  padding: 0 0 20px 20px;
}

.img_l {
  float: left;
  padding: 0 20px 20px 0;
}

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

a {
  color: #FFF;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

/*# sourceMappingURL=common.css.map */
