@charset "UTF-8";

/**/

html,body,
h1,h2,h3,h4,h5,h6,
div,span,
p,address,
ul,ol,li,dl,dt,dd,
img,a,
table,tr,th,td,
form,button{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
}

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

/* clearfix (floatをかけたものの親要素にclass名「cf」を付けると、きちんとfloatが解除される) */
.cf:after {
    content: "";
    display: block;
    clear: both;
}
