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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
div,
table,
tr,
td,
th{
	margin:0;
	padding:0;
	}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
em,
th{
	font-size:100%
	font-weight:normal;
	font-style:normal;
}

img{
	border:0;
	vartical-align:bottom;
	}
	
table{
	border-collapse:cllapse;
	}
	
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
