<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.inquiry .article form table {
	width: 100%;
	background-color: #EEF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 20px;
}
.inquiry .article form table tr th{
	text-align: center;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 14px;
	padding-bottom: 14px;
	border-right-width: 2px;
	border-right-color: #FFF;
	width: 20%;
}
.inquiry .article form table tr {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.inquiry .article form table tr:nth-child(odd) {
	background-color: #eee;
}
.inquiry .article form table tr td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 14px;
	padding-left: 14px;
	padding-right: 14px;
}
.inquiry p {
	margin-bottom: 14px;
}
.under_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 14px;
	padding-bottom: 14px;
}
</pre></body></html>