
/* text css start */
.s-text{	/* 80%> */
	font-size: 75%;
	line-height: 140%;
}
.s-gray-text{	/* 80%> */
	font-size: 75%;
	color: #666666;
	line-height: 140%;
}
.s-green-text{	/* 80%> */
	font-size: 75%;
	color: #009900;
	line-height: 140%;
}
.s-white-text{	/* 80%> */
	font-size: 75%;
	color: #ffffff;
	line-height: 140%;
}
.s-point1-text{	/* 80%> */
	font-size: 75%;
	color: #7f7724;
	line-height: 140%;
}
.s-point2-text{	/* 80%> */
	font-size: 75%;
	color: #88545A;
	line-height: 140%;
}
.d-red-text {
	color: #E50012;
}
.d-gray-text {
	color: #666666;
}
.d-green-text {
	color: #009900;
}
.d-white-text {
	color: #ffffff;
}
.d-blue-text {
	color: #00f;
}
.d-point1-text {	
	color: #7f7724;
}
.d-point2-text {	
	color: #88545A;
}

/* text css end */