@charset "utf-8";

/*
@initialize
*/
:root {/* ff && safari */
/*overflow-y:scroll*/
}

* {
margin:0;
padding:0;
font-variant:normal;
font-size-adjust:none;
}
html, body {
width:100%
}

hr, h1, h2, h3, h4, h5, h6, legend {
display:none;
}

img {
border:0;
vertical-align:middle;
margin:0;
padding:0;
}

li {
list-style:none;
text-align: left;
}

a {
text-decoration:none;
cursor:pointer;
}
a:link {
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
a:visited {
text-decoration:none;
}
fieldset {
border:0;
}

label {
cursor:pointer;
}

table {
border-spacing:0px;
display:table;
margin-bottom:0;
margin-top:0;
text-indent:0;
}


li, dd {

}

/*table a:link {
text-decoration:none;
}
table a:hover {
text-decoration:underline;
color:#d82a80;
}*/