/* 文字サイズ(大) */
.font_x-small {
	font-size: 85%;
}

.font_small {
	font-size: 100%;
}

.font_medium {
	font-size: 122%;
}

.font_large {
	font-size: 143%;
}

.font_x-large {
	font-size: 158%;
}

