/*h2見出しの飾り（ボックス）*/
div.maintext h2.borderboxh2{border-left-color:#f6ab00;}

/*h3見出しの飾り（ボックス）*/
div.maintext h3.borderboxh3{border-left-color:#fddd8c;}

/*h4見出しの飾り（ボックス）*/
div.maintext h4.borderboxh4{font-size:large; font-weight:bold; margin-top:2em; margin-left:17px;}
div.maintext h4 span.spanh4{border-bottom:1px dotted #666; background-color:#e3e3e3; padding:0 5px;}
//div.maintext div.circleh4{margin-left:25px;margin-right:5px;width: 14px;height: 14px;-webkit-border-radius: 7px;-moz-border-radius:7px;border-radius: 7px;background-color: #f6ab00;float:left;}

/*p英文*/
div.maintext p.eng{font-size:120%; font-weight:bold; text-indent:0; margin-left:2em; margin-top:0.7em; margin-bottom:0.5em;}

/*span和訳*/
div.maintext p.eng span{font-size:90%; color:#999; font-weight:normal;}

/*box1オレンジ*/
div.maintext div.box1{font-size:medium; border:none; background-color:#fddd8c;}
div.maintext div.box1 dl{margin-top:1em;}

/*ul リスト*/
div.maintext ul.list1{list-style:none; font-size:medium; margin:1em 0;}
div.maintext ul.list1 li{margin-bottom:0.5em; text-indent:-1em;}
div.maintext ul.list1 li span.y_circle{color:#f6ab00; margin-right:0.2em;}
div.maintext ul.list1 li span.comment{border-bottom:1px dotted #666;}
/*-----※以下のように設置-----
<ul class="list1">
	<li>
		<span class="y_circle">●</span>
		<span class="comment">xxxxxxxxxxx</span>
	</li>
</ul>
---------------------------------*/