@charset "UTF-8";

ul.ul02,
ul.ul03{
	padding-left: 25px; 
}
ul.ul02 > li,
ul.ul03 > li {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
ul.ul02 > li {
	padding-bottom: 0.3em;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #CCC;
}

ul.ul02 > li::before,
ul.ul03 > li::before {
	position: absolute;
	font-family:'FontAwesome';
}

ul.ul02 > li::before {
	content: "\f138";
	color: #98D5EA;
	left: -1.5em;
}
ul.ul03 > li::before  {
	font-weight: 400; 
	content: "\f0c8";
	color: #CCC;
	left: -1.3em;
}

.dre ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.dre ul li {
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	padding-bottom: 0.4em;
}

/* CSS Document */
dl.dl_pg01 dt {
	background-color:#006A46;
	border:1px solid #00915F;
	color:#ffffff;
	font-weight: bold;
	margin: 1.5em 0 0;
	padding: 6px 12px 4px;
}
dl.dl_pg01 dd {
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #C5E9A5;
	margin-bottom: 15px;
}

dl.dl_pg01 dd div.ttls {
	background: #C5E9A5;
	font-weight: bold;
	padding: 8px 10px 6px;
	font-size: 115%;
	margin-top: 1.5em;
	margin-bottom: 0.8em;
	border-top: 2px solid #6FBA2C;
	border-bottom: 1px solid #6FBA2C;
	line-height: 1.3em;
    color:#006A46;
}

dl.dl_pg01 dd div.zach {
	padding-bottom: 10px;
	text-align: right;
	font-size: 90%;
}

ol.ol01 {
	/*padding: 0;
	margin: 0;*/
    margin-left: 2em;
}
ol.ol01 li {
	border-bottom: 1px dashed #CCC;
	/*padding: 0;
	margin: 0;
	padding-bottom: 0.5em;*/
	margin-bottom: 0.5em;
}

/* （）数字 */
ol.list_parentheses {
  padding:0;
  margin:0;
  margin-left : -2.5em;
}
 
ol.list_parentheses li {
  padding:0;
  margin:0;
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
 text-indent : -1.8em; margin-left : 1.8em
}
ol.list_parentheses li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
}

ol.list_parentheses li ul.ul01 {
	padding: 0px;
	list-style: none;
	margin-left : -3em;
}
ol.list_parentheses li ul.ul01 li {
	margin-left: 0;
	padding: 0px 0px 0 20px;
	background: url(../images/ico_mark01.gif) no-repeat 3px 0.2em;
	text-indent : 0em;
}
ol.list_parentheses li ul.ul01 li:before {
	display: none;
	content: normal;
}