/* style.css */
#mainPrivacy { width: 580px; margin: 0 140px 30px; }

h1.text {
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 5px 15px;
	background-color: #000;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
}

li { line-height: 1.6; }

#mainPrivacy ol.decimalList { margin-bottom: 10px; }
#mainPrivacy ol.decimalList li { list-style: decimal outside; margin-left: 23px; _margin-left: 26px; }
*+html #mainPrivacy ol.decimalList li { margin-left: 26px; }

#mainPrivacy ul.discList li  { list-style: disc outside; margin-left: 20px; _margin-left: 20px; }
*+html #mainPrivacy  ul.discList li { margin-left: 20px; }

#privacyFootList { width: 16em; margin-top: 20px; float: right; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* End */