@charset "utf-8";
 
/* reset
-------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
address,caption,strong,em {
	font-style:normal;
}
li{
	list-style-type:none;
}
img {
	border:0;
}
hr {
	display:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
select,
textarea {
	vertical-align:middle;
}