@charset "utf-8";

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	text-decoration: none;
}

body { 
	font-family: 
	"ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro",HiraKakuProN-W6,
	Osaka,
	"MS Pゴシック", "MS P Gothic";
}

img { 
	border: none;
	margin: 0px;
	padding : 0px;
	vertical-align: top;
}

*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	tap-highlight-color:rgba(0,0,0,0);
}