@charset "utf-8"
/*reset*/
*{
	margin: 0;
	padding: 0;
}
body {
  color: #898888;
  
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre, a, abbr, acronym, del, cite, address, small, sub, sup, b, u, i, center, font, em, strong, dl, dt, dd, ul, ol, li, form, fieldset, legend, table, caption, thead, tbody, tfoot, tr, th, td{
padding: 0;
margin: 0;
outline: 0;
}
fieldset,img,input{
border: 0;
}
address,caption,cite,code,dfn,em,th,var,i{
font-weight: normal;
font-style: normal;
}
ol,ul {
list-style: none;
}
caption,th {
text-align: left;
}
h1,h2,h3,h4,h5,h6 {
font-weight: normal;
font-size: 100%;
}
q:before,q:after {
content:'';
}
abbr,acronym { border: 0;
}
a:link,a:visited,a:hover
{
	text-decoration: none;
}
input
{
	outline: 0;
}
a{
	color: #464646;
}
img {
	max-width: 100%;
    vertical-align: top;
    border: 0;
}
button,
input,
textarea {
    font-size: 100%;
    vertical-align: middle;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
}
.clearfix{zoom:1;}
.clearfix:after{display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
div{
	display: block;
}
