@charset "UTF-8";

/* ------------------------------------------------------
	reset
------------------------------------------------------ */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, address, blockquote, pre, code, form, fieldset, legend, input, textarea, select, option, button, label, th, td, hr {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFF;
	color: #000;
}
h1, h2, h3, h4, h5, h6, table, input, textarea, select, option, button {
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, address, blockquote, q, cite, caption, th, dfn, code, var, samp, kbd, em, strong {
	font-style: normal;
	font-weight: normal;
}
/* links
------------------------------*/
a {
	outline: 0;
	cursor: pointer;
}
:focus {
	outline: 0;
}
/* Remove dotted outlines on all links (IE only) */
a:active,
a:focus {
	outline: expression(hideFocus='true');
}
/* quotation
------------------------------*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* table
------------------------------*/
table {
	border-collapse: separate;
	border-spacing: 0;
}
/* misc
------------------------------*/
ol, ul {
	list-style: none;
}
a img, img {
	border: 0;
	vertical-align: bottom;
}
code, var, samp, kbd {
	font-family: monospace;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
abbr, acronym {
	border: 0;
}
/* forms
------------------------------*/
fieldset {
	border: 0;
}
input, textarea, select, option, button, label {
	color: inherit;
	font-family: inherit;
}
input, textarea, select, option, button {
	vertical-align: baseline;
}
textarea {
	vertical-align: top;
}

/* ------------------------------------------------------
	clearfix
------------------------------------------------------ */
.clearfix {
	overflow: hidden;
}
.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0;
	content: '';
}
