@charset "utf-8";

/* FONT-L CSS
----------------------------------------------- */

/* // Font style switch / large // */
	body {
		font-size: 14px;
		line-height: 18px;
	}
	#container {
		font-size: 14px;
		line-height: 18px;
	}
	
/* Font-Size */
	.font10-15 { font-size: 12px; line-height: 18px; }
	.font12-18 { font-size: 14px; line-height: 20px; }
	.font14-20 { font-size: 16px; line-height: 18px; }
	.font20-24 { font-size: 22px; line-height: 26px; }

/* fNav */
	#fNav {
		font-size: 12px;
		line-height: 15px;
	}

/* other tags */
	/* .cap & .caption */
	.cap,
	.caption {
		font-size: 12px;
		line-height: 15px;
		color: #666666;
		padding-top: 5px;
	}
	.caption {
		padding-top: 0;
	}

	/* #breadCrumb */
	#breadCrumb {
		font-size: 12px;
		line-height: 14px;
	}

	/* #newsList */
	#newsList li {
		font-size: 14px;
	}
	#newsList li span {
		font-size: 12px;
	}

/* Font Style Switch Navigation */
	#fontSize a#fontSizeM {
		background-position: left top!important; 
	}
	#fontSize a#fontSizeM:hover {
		background-position: right bottom!important; 
	}
	#fontSize a#fontSizeL {
		background-position: right bottom!important; 
	}
	#fontSize a#fontSizeL:hover {
		background-position: right bottom!important; 
	}

