/* CSS Document */

/* =========================================================
     リセットCSS
========================================================= */
* {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic , "Yu Gothic medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
ul,ol {
	list-style: none;
}
img {
	-webkit-backface-visibility: hidden;
}
a {
	text-decoration: none;
}