@charset "UTF-8";
/* CSS Document */

/*********************
        reset
*********************/
h1, h2, h3, h4, h5,
dl, dt, dd,
p,
figure{
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5{
	line-height: 1;
}
ul, li{
	list-style: none;
	margin: 0;
	padding: 0;
}
a{
	color: #000;
	text-decoration: none;
}
table{
	width: 100%;
	border-spacing: 0;
}
figure{
	line-height: 0;
}