/* =reset
--------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0; margin: 0; }
table {
    border-collapse: collapse;
    border-spacing: 0; }
fieldset, img {
    border: 0; }

abbr, acronym {
    border: 0; }

a:active,
a:focus {
  outline: none; }


/* =clearing
------------------------------------------------------*/

/* =clear */
.clear { clear: both; font-size: 1px; line-height: 0; }

/* clearfix */
.clearfix:after {
        visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
