@charset "utf-8";


*
{
    margin: 0;
    padding: 0;
}

body {
-webkit-text-size-adjust: 100%;
}

table 
{border-collapse: collapse; 
border-spacing: 0; 
font-size: inherit;
}

ul,dl,ol
 {
text-indent: 0;
}

li
{
}

img 
{
border: 0;
}

strong {
font-weight:bold;
}


/* LINK */
a,
a:link,
a:visited {
    color: #000000;
    text-decoration: underline;
}
a:hover {
    color: #111111;
    text-decoration: underline;
}
a:active {}
a img {
    border: none;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


