@charset "utf-8";

/* CSS Document */

/*----------------------------------
	reset 
----------------------------------*/
html{
    overflow-y: scroll;
}

body,
div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,
p,blockquote{
    margin: 0;
    padding: 0;
}

fieldset,img,table{
    border: 0;
}

table{
    border-collapse: collapse;
    border-spacing: 0;
    font-size:inherit;
    font:100%;
    line-height: 1.5;
}

address, caption, cite, code, dfn, em, th, var{
    font-style: normal;
    font-weight: normal;
}

ol, ul{
    list-style: none;
}

pre,code,kbd,samp,tt{
    font-family: monospace;line-height: 99%;
}

h1,h2,h3,h4,h5{
        font-size: 100%;
        font-weight: bold;
}

em,strong{
    font-weight: bold;
    text-decoration: none;
}

sub{
    font-size: x-small;
    vertical-align: baseline;
}

img{
	vertical-align: top;
}