@charset "utf-8";

/* FONT-M CSS
----------------------------------------------- */

/* // Font style switch / normal // */
	body {
		font-size: 12px;
		line-height: 18px;
	}
	#container {
		font-size: 12px;
		line-height: 18px;
	}

/* fNav */
	#fNav {
		font-size: 10px;
		line-height: 14px;
	}

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

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

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

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

