/* reset CSS */

/*追加reset*/
input,textarea,select,option,
embed {
    margin:0;
    padding:0;
    vertical-align:baseline;
	background:transparent;
    }
	
/* フォント初期値
--------------------------------------------------------------------- */
body { font-size:62.5%; /* 10px */ }
div,p { font-sze:1.2em; /* 12px */ }

/* clearfix
--------------------------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

.clear {
	clear:both;
}
