@charset "shift_jis";

html,body,div,span,object,iframe,
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,
abbr,address,cite,code,
del,dfn,img,ins,kbd,q,samp,
small,strong,sub,sup,var,
b,i,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	letter-spacing:0;
	vertical-align:baseline;
	background-color:transparent;
}
h1,h2,h3,h4,h5,h6,
address,
table,caption,tbody,tfoot,thead,tr,th,td{
	font-weight:normal;
	font-style:normal;
}
h1,h2,h3,h4{
	clear:both;
}
img,a img{
	vertical-align:top;
	-ms-interpolation-mode:bicubic;
}
li{
	list-style-type:none;
}

.clfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clfix {
  min-height: 1px;
}

* html .clfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


