.large{
	
	font-size:11px;
}
.large2{
	
	font-size:12px;
}
.large3{
	
	font-size:14px;
}
.large4{
	
	font-size:16px;
}
.large5{
	
	font-size:20px;
}
.small{
	
	font-size:8px;
}

/*全体のフォントサイズを一括指定
あとは個々にemにて調整*/
*{
font-size:10px;/*-------------------フォントサイズ*/
line-height:1.6em;
}

