﻿/* CSS Document */

/* --- 110% --- */
.s6p {
	font-size: 110%;
	line-height: 150%;
}
.s6 {
	font-size: 110%;
	line-height: 133%;
}
.s6m {
	font-size: 110%;
	line-height: 125%;
}
.s6nol {
	font-size: 110%;
}



/* --- 100% --- */
.s5p {
	font-size: 100%;
	line-height: 150%;
}
.s5 {
	font-size: 100%;
	line-height: 133%;
}
.s5m {
	font-size: 100%;
	line-height: 125%;
}
.s5nol {
	font-size: 100%;
}



/* --- 90% --- */
.s4p {
	font-size: 90%;
	line-height: 150%;
}
.s4 {
	font-size: 90%;
	line-height: 133%;
}
.s4m {
	font-size: 90%;
	line-height: 125%;
}
.s4nol {
	font-size: 90%;
}



/* --- 80% --- */
.s3p {
	font-size: 80%;
	line-height: 150%;
}
.s3 {
	font-size: 80%;
	line-height: 133%;
}
.s3m {
	font-size: 80%;
	line-height: 125%;
}
.s3nol {
	font-size: 80%;
}


/* --- 70% --- */
.s2p {
	font-size: 70%;
	line-height: 150%;
}
.s2 {
	font-size: 70%;
	line-height: 133%;
}
.s2m {
	font-size: 70%;
	line-height: 120%;
}
.s2nol {
	font-size: 70%;
}


/* --- 60% --- */
.s1p {
	font-size: 60%;
	line-height: 150%;
}
.s1 {
	font-size: 60%;
	line-height: 133%;
}
.s1m {
	font-size: 60%;
	line-height: 120%;
}
.s1nol {
	font-size: 60%;
}



/* 決め打ちフォントサイズ */
.info10 {
	font-size: 10px;
	line-height: 100%;
}
.info12 {
	font-size: 12px;
	line-height: 100%;
}
/* line-height 133 */
.s10lh133 {
	font-size: 10px;
	line-height: 133%;
}
.s12lh133 {
	font-size: 12px;
	line-height: 133%;
}
/* 12px */
.s12 {
	font-size: 12px;
	line-height: 100%;
}
.s10 {
	font-size: 10px;
	line-height: 150%;
}
