@charset "utf-8" ;
div,dl,dt,dd,ul,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

/*フォント共通*/
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

/*リスト関連*/
ul,il {list-style: none;
}
/*テーブル関連*/
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

.clearfix:after, .clearfix:after ul {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix,.clearfix ul { display: inline-block; }
/* \*/
* html .clearfix,* html .clearfix ul { height: 1%; }
.clearfix, .clearfix ul { display: block; }


input {
	_margin: -1px 0;
}
