@charset "utf-8";

table {
	border-collapse: collapse;
	border: none;
	background-color: #f5f5f5;
}

td {
	border: solid #ddd 1px;
	padding: 8px;
}

.htmlPageDefaultBand {
	background-color: #000000;
	padding: 8px;
}

.htmlPageDefaultLogo {
	height: 32px;
}

body {
	margin: 0px;
	background-color: #dee0e2;
}

.wdapContent {
	max-width: 960px;
	margin: auto;
	padding: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: #ffffff;
}

.wdapContent img {
	max-width: 100%;
}

.wdapExcelContent {
	width: 100%;
	margin: auto;
}

.wdapExcelContent img {
	max-width: 100%;
}

.wdapExcelContent table {
	border-collapse: collapse;
	border: none;
}

.wdapExcelContent td {
	border: solid #000 1px;
}

.wdapExcelContent tr div {
	max-height: 200;
	overflow: auto;
}