@charset "utf-8";
/* CSS Document */

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


html, body {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #333;
	}



h1,h2,h3,h4,h5,h6,h7,p,span {
	margin: 0;
	padding: 0;
	line-height: normal;
	}



ul, ol, li, dl, dt, dd {
	list-style: none;
	margin: 0;
	padding: 0;
	} 

div:after,
ul:after {
    content: "";
    display: block;
    clear: both;
}


