@charset "UTF-8";

/* ------------------------------------------

Style Name: clearfix.css
Since:      2007-09-01
Modified:   2008-01-23
Version:    1.0
Auther:     Toshio Nagasaka

------------------------------------------*/

div#header:after,
div#nav:after,
div#secondly div.clientsDetail:after,
div#newArrival:after,
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div#header,
div#nav,
div#secondly div.clientsDetail,
div#newArrival,
.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html div#header,
* html div#nav,
* html div#secondly div.clientsDetail,
* html div#newArrival,
* html .clearfix {
    height: 1%;
}
div#header,
div#nav,
div#secondly div.clientsDetail,
div#newArrival,
.clearfix {
    display: block;
}
/* End hide from IE-mac */
