﻿@charset "utf-8";

/* ============================================
	/knowledge/history.html
============================================ */

body.history #mainSection {
	padding-bottom: 10px;
}

body.history #mainSection p {
	line-height: 1.5;
}

	body.history #mainSection .sentenceBox {
		width: 413px;
		overflow: hidden;
	}
		body.history #mainSection .sentenceBox p {
			margin-bottom: 1em;
		}
		
		body.history #mainSection .sentenceBox em {
			color: #999966;
		}
		
		body.history #mainSection .sentenceBox .fltL {
			margin-right: 15px;
		}
		body.history #mainSection .sentenceBox .fltR {
			margin-left: 15px;
		}



