@charset "utf-8";

/* ===========================================================

	Title: size_s.css
	Created:		2012-8-24
	Last Created:	2012-8-24
	
=========================================================== */
/*

	bt font size
	
----------------------------------------------------------- */

div#header dl {
	background: url(../img/hed/fontsizeBt_small.gif) 61px 0 no-repeat;
}

/* -----------------------------------------------------------	

	main font size
	
----------------------------------------------------------- */


.main,
.main table {
	font-size: 12px;
	line-height: 1.7;
}

.main .txtS,
.main table.txtS,
.main table.txtS td {
	font-size: 11px !important;
	line-height: 1.5 !important;
}

.main .txtL {
	font-size: 13px;
	line-height: 1.6;
}

.main .txtLL {
	font-size: 14px;
	line-height: 1.7;
}
.main h3 {
	line-height: 1;
}

.main h4 {
	font-size: 13px;
	line-height: 1.2;
}

.main h5 {
	font-size: 13px;
	line-height: 1.6;
}

p.read {
	font-size: 16px;
	line-height: 1.6;
}

ul.feature {
	font-size: 14px;
	line-height: 1.3;
}

/* -----------------------------------------------------------	

	top
	
----------------------------------------------------------- */
.businessDomain li dl dt {
	font-size: 14px;
	font-weight: bold;
}
.businessDomain li dl dd {
	font-size: 11px;
}