@charset "utf-8";
/* CSS Document */

/*============================================================

  Reset

============================================================*/
body, div, th, td, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, figcaption, figure {
	margin: 0;
	padding: 0;
}

/* 斜体時矯正 */
address, em {
	font-style: normal;
}

/* 太字 */
th {
	font-weight: normal;
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 横罫線消去 */
legend {
	display: none;
}

/* フォントサイズ統一 */
h1, h2, h3, h4, h5, h6, small {
	font-size: 100%;
	font-weight: normal;
}

/* 枠線消去 */
img, fieldset {
	border: 0;
}

/* 画像の配置（ベースラインからボトムへ） */
img {
	vertical-align: bottom;
}

/* リスト */
li {
	list-style-type: none;
}