@charset "utf-8";
/*****************************

　         reset.css

*****************************/
*{
	margin: 0;
	padding: 0;
}
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", "sans-serif";
  /* 文字の均等割付 */
	text-align:justify;
  text-justify:distribute;
}
a{
	/* タップ時のタッチカラー :　無効 */
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	text-decoration: none;
}
img { 
	border: none;
	margin: 0px;
	padding : 0px;
	vertical-align: top;
}
li{
	list-style: none;
}


