@charset "utf-8";

* { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
a, img, abbr, acronym, fieldset { border: 0; }
img { vertical-align: top; line-height: 1; }

em, strong, dfn, code, var, cite,
input, select, textarea, button, optgroup, option,
address,
th, caption  { font-weight: inherit; font-style: inherit; font-size: inherit; }

input, select, textarea, button, optgroup, option { font-family: inherit; }

ol, ul { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; }
th, td { vertical-align: top; }
th, caption { text-align: left; }

abbr, acronym { font-variant: normal; }

ins, del { text-decoration: none; }

sub, sup { vertical-align: baseline; }

q:before, q:after { content: ''; }

div, p,
ul, ol, li, dl, dt, dd,
th, td,
h1, h2, h3, h4, h5, h6 { background-repeat: no-repeat; background-position: 0 0; }



/* ============================== css hack */
/* floating box clear */
.clr:after,
.m_sec:after,
.m_col:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }

.clr,
.m_sec,
.m_col { display: inline-table; min-height: 1%; }

/* Hide from mac IE5 \*/
* html .clr,
* html .m_sec,
* html .m_col { height: 1%; }
.clr,
.m_sec,
.m_col { display: block; }
/* End Hide from mac IE5 */

/* hide text */
.hd { text-indent: -9999px; overflow: hidden; }
.hd a { overflow: hidden; }


/* ============================== multi column */
.m_sec {  }
.l_sec { float: left; }
.r_sec { float: right; }

.m_col { }
.l_col { float: left; }
.r_col { float: right; }
