@charset "UTF-8";

/* CSS Document */

/* coomon setting */

*{
	margin:0;
	padding:0;
}

img{
	display:block;
}

a{
	text-decoration: none;
	color:#333;
}

.cf::after{
	content: "";
	display: block;
	clear: both;
}


ul{
	list-style-type: none; 
	padding:0;
}

html{
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,Osaka,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
/*
	font-family: "Kokoro";
*/
}


