﻿@charset "UTF-8";

html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset,button{
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
ul, ol{
	list-style: none;
}
a{
	text-decoration: none;
}
img{
	border: 0;
	vertical-align: bottom;
}
