@charset "UTF-8";
/* Apply to Body
----------------------------------------- */
body,h1,h2,h3,h4,p,ul,li,dl,dt,dd,address,strong,em {
padding:0;
margin:0;
list-style-type:none;
font-size:100%;
font-style:normal;
font-weight:normal;
}
img {border:none;}

/* Fonts
----------------------------------------- */
body {
font-size: 75%; /* IE */
}
html>/**/body {
font-size: 12px; /* Except IE */
}


/* clearfix
------------------------------------------------------------*/
.clearfix:after {
content: ".";
display: block;
visibility: hidden;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
clear: both;
}
.clearfix {
zoom: 100%;
display: inline-block;
}


/* bright
------------------------------------------------------------*/
a:hover img{
opacity:0.7;
filter: alpha(opacity=70);
}

