<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * ==============================================
 * Skin for rdg BLU-STA template
 * ==============================================
 */

/*
 * ------------------------------------------------------------------
 *  
 * links
 * 
 */
a.xref:not([dita-type = "fn"])::before {
	content: '';
	display: inline-block;
	padding: 2px;
	margin-right: 8px;
	margin-left: 8px;
	background-image: url(icon_ref.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
	top: 2px;
	position: relative;
}
a.xref:not([dita-type = "fn"]) {
	display: table;
	text-indent: 15px;
}
a.xref.page-only:not([dita-type = "fn"])::before,
a.xref.title-only:not([dita-type = "fn"])::before,
a.xref.title-page:not([dita-type = "fn"])::before {
	background-image: none;
	width: 0px;
	margin-right: 4px;
	margin-left: 0px;
}
a.xref.page-only:not([dita-type = "fn"]),
a.xref.title-only:not([dita-type = "fn"]),
a.xref.title-page:not([dita-type = "fn"]) {
	display: inline-block;
	margin-right: 4px;
	text-indent: 0px;
}
span.xref::before {
	content:'';
}
span.xref::after {
	content:'';
}
/* 2019.11 ãƒªãƒ³ã‚¯æ–‡å­—ã‚’ span ã§å›²ã¿ã€CSS ã«ã¦ "" ã‚’ä»˜ä¸Žã™ã‚‹ */
span.xref.page-only:not([dita-type = "fn"])::before,
span.xref.title-only:not([dita-type = "fn"])::before,
span.xref.title-page:not([dita-type = "fn"])::before {
	content:'"';
}
span.xref.page-only:not([dita-type = "fn"])::after,
span.xref.title-only:not([dita-type = "fn"])::after,
span.xref.title-page:not([dita-type = "fn"])::after {
	content:'"';
}

/*
 * ------------------------------------------------------------------
 *  
 * note 
 * 
 */
.note {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.notespan {
	display: block;
	margin-top: 1em;
	margin-left: 20px;
}

/*
 * ------------------------------------------------------------------
 *  
 * note caution
 * 
 */
 .cautiondiv{
 	margin-top: 1.5em;
	margin-bottom: 1.5em;
 }
.cautiontitle,
.notetitle {
	background-image: none !important;
	padding: 0;
	/*margin-top:1em;*/
}
.cautiontitlespan,
.notetitle {
	padding: 8px 12px 8px 12px;
	background-color: black;
	color: white;
	border-radius: 0.2em;
	box-shadow: 0px 0px 0.5px 0.5px rgba(0, 0, 0, 0.3);
}

.note.caution {
	font-weight: normal;
	/* 2023.04. 
	margin-left: 20px;
	*/
	margin-top:1em;
}

/*
 * ------------------------------------------------------------------
 *  
 * note danger
 * 
 */
.dangerdiv {
	/*margin-top: 1em;
	margin-bottom: 1em;*/
}
.dangertitle {
	font-size: 1.4em;
	font-weight:bold;
	background-position: 0px 3px;
	display: inline-block;
	vertical-align: top;
	background-image: url(danger.svg) !important;
	background-repeat: no-repeat;
	padding: 4px 4px 4px 23px;
}
.note.danger {
	display: inline-block;
	margin-left: 30px;
	margin-top: 0.3em;
	margin-bottom: 1em;
}
.note.danger :first-child {
	font-weight: bold;
	margin-top: 0em;
}

/*
 * ------------------------------------------------------------------
 *  
 * note other #80 2023.04.
 */
.othertitle {
	font-size: 1.4em;
	font-weight:bold;
	background-position: 0px 3px;
	display: inline-block;
	vertical-align: top;
	background-image: url(danger.svg) !important;
	background-repeat: no-repeat;
	padding: 4px 4px 4px 23px;
}
.note.other &gt; span.notetitlespan {
	display: inline-block;
	vertical-align: top;
}
.otherspan :first-child {
	font-weight: bold;
	margin-top: 0em;
}

/*
 * ------------------------------------------------------------------
 *  
 * note warning
 *
 */
.note.warning {
	margin-top: 1em;
	margin-bottom: 1em;
}

.warningtitle { /* #80 2023.04. */
	font-size: 1.4em;
	font-weight:bold;
	background-position: 0px 3px;
	display: inline-block;
	vertical-align: top;
	background-image: url(danger.svg) !important;
	background-repeat: no-repeat;
	padding: 4px 4px 4px 23px;
}
.note.warning &gt; span.notetitlespan {
	display: inline-block;
	vertical-align: top;
	/*font-size: 1.4em;*/
}
.warningspan {
	display: inline-block;
	margin-left: 30px;
	margin-top: 0;
	margin-bottom: 1em;
}
.warningspan :first-child {
	font-weight: bold;
	margin-top: 0em;
}

/*
 * ------------------------------------------------------------------
 *  
 * note remember , tip
 * 
 */
.note.remember,
note.tip {
	/*margin-top: 1em;*/
}
.note.remember &gt; span.notetitlespan,
.note.tip &gt; span.notetitlespan {
	display: block;
	margin-bottom: 1em;
}
.remembertitle,
.tiptitle {
	background-image: none !important;
	padding: 8px 12px 8px 12px;
	background-color: #404040;
	color: white;
	border-radius: 1em;
    /* #42. The shadow of the frame surrounding the note title removed. 2023.04.
	box-shadow: 0px 0px 0.5px 0.5px rgba(0, 0, 0, 0.3);
    */
}
.rememberspan,
.tipspan {
	display: block;
	margin-left: 30px;
	margin-top: 0;
	margin-bottom: 1em;
}

/*
 * ------------------------------------------------------------------
 *  
 * note colonsymbol
 * 
 */
.notecolonsymbol,
.warningcolonsymbol,
.tipcolonsymbol,
.remembercolonsymbol,
.cautioncolonsymbol {
	display: none;
}

/*
 * ------------------------------------------------------------------
 *  
 * related-links
 * 
 */
 /*div.wh_related_links &gt; nav.related-links {
	border-bottom:0.11em solid;
	margin-bottom: 1em;
}
nav.related-links &gt; div.linklist {
	margin-left: 30px;
}
nav.related-links &gt; div.relatedlinktitle {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 1em;
	padding-bottom: 0.3em;
	border-bottom: 0.1em solid;
	margin-bottom: 1em;
	margin-left: 0px;
}
div.wh_child_links &gt; nav.related-links {
	margin-top: 1em;
}*/

/*
 * ------------------------------------------------------------------
 *  
 * substep
 * 
 */
.ol.substeps {
	list-style-type: none;
	padding-inline-start: 20px;
}

.ol.substeps &gt; li {
	counter-increment: cnt;
}

.ol.substeps &gt; li:before {
	content: "(" counter(cnt) ") ";
	margin-right: 4px;
}

/*
 * ------------------------------------------------------------------
 *  
 * fn
 *
 *  2020.04 add
 */
.fn {
	font-size: 10px;
}
.wh_fn_contents {
    padding-top: 3em;
    padding-bottom: 1.5em;
}
/* 2020.09 add æ³¨é‡ˆç•ªå·ã®æ–‡å­—è‰²ã¯å¸¸ã«ã“ã®è‰²ã¨ã—ã¾ã™. */
div.fn sup {
	color: #337ab7;
}
/*
 * fpnum 2020.04 add
 */
span.fpnum_img {
	display: inline-block;
/*
	padding: 2px;
	margin-right: 8px;
	margin-left: 8px;
*/
	background-repeat: no-repeat;
	background-size: contain;
	width: 14px;
	height: 14px;
	top: 2px;
	position: relative;
}
span.fpnum1 {
	background-image: url("img/N1-s.svg") !important;
}
span.fpnum2 {
	background-image: url("img/N2-s.svg") !important;
}
span.fpnum3 {
	background-image: url("img/N3-s.svg") !important;
}
span.fpnum4 {
	background-image: url("img/N4-s.svg") !important;
}
span.fpnum5 {
	background-image: url("img/N5-s.svg") !important;
}
span.fpnum6 {
	background-image: url("img/N6-s.svg") !important;
}
span.fpnum7 {
	background-image: url("img/N7-s.svg") !important;
}
span.fpnum8 {
	background-image: url("img/N8-s.svg") !important;
}
span.fpnum9 {
	background-image: url("img/N9-s.svg") !important;
}
span.fpnum10 {
	background-image: url("img/N10-s.svg") !important;
}
span.fpnum11 {
	background-image: url("img/N11-s.svg") !important;
}
span.fpnum12 {
	background-image: url("img/N12-s.svg") !important;
}
span.fpnum13 {
	background-image: url("img/N13-s.svg") !important;
}
span.fpnum14 {
	background-image: url("img/N14-s.svg") !important;
}
span.fpnum15 {
	background-image: url("img/N15-s.svg") !important;
}
span.fpnum16 {
	background-image: url("img/N16-s.svg") !important;
}
span.fpnum17 {
	background-image: url("img/N17-s.svg") !important;
}
span.fpnum18 {
	background-image: url("img/N18-s.svg") !important;
}
span.fpnum19 {
	background-image: url("img/N19-s.svg") !important;
}
span.fpnum20 {
	background-image: url("img/N20-s.svg") !important;
}
/* fig/titleã¯ å·¦ä¸Šã« 2020.10.08 add */
.figcap,
.figcapcenter,
.figcapright,
.figcapjustify
{
    text-align: left;
    font-style:italic;
}
/*
.figcapcenter {
    text-align: center;
}
.figcapright {
    text-align: right;
}
.figcapjustify {
    text-align: justify;
}
*/
/* å›³ç•ªå·ã¯ &lt;span class="fig--title-label-number" ã¨ã—ã¦å‡ºåŠ›ã•ã‚Œã„ã¦ã€webhelp.cssã§ display:none; æŒ‡å®šã•ã‚Œã¦ã„ã‚‹ãŸã‚éžè¡¨ç¤º.
"å›³ï¼š"ã‚‚è¡¨ç¤ºä¸è¦ã®ãŸã‚ã€ä»¥ä¸‹ã®ã‚¹ã‚¿ã‚¤ãƒ«ã‚’è¿½åŠ&nbsp;. 2020.10.28
*/
.figtitleprefix {
    display: none;
}
</pre></body></html>