body {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	line-height: 140%;
}

/*------------------------------
　font
------------------------------*/

.small  { 
　　font-size: 10px; 
}


.large { 
　　font-size: 14px; 
　　line-height: 21px 
}

.col_b3 { color: #333333; }
.col_b6 { color: #666666; }

/*------------------------------
　utilitty
------------------------------*/
.mt10 { margin-top: 10px; }
.ml10 { margin-left: 10px; }

/*------------------------------
　clearfix
------------------------------*/

.clear {
	clear: both;
}

/***** clearfix >> ******/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

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

/***** clearfix << ******/
