@charset "UTF-8";

/* fontサイズ表
	10px 	77%
	11px 	85%
	12px 	93%
	13px 	100%
	14px 	108%
	15px 	116%
	16px 	124%
	17px 	131%
	18px 	139%
	19px 	147%
	20px 	154%
	21px 	162%
	22px 	170%
	23px 	177%
	24px 	185%
	25px 	193%
	26px 	200%
	28px 	215%
	32px 	248%
	40px  308%
*/

.term_box{
	margin: 2em auto;
}

.term_headline {
	margin: 1em 0px 0.5em;
	font-weight: normal;
	font-size: 116%;
	color: #A0842C;
}

.list_diamond li {
	list-style:none;
	text-indent: -1em;
}

.list_diamond li:before {
	content:"◆";
	display: inline-block;
	width: 2em;
	text-indent: 0;
}