@charset "UTF-8";

/* Reset
------------------------------------------------------------*/
*{box-sizing: border-box;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td,figure {
	margin: 0;
	padding: 0;
}
address,em { font-style: normal; }
th { font-weight: normal; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th { text-align: left;}
legend { display: none;}
h1,h2,h3,h4,h5,h6,small { font-weight: normal; }
img,fieldset { border: 0;}
/* img {
	vertical-align: bottom;}
 */
li { list-style-type: none;}
