<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

section &gt; article{padding-left: 0em;margin-bottom: 5em;line-height: 2em;}

#container h4{border-left: 6px solid #006600;padding-left: 1em;}

@media (min-width:320px) and (max-width:728px) {
    section &gt; article{padding-left: 0em;margin-bottom: 5em;line-height: 2em;}
    article h2.Ttl{margin-left: 0em;}
}

.hardwear-note {
	margin: 20px 0 30px;
	font-size: 85.7%;
}
.hardwear-note th {
	width: 130px;
	padding: 10px;
	border-bottom: dotted 1px #ccc;
	text-align: right;
	font-weight: bold;
	vertical-align: text-top;
}
.hardwear-note td {
	padding: 10px;
	border-bottom: dotted 1px #ccc;
}

@media (min-width:320px) and (max-width:728px) {
	.hardwear-note th,.hardwear-note td{width:100%; display:block;}
	.hardwear-note th{text-align:left;border-bottom:none;padding: 0 0 0 5px;background: #f5f5f5;}
	.hardwear-note td{padding: 0px; margin-bottom:1em; border-bottom:none;}
}
</pre></body></html>