@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  default.css
 style info :  reset every style each browser has
=================================================================== */
/*--- reset */
/**/
html {
overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin: 0;
padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-style: normal;
}

em {
font-weight: bold;
}

table {
border-collapse: collapse;
border-spacing: 0;
}
caption,th {
text-align: left;
}
q:before,q:after {
content: '';
}
object,
embed {
vertical-align: top;
}
hr,legend {
display: none;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form {
font-size: 100%;
font-weight: normal;
}
img,abbr,acronym,fieldset {
border: 0;
}
li {
list-style-type: none;
}

img {
vertical-align: bottom;
}

a:hover img {
filter:alpha(opacity=85);
-moz-opacity:0.85;
opacity:0.85;
}

.bt a:hover img {
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}
.modal{
 display: none;
}