<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
 * terms CSS
 * 
 * 1:tms
 * 
 */
 

/*
 * -------------------------
 * @section 1:tms
 * -------------------------
 */

#tms{
	width: 950px;
	margin-bottom: 20px;
}
#tms h2{
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
#tms h3{
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
#tms h4{
	margin-left: .5em;
	font-weight: bold;
}

#tms p{
	margin: 0 0 20px 1em;
}

#tms ol{
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
	counter-reset:tnum;
}

#tms ol li{
	margin: 0 0 5px 1em;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

#tms ol li:before{
  margin-right: 10px;
  counter-increment: tnum;
  content: counter(tnum);
}

#tms ol li p{
	margin: 5px 0 5px 1em;
}

#tms .cls{
	text-align: right;
}

#tms ol.prnth{
  padding:0;
  margin:0;
}
 
#tms ol.prnth li{
	margin: 0 0 10px 0;
	padding-left: 2.5em;
	font-weight: bold;
	text-indent: -2em;
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
}
#tms ol.prnth li:before{
	display: marker;
	margin-right: .3em;
	content: "(" counter(cnt) ")";
}
#tms ol.prnth li span{
	font-weight: normal;
}


</pre></body></html>