@charset "utf-8";

#t72_docs {
	padding: 10px 30px 30px 0;
}

#t72_docs code,
#t72_docs pre {
	display: block;
	width: 720px;
	line-height: 1.5;
	color: #555;
	font-family: "Courier New", monospace !important;
	word-break: break-all; /* ie */
	word-wrap: break-word;
}

#t72_docs .table01 {
	clear: both;
	margin-bottom: 40px;
}
#t72_docs .table01 table {
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
	width: 100%;
	border-top: solid 1px #b1b1b1;
	border-left: solid 1px #b1b1b1;
}
#t72_docs .table01 th {
	background-color: #F0F4F6;
	padding: 5px;
	border-right: solid 1px #b1b1b1;
	border-bottom: solid 1px #b1b1b1;
	font-size: 100%;
	line-height: 105%;
	text-align: left;
}

.table01 td {
	background-color: #fff;
	padding: 5px;
	border-right: solid 1px #b1b1b1;
	border-bottom: solid 1px #b1b1b1;
	line-height: 1.2;
	text-align: left;
}

.depth0 {
	margin-left: 0;
}
.depth1 {
	margin-left: 10px;
}
.depth2 {
	margin-left: 20px;
}
.depth3 {
	margin-left: 30px;
}
.depth4 {
	margin-left: 40px;
}
.depth5 {
	margin-left: 50px;
}
.depth6 {
	margin-left: 60px;
}

