@charset "UTF-8";

/* ----------------------------------------------------------------

    Plus CSS

----------------------------------------------------------------- */

/* ----------------------------------------------------------------
  
    Clear

----------------------------------------------------------------- */
.ClearFix:after {
display: block;
clear: both;
height: 0;
visibility: hidden;
content: ".";
}

.ClearFix { display: inline-block; }
/* Hides from IE 4-6 \*/
* html .ClearFix { height: 1%; }
.ClearFix { display: block; } 
/* End hide from IE 4-6 */
