@charset "utf-8";

/* BASE CSS */
* {
font-size: 100%;
font-weight: normal;
margin: 0;
padding: 0;
}

h1,h2,h3,h4,h5,h6,p,ol,ul,li {
margin: 0;
padding:0;
border: 0px;
font-style: normal;
line-height: 100%;
font-weight: normal;
}

img {
border:0;
}

a { 
text-decoration:none; 
}

a img {
text-decoration: none; border: 0;
}

td {
vertical-align:top; text-align:left;
}

li {
list-style-type:none;
}

/* CLEARFIX CSS */
.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}