/* タイトル */
.title{
	font-weight: bold;
	font-size: 12px;
}
/* 宣言 */
.declaration{
	font-size: 12px;
	color:#444444;
}
/* 条文 */
.joubun{
	font-size: 12px;
	font-weight: bold;
	color:#444444;
}
/* 条項 2つ以上のもの*/
.joukou{
	font-size: 12px;
	list-style-position: outside;
	color:#444444;
}
/* 条項が１つだけのもの */
.joukou_only1{
	font-size: 12px;
	margin-left: 2em;
	color:#444444;
}
/* 小条項 */
.s_joukou{
	font-size: 12px;
	vertical-align: top;
	color:#444444;
}
/* 制定（改定日）*/
.seitei{
	font-size: 12px;
	position: static; top: 10px; left: 10px;
	text-align: right;
	color:#444444;
}
/* 問い合わせ */
.toiawase{
	font-size: 12px;
	color:#444444;
/*	text-align: right; */
}
/* <li>に対して指定 */
li {
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}

