@charset "UTF-8";
/* 
transfer.css
*/

.area {
	padding-top: 20px;
}

.area table p,
.area li {
	font-size: 14px;
}

table {
	margin-top: 15px;
}
table th {
	white-space: nowrap;
}
table ul {
	padding: 0 0 10px 0;
	margin-left: 20px;
}

table ul li {
	list-style: disc;
}

table.tbl1 {
	width: 100%;
}
table.tbl1 p,
table.tbl1 ul {
	border-top:1px solid #C7C7BB;
}
table.tbl1 p,
table.tbl1 ul {
	padding-bottom: 10px;
}
table.tbl1 th p {
	margin-left: 20px;
	padding-left: 0;
}
table.tbl1 td p {
	margin-right: 20px;
	padding-right: 0;
}
table.tbl1 td ul {
	margin-right: 20px;
	margin-left: 0;
	padding-right: 0;
	padding-left: 40px;
}
table.tbl1 .start {
	border: none;
}

table.stripedtable {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-bottom:1px solid #B3B3B3;
}
table.stripedtable p,
table.stripedtable ul {
	padding-bottom: 10px;
}
table.stripedtable td p,
table.stripedtable td ul {
	margin-right: 20px;
}

