@charset "utf-8";

/* --------------------------------------------
CSS Information

File name: reset.css
Summary: reset style
Created: 2016-06-06
Last update: 2016-06-06
-------------------------------------------- */

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

table {
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

abbr,acronym {
	border:0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	color: #000;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.6;
	font-size: 14px;
	}