@charset "utf-8";

.clearfix:after {
  content: ".";
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
}

.clearfix { display: inline-block; }

/*Hides from IE-mac ¥*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/*End hide from IE-mac*/


.disnone {
  display: none;
}

.red {
  color: #CC0000;
}

.odd {
  background: #FFFFFF;
}

.even {
  background: #F7F6ED;
}

img.float-L {
  float: left;
  margin: 0 10px 10px 0;
}

img.float-R {
  float: right;
  margin: 0 0 10px 10px;
}
