@charset "utf-8";

/* ////////////////////////////////////////////////////////

	Style Reset

//////////////////////////////////////////////////////// */

html {
	/*overflow-y: scroll;*/
}

body,
div,
p,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
pre,
blockquote,
fieldset,
form,
input,
textarea {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

em,
th,
var,
dfn,
cite,
code,
strong,
address,
caption {
	font-style:normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
caption {
	text-align: left;
}

img,
abbr,
acronym,
fieldset {
	border:none;
}

li {
	list-style-type: none;
}

hr,
legend {
	display: none;
}

