@charset "utf-8";

/*----------------------------------------------------------------
 ResetCSS
 -----------------------------------------------------------------
 [!]Please import me before all CSS files ( = import me first!).
 
 c/p
 @import "./reset.css";
----------------------------------------------------------------*/
html {
	overflow-y			: scroll;
}

html, body,
div,
h1, h2, h3, h4, h5, h6,
p, pre, blockquote,
ul, ol, li, dl, dt, dd,
ins, del, address, hr,
form, fieldset, legend,
table, caption, thead, tfoot, tbody, tr, th, td {
	padding				: 0;
	margin				: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style			: normal;
}

/* table
---------------------------------------------------- */
table{
	border-collapse		: collapse;
	border-spacing		: 0;
}
caption, th{
	text-align			: left;
}
td,th{
	font-size			: inherit;
	font-family			: inherit;
	font-style			: inherit;
}

/* heading
---------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
}


/* block elements
---------------------------------------------------- */
pre {
	white-space			: pre-wrap;
	word-wrap			: break-word;
}

/* inline elements
---------------------------------------------------- */
img, object {
	border				: 0;
	vertical-align		: bottom;
}
sub {
	line-height			: 1;
	vertical-align		: buttom;
}
sup {
	line-height			: 1;
	vertical-align		: top;
}
q:before, q:after {
	content				: "";
}
br{
	letter-spacing		: 0;
}
/* form parts
---------------------------------------------------- */
fieldset {
	border: 0;
}
input, button, select, optgroup, option, textarea {
	background			: inherit;
	color				: inherit;
	font-family			: inherit;
	font-style			: inherit;
	font-variant		: normal;
	font-weight			: inherit;
	font-size			: 1em;
	letter-spacing		: normal;
	word-spacing		: normal;
	text-transform		: none;
}