@charset "shift_jis";

/*===================================================================
	Reset Settings
===================================================================*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }

/* list */
dl, dt, dd, ul, ol, li { margin:0; padding:0; }
ol, ul { list-style: none; }

/* table */
table { border-collapse:collapse; border-spacing:0; }
th, td { margin:0; padding:0; }

img { margin:0; padding:0; border:0; vertical-align: top; }

form, textarea, blockquote, table, th, td { font-size: 100%; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }

select, input, textarea { font-family: inherit; font-size: 1em; }

/*===================================================================
	HTML5 Reset Settings
===================================================================*/

article, aside, dialog, figure, footer, header, hgroup, nav, section, address { display:block; }

/*===================================================================
	clearfix
===================================================================*/

.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}
.clearfix{
	zoom:1;
}
