@charset "UTF-8";


/* Reset -------------------- */
body, h1, h2, h3, h4, h5, h6, p, address, blockquote, pre, div, dl, dt, dd,
ol, ul, li, th, td, form, fieldset, input, textarea {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

select {
	margin: 0 0 0 0;
}
img {
	border: 0 none;
	vertical-align: bottom;
}
hr　{
	display: none;
}
a {
	outline: none;
}
ol, ul {
	list-style: none;
}
article, aside, details, figcaption,
figure, footer, header, hgroup, menu, nav {
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; font-size:0; line-height:1; overflow:hidden; }