<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 .note {
    color: #fe0000;
    font-size: 70%;
    font-weight: normal;
    letter-spacing: 0;
    margin-left: 0.5em;
    vertical-align: top;
}

#contents .noPad dl.indentNote dt {
    float: left;
    width: 3.5em;
}
#contents .noPad dl.indentNote dd {
    padding-left: 2em;
    text-indent: -1.5em;
}
#contents dl.indentNote dt {
    color: #fe0000;
}
#contents .noPad {
    padding-top: 0 !important;
}
#contents table.outline {
	width: 100%;
	margin-bottom: 15px;
}
#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: 12em;
}
#contents table.outline td {
    border: 1px solid #ccc;
    padding: 10px;
}
#contents table.outline td.col2 {
    width: 20%;
}

/*2022/09/26追記*/
#contents table.outline th.w_style {
    width: 15%;
}

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

/*20180803 */

#contents table.outline th:nth-child(2){
	width:33%;
}

#contents table.outline th:nth-child(3){
	width:30%;
}

#contents table.outline td &gt; p {
	margin:0.7em 0 0.7em 0;
} 

#contents table.outline td ul.typelist{
	list-style:none;
	margin:0;
	padding:0;
}

#contents table.outline td ul.typelist li{
	display: inline-block;
    word-break: break-word;
    margin: 0 0.2em 0 0;
	padding: 0 0.1em;
}


#contents table.outline td ul.typelist li:after{
	content:"/";
	margin-left: 0.3em;
}

#contents table.outline td ul.typelist li:nth-last-child(1):after{
	content:"";
	padding:0;
}

@media screen and (max-width: 400px) {

#contents table.outline th:nth-child(2){
	width:auto;
}

#contents table.outline th:nth-child(3){
	width:auto;
}

#contents table.outline td ul.typelist li{
	margin-bottom:0.5em;
}
}

/*20181019*/

p.annotation {
    text-indent: -0.7em;
    font-size: 0.9em;
}


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