@charset "utf-8";

.tac{
  text-align:center;
}
.tar{
  text-align:right;
}
.clear{
  clear:both;
  line-height:0;
}

.red{
  color:#FF0000;
}

.bold{
  font-weight:bold;
}
.mt5{
  margin-top:5px;
}
.mt10{
  margin-top:10px;
}
.mt20{
  margin-top:20px;
}
.mb10{
  margin-bottom:10px;
}

a img:hover{
  opacity: 0.7;
}
