<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ===========================================================

	Title:			size_m.css
	Created:			2013-12-20
	Last Created:		2013-12-20
	
=========================================================== */
/*

	bt font size
	
----------------------------------------------------------- */
div#header .hed-line dl {
	background: url(../img/common/hed/fontsize_middle.gif) right bottom no-repeat;
}

/* -----------------------------------------------------------	

	main font size
	
----------------------------------------------------------- */

div.contents,
div.contents table {
	font-size: 13px;
	line-height: 1.6;
}

div.contents .txt-s {
	font-size: 12px;
	line-height: 1.5;
}
div.contents .txtL {
	font-size: 15px;
}
div.contents .txt-ll {
	font-size: 24px;
}

div.contents h3 {
	font-size: 16px;
}

div.contents h4 {
	font-size: 15px;
}

div.contents h5 {
	font-size: 14px;
}

div.contents .read,
div.contents .readA,
div.contents .readB {
	font-size: 14px;
	line-height: 1;
}</pre></body></html>