@charset "UTF-8";

@import "../../css/common.css";

#tblMemo {
	border-bottom: solid 1px #e3e3e3;
	width: 100%;
	margin-top: 1.5em;
}

#tblMemo th {
	width: 8em;
	padding: 10px;
	background-color: #f6f6f6;
	vertical-align: top;
	border-top: solid 1px #e3e3e3;
}

#tblMemo td {
	padding: 10px;
	border-top: solid 1px #e3e3e3;
	
}


.tblSub {
	border: solid 1px #e3e3e3;
	width: 100%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.tblSub th {
	width: 8em;
	padding: 5px;
	background-color: none;
	vertical-align: top;
	border: solid 1px #e3e3e3;
}

.tblSub td {
	padding: 5px;
	border: solid 1px #e3e3e3;
}
