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

/*  ���j���[�A���Ή�  */
#contents .body {
    margin: 0 10px;
    padding: 1.5em 0 1em;
}
#contents .noPad {
    padding-top: 0 !important;
}
#contents table.outline {
	width: 100%;
}
#contents table.outline th {
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    font-weight: bold;
    padding: 1px 3px;
    text-align: center;
}
#contents table.outline th.function {
	width: 25%;
}
#contents table.outline th.detail {
	width: 75%;
}
#contents table.outline .col1 {
    background-color: #f6f6f6;
    width: 14em;
}
#contents table.outline td {
    border: 1px solid #ccc;
    padding: 10px;
}
#contents table.outline td.col2 {
    width: 20%;
}

@media screen and (max-width: 640px) {
	#contents .section .body.noPad table.outline tr th.left {
		width: 25%;
	}
	#contents .section .body.noPad table.outline tbody tr td ul {
		margin-bottom: 0;
		margn-left: 0;
	}
}

</pre></body></html>