@charset "UTF-8";
/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
th,
td {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol,
ul {
	list-style: none;
}

fieldset,
img {
	border: 0;
}

select option {
	padding: 0 5px;
}

form label {
	cursor: pointer;
}