@charset "utf-8";

/*----------------------------------------------------------------------

Reset

-----------------------------------------------------------------------*/
body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,embed,object {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

* html table {
    border-collapse: collapse;
}

*:first-child+html table {
    border-collapse: collapse;
}

caption,td {
    text-align: left;
    font-weight: normal;
}

table,img {
    border: 0;
}

tr {
    vertical-align: top;
}

th {
	font-weight: bold;
	text-align: left;
}

img,input {
    vertical-align: middle;
}

* img {
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}

q:before,q:after {
    content: '';
}

ul {
	list-style: none;
}
