@charset "SHift_JIS";

/* ============================================================
[text.css]
文字サイズ基本
============================================================ */

/* 文字サイズ基本 */
.small{
	font-size: 70%;
	line-height: 150%;
}
.medium{
	font-size: 75%;
	line-height: 160%;
}
.large{
	font-size: 90%;
	line-height: 170%;
}

/* 文字サイズ各要素 */
.pagePath {
	font-size: 70%;
	line-height: 140%;
}

h1 {
	font-size: 90%;
	line-height: 170%;
}
h2 {
	font-size: 90%;
	line-height: 170%;
}
h3 {
	font-size: 75%;
	line-height: 160%;
}
h4 {
	font-size: 75%;
	line-height: 160%;
}
h5 {
	font-size: 75%;
	line-height: 160%;
}

.gotoPageTop {
	font-size: 70%;
	line-height: 140%;
}

.footer {
	font-size: 70%;
	line-height: 140%;
}

.noNavi {
	font-size: 70%;
	line-height: 140%;
}

.newsFrom {
	font-size: 75%;
	line-height: 160%;
}

