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

