/*
**  IE, Firefox, Safari, Google Chrome
*/

/* float clear style
------------------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* IE-macハック
------------------------------------------------*/
/* Hides from IE-mac \*/
* html .clearfix{ height: 1%; }
/* End hide from IE-mac */
*:first-child+html .clearfix{ zoom: 1; }


/* IEハック
------------------------------------------------*/
body{
  word-wrap: break-word;
}

