@charset "utf-8";

body, table, form, fieldset {

  margin:0;

  padding:0;

}



fieldset {

  border:none;

}

h1,h2,h3,h4,h5,h6,p,per,blockquote,ol,di,dd,ul,li {

  margin:0;

  padding:0;

}



input,textarea {

  font-size:1em 

}

/*-----------------------------------------------------*/

.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */

	clear:both;

	height:0;

	font-size: 1px;

	line-height: 0px;

}



/*-----------------------------------------------------*/