@charset "utf-8";

/* 
=============================
　フロート解除
=============================
*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

 /* IE6 */
* html .clearfix { zoom: 1;}
 /* IE7 */
*:first-child+html .clearfix { zoom: 1;}

/* 
=============================
	その他
=============================
*/
img {
	border: none;
	vertical-align: bottom;
}
li {
	list-style: none;
}
address {
	font-style: normal;
}
html {
	-webkit-text-size-adjust: none;
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	width: 100%;
}
