@charset "utf-8";
body {
    margin: 0px;
    padding: 0px;
    font-family:sans-serif;
    font-size:1em;
    font-size:1rem;
    background:none;
}
*,
body {font-family:sans-serif;}

html, body {
    height:100%;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
}
html {font-size: 62.5%;}
fieldset {border: none;}

* {
    margin: 0;
    padding: 0;
    font-size:1em;
    letter-spacing: -0.001em;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

p, dl, input, ul, li {
margin:0;
padding:0;
}
/*
rt {
    display:inline;
}
*/

a {
    text-decoration:underline;
}

input,
textarea,
select {font-family:sans-serif;}

a:hover {
    text-decoration:none;
}

a:focus {outline:none;}

img {border:none;}

ul, ol {list-style:none;}

table {
    border-collapse:collapse;
}


/* clearfix */
.clfix {width:100%;}
.clfix::after {
	content: "";
	display: block;
	clear: both;
}
element {width:100%;} /* clearfix IE 6, 7 */
element:af ter {
    content:"";
    display:block;
    clear:both;
} /* clearfix */
