@charset "utf-8";
/*　基本設定(共通クラス)　----------------------------------- */
.font10 {
	line-height: 1.5;
	font-size: 10px;
}

.font10_2 {
	line-height: 1.2em;
	font-size: 10px;
}

.font10gry {
	line-height: 1.5;
	font-size: 10px;
	color: #666666;
}

.font12gry {
	color: #666666;
}

.font10wht {
	font-size: 10px;
	color: #FFFFFF;
}

.font10up {
	font-size: 10px;
	vertical-align: 13%;
	line-height: 1.5em;
}

