@charset "utf-8";
 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, sub, sup, var,
i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    /*font-weight: normal;*/
    vertical-align:baseline;
    background:transparent;
    word-break: break-all;
}

table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0;
    outline:0;
    font-size:100%;
    font-weight: normal;
    vertical-align:top;
    /*background:transparent;*/
    word-break: break-all;
}

body {
    line-height: 1.3;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
  
:focus {
    outline: 0;
}
  
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/*----------------------------------------------------
    Clearfix
----------------------------------------------------*/

.cf {
    zoom: 1;
} 

.cf:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}   
  
/* Hides from IE-mac */
* html .cf {
    height: 1%;
}
.cf {
    display: block;
}
/* End hide from IE-mac */