@charset "utf-8";
/* CSS Document */

h1,h2,h3,h4,h5,h6,div{
	margin:0px;
	padding:0px;
}

img {
	border-style:none;
	vertical-align:bottom;
}


p{
	margin:0px;
	padding:0px;
}
dl,dt,dd{
	margin:0px;
	padding:0px;
}

ul,li{
	margin:0px;
	padding:0px;
	list-style-type:none;

}

.clear{
	clear:both;
}

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
	font-size:0.1px;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
