﻿@charset "utf-8";

/*■■■■■■■■■■■■■■■■■■■■
文字サイズ big
■■■■■■■■■■■■■■■■■■■■■*/
/*文字サイズ*/
.f10,.bread {
	font-size: 12px;
	}

.f12,body,p,td,li,dl,h6 {
	font-size: 14px;
	}

.f14,h5 {
	font-size: 16px;
	}

.f16 {
	font-size: 18px;
	}

/*行間*/
body,p,td,li,dl {
	line-height: 140%;
	}

