@charset "UTF-8";

/* CSS リセット ▼ */
*{
	padding:0;
	margin:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
img{
	border:0;  
	}
a{
	text-decoration: none;
	color: #000;
}

ul{
	list-style:none;  
	}
h1,h2,h3,h4,h5,h6{  
	font-weight:normal;  
	font-size:100%;  
	} 
table{
	border-collapse: collapse;
	}

/*  CSS リセット ▲  */