@charset "utf-8";



/* Suggested order
* list-style
* outline
* display
* position
* top
* left
* float
* clear
* width
* height
* line-height
* vertical-align
* visibility
* margin
* padding
* border
* table
* background
* color
* font
* text-decoration
* text-align
* white-space
*/


/* Imported Styles
----------------------------------------------------------- */

@import url("common.css");
@import url("component.css");
@import url("anchor.css");
@import url("fonts.css");
@import url("layouts/structure.css");
@import url("contents.css");

/* float clear
----------------------------------------------------------- */

.clearFix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearFix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearFix {
  height: 1%;
}
.clearFix {
  display: block;
}
/* End hide from IE-mac */
