@charset "utf-8";

/*初期設定
---------------------------------*/
*{
	margin:0;
	padding:0;
	color:#333;
	font-size:100%;
	text-decoration:none;
	font-family: "ヒラギノ角ゴ Pro W3", sans-serif;
}

/* HTML 5 elements */
section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary {
	display:block;
	margin:0;
	padding:0;
	color:#333;
	font-size:14px;
	text-decoration:none;
	font-family: sans-serif;
}
