@charset "UTF-8";
/* ブロックレベルの要素を中心に余白をリセット */
html, body, div, h1, h2, h3, h4, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, caption, tbody, tfoot, thead, th, td, form, fieldset, img, small, storong, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
/* リストマーカーを非表示 */
ul, ol {
	list-style-type: none;
}
/* テーブルセルのボーダー設定 */ 
table {
	border-collapse: collapse;
	border-spacing: 0;
}
