.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/**
 * Dreamweaver作業時のみ
 */
.clearfix { overflow:hidden; }
.s80 { font-size: 80%; }
.m0 { margin: 0; }
.mL5 { margin-left: 5px; }
.mL85 { margin-left: 85px; }
.mB5 { margin-bottom: 5px; }
.p0 { padding: 0; }
.fLeft { float: left; }
.w80 { width: 80px; }
.listTypeNone { list-style-type: none; }
.listInside { list-style-position: inside; }
.listOutside { list-style-position: outside; }
body {
	font-size: 10pt;
	margin: 0;
	padding: 0;
}
html {
	overflow-x: hidden;
}