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