<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
* {
	background-image: none !important;
	background-color: transparent !important;
}
body {
	font-size: 12px !important;
}
#documentBody {
	width: 92%;
	_width: 100%;
}

.toPrint {
	display: inline;
}
/*--------------------------------------------------------------
header
--------------------------------------------------------------*/
#header {
	/*display: none !important;
	width: 1px !important;
	overflow: hidden !important;*/
	height: 1px !important;
}
#title {
	display: none !important;
}
#search {
	/*display: none !important;
	top: -50px;
	left: 0;*/
	text-indent: -9999px;
	overflow: hidden !important;
	width: 10px;
}

#header {
	*display: none !important;
}
#header:not(:target) {
	display: none !important;
}

#leftNavi,
#navigation,
.pageNavi,
.thisPrint,
.openDialogPrintHide,
#csCommonA .dialog_link,
#footer,
#returnToTop {
	display: none !important;
}





/*--------------------------------------------------------------
crombsNavi
--------------------------------------------------------------*/

#crombsNavi {
	color: #555;
	padding: 1px 0px 10px;
	border-right: none;
    border-left: none;
}

#crombsNavi span,
#crombsNavi span.frist {
	line-height: 1;
	padding: 0 0 0 5px;
}
#crombsNavi span.frist {
	padding: 0;
}
#crombsNavi span a {
	color: #555;
	text-decoration: none;
}


/*--------------------------------------------------------------
Jquery ui
--------------------------------------------------------------*/


.ui-widget-overlay,
.ui-widget-overlay iframe {
	display: none !important;
}

.ui-widget {
	font-size: 1em;
}

.ui-dialog {
	margin: 0;
	padding: 0 0 5px;
	border: 0px;
	position: static !important;
	/*width: auto !important;*/
	width: 99% !important;
	height: auto !important;
	overflow: visible;
}

.ui-dialog-titlebar  {
	border: 1px solid #000;
	text-align: left;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
	margin: 0 2px 2px 0;
	padding: 15px 30px 10px 30px;
	color: #000;
}

.ui-dialog .ui-dialog-content {
	margin: 0;
	padding: 10px 10px 10px;
	overflow: visible;
	width: auto !important;
	/*_width: 97% !important;*/
	height: auto !important;
	border: 1px solid #000;
	clear: both;
	text-align: left;
}

.ui-dialog-content .contents {
	padding: 0px 15px 20px;
}
.ui-dialog-content .contents div {
	padding: 0 0 40px;
}
.ui-dialog-content .contents div div {
	padding: 0;
}

.contents .h1Headding,
.ui-dialog .ui-dialog-buttonpane,
.dialogContents h1,
.dialogContents .pageNavi,
.ui-resizable-handle {
	display: none;
}




.dialogPbtn {
	display: none;
}
#container .dialog_link,
.dialogContents .dialog_link {
	padding: 0;
}









#toc {
	page-break-after: always;
}
#toc li {
	margin-left: 1em !important;
	list-style-type: none !important;
	list-style-image: none !important;
}
#toc span.num {
	margin: 0 0.5em 0 0;
}
.ctitle {
	margin: 0 0 0.5em;
	font-weight: bold;
}
.level1 {
	font-size: 1.6em;
}
.level2 {
	font-size: 1.5em;
}
.level3 {
	font-size: 1.45em;
}
.level4 {
	font-size: 1.4em;
}
.level5 {
	font-size: 1.35em;
}
	







/*--------------------------------------------------------------
Contents
--------------------------------------------------------------*/


#contents {
	line-height: 1.35;
	width: auto;
}

#c2style #container {
	float: none;
	padding: 0;
	width: auto;
} 
	
h1 {
	border-bottom: 2px solid #000;
	font-size: 1.3em;
	font-weight: bold;
	width: auto;}

.container h1 {
	margin: 0 0 10px;
	padding: 6px 15px 6px 3px;
	color: #000;
	line-height: 1.3;
}

.container h2 {
	margin: 10px 0;
	font-size: 1em;
	padding: 0.2em 0.2em 0.2em 0.5em;
	border: 2px solid #666;
	line-height: 1.3;
}

.ui-dialog-content h2.dialogH2 {
	margin: 0 0 10px;
	padding: 6px 15px 9px 15px;
	border: none;
	line-height: 1.3;
}



.container h4 {
	font-size: 0.9em;
}





.container .dialog_link,
.CrossReference {
	padding: 0 0 0 0px !important;
	display: inline !important;
	background-image: none !important;
}


/* SequenceOfAction ========================================== */
* html .container .SequenceOfAction ol li.Counter .Action {
	display: block;
	margin: 0 0 8px;
}
* html .container .SequenceOfAction .Alternative  {
	padding: 0 0 10px !important;
}
* html .container .SequenceOfAction .Alternative .Action {
	margin: 0;
}
* html .container .SequenceOfAction table  {
	/*width: expression(this.parentElement.width +"px");*/
	width: 560px !important;
}
.container .SequenceOfAction ol li.Counter .Action .GraphicContainer {
	_margin-top: 20px;
	_vertical-align: baseline;
}



/* Table ========================================== */

.container table {
	margin: 5px 0 10px;
	border-collapse: collapse;
	border: 1px solid #000;
	width: 100%;
	border-spacing: 0px;
	empty-cells: show;
}
.container table thead,
.container table tbody {
	border-width: 0px;
}
.container table tr {
	border-width: 0px;
}
.container table th,
.container table td {
	border: 1px solid #000;
	padding: 0.2em 0.7em;
	_padding: 2px;
}
.container table th {
	border-width: 2px;
}
.container table td .emptyCell {
	font-size: 0px;
}

/* IE8~ ----- */
.container table {
	border-collapse: separate\9;
	border-width: 1px 2px 2px 1px\9;
}
	
.container table th {
	border-width: 1px 0px 1px 1px\9;
	position: relative\9;
}
.container table th:first-child {
	border-width: 1px 0px 1px 1px\9;
}
.container table td {
	border-width: 1px 0 0 1px\9;
	position: relative\9;
}
/*---------*/

/* IE9~ FF Webkit ----- */
.container table:not(:target) {
	border-collapse: separate;
	border-width: 0 1px 1px 0;
}
	
.container table th:not(:target) {
	border-width: 2px 1px 2px 1px;
	position: relative;
}
.container table th:first-child:not(:target) {
	border-width: 2px 1px 2px 2px;
}
.container table td:not(:target) {
	border-width: 1px 0 0 1px;
	position: relative;
}
/*---------*/

/* FF3~ ----- */
@-moz-document url-prefix() {
	.container table {
		border-collapse: collapse !important;
		border-width: 1px !important;
	}
	.container table th {
		border-width: 2px !important;
	}
	.container table td {
		border-width: 1px !important;
	}
}
/*---------*/

/* Webkit~ ----- */
@media screen,print and (-webkit-min-device-pixel-ratio:0){
	.container table {
		border-collapse: collapse !important;
		border-width: 1px !important;
	} 
	.container table th {
		border-width: 2px !important;
	} 
	.container table td {
		border-width: 1px !important;
	}
}

/*---------*/




/* FlowChart ========================================== */


.container .FlowChart {
	width: 90%;
}
.dialogContents .FlowChart {
	margin: 15px 0 15px 0px;
}
.container .FlowChart div.FCounter  {
	margin: 0;
	padding: 0 0 8px;
	border: 1px solid #007dff;
	text-align: left;
}
.container .FlowChart img {
	margin: 2px;
}
.container .FlowChart div.FCounter h3.FAction {
	margin: 0 0 8px;
	padding: 7px 12px;
	color: #000;
}
.container .FlowChart div.FCounter h3.FAction span {
	margin: 0;
	padding: 0;
	display: block;
}
.container .FlowChart div.FCounter div.SubAction {
	margin: 5px 30px 7px;
	padding: 0 0 7px;
	border: 1px solid #c5c5c5;
}
.container .FlowChart div.FCounter div.SubAction h4.SubActionIntro {
	padding: 7px 10px 0px;
}
.container .FlowChart div.FCounter div.SubAction p.Supplementary {
	margin: 0;
	padding: 0 10px 0 30px;
}
.container .FlowChart div.lastchild {
	padding: 0;
}
.container .FlowChart div.lastchild h3 {
	margin: 0 !important;
}
.container .FlowChart img {
	margin: 2px auto;
	display: block;
}
.container .FlowChart div img {
	margin: 0;
	display: inline;
}



.container .Reference *,
.container .Tips *,
.container .RelatedSetting *,
.container .RelatedSettingAdm *,
.container .PropertyDamageMessage *,
.container .SafetyCaution *,
.container .SafetyWarning *,
.container .SafetyDanger * {
	page-break-before: auto;
	page-break-after: avoid;
	/*page-break-inside: avoid;*/
}
.container .Reference,
.container .Tips,
.container .RelatedSetting,
.container .RelatedSettingAdm,
.container .PropertyDamageMessage,
.container .SafetyCaution,
.container .SafetyWarning,
.container .SafetyDanger {
	_margin: 5px 0;
	page-break-inside: avoid;
}




/*Tool Tip -------------------------------------------*/

span.toolTip {
	font-weight: bold;
	color: #000;
	display: inline;
	position: static;
}
	



/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
	searchResult
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#search2 {
	padding: 3px !important;
}
#searchSubmit2 {
	display: inline !important;
}
#search2 #searchBtn2,
#searchResult #navi {
	display: none;
}

#NarrowDown {
	top: 50px !important;
	width: 120px !important;
}
#NarrowDown label {
	display: inline !important;
	font-size: 9px !important;
}
#NarrowDown #ctbtn {
	display: none;
}
#searchResult {
	margin-left: 125px !important;
}
#searchResult #results .hitkey {
	font-weight: bold;
	text-decoration: underline;
}

#searchResult #results div.item div {
	margin-left: 1em;
	line-height: 1.2em;
}

#searchResult #results .path {
	padding: 0.8em 0 0 0px;
	color: #777;
	font-size: 0.85em;
}


	
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
	FAQ, OperationKey, Security
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#faq,
#opkey,
#csCommonA {
	margin: 7px 0 20px;
}
#opkeySearch {
	display: none;
}

#faq h2,
#opkey h2,
#faq h3,
#opkey h3 {
	display: none;
}

#faq .answer h2,
#opkey .answer h2,
#faq .answer h3,
#opkey .answer h3 {
	display: block;
}

#faq .qitem h4,
#faq .qitem .answer,
#faq .qitem .af,
#opkey .qitem h4,
#opkey .qitem .answer,
#opkey .qitem .af,
#opkey .qitem2 h4,
#opkey .qitem2 .answer,
#opkey .qitem2 .af,
#csCommonA .qitem h4,
#csCommonA .qitem .answer,
#csCommonA .qitem .af {
	display: none;
}
#faq .qitem,
#opkey .qitem,
#opkey .qitem2,
#csCommonA .qitem {
	padding: 0;
}

#faq .qitem h4.ui-state-active,
#opkey .qitem h4.ui-state-active,
#opkey .qitem2 h4.ui-state-active,
#csCommonA .qitem h4.ui-state-active,
#faq .qitem h4.openAc,
#opkey .qitem h4.openAc,
#opkey .qitem2 h4.openAc,
#csCommonA .qitem h4.openAc {
	margin-top: 1px;
	padding: 4px 8px 3px 10px;
	border: 1px #000 solid;
	border-width: 1px 1px 0;
	display: block;
	font-weight: bold;
	line-height: 1.4;
	color: #000;
	text-decoration: none;
	width: auto;
}

#faq .answer,
#opkey .answer,
#csCommonA .answer {
	margin: 0;
	padding: 10px 10px 5px;
	border: 1px solid #000;
	overflow: visible !important;/**/
}
.answer table li.accordionTableList {
	padding-left: 25px;
	display: table-cell;
}
.answer table li.accordionTableList:before {
	margin-left: -25px;
	content: url(../img/normal_list1.gif);
}






#opkey .qitem .dc,
#opkey .qitem2 .dc {
	padding: 10px 0 0;
}
#opkey .qitem .dc *,
#opkey .qitem2 .dc * {
	display: none;
}



#csCommonA div.dcbtn {
	padding: 10px 0 0;
}
#csCommonA div.dcbtn a {
	display: none !important;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
	Illust Search
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/




#illustSearch h1 {
	line-height: 1.2;
	margin: 0 0 8px;
	padding: 5px 0px;
	width: 100%;
}


#illustSearch #searchType {
	margin: 10px 0 5px;
	padding: 0;
	height: auto;
}
#illustSearch #searchType ul li {
	margin: 0;
	padding: 0;
	float: none;
	list-style: none;
	width: auto;
	display: inline;
}
#illustSearch #searchType span {
	padding: 0px 5px;
	display: inline-block;
	width: auto;
	height: auto;
	text-indent: 0px;
	color: #999;
}

#illustSearch #searchType li.active span {
	border: 1px solid #000;
	color: #000;
	font-weight: bold;
}


#illustSearch #isItem {
	margin: 0;
	clear: both;
}


#illustSearch #isItem p {
	margin-right: 0px;
	margin-left: 0px;
}


#illustSearch #isItem .item {
	margin: 0px 0px 5px 0px;
	padding: 5px 10px;
	float: none !important;
	display: block;
	width: auto;
	height: auto;
	border: 1px solid #000;
	zoom: 1;
	position: static;
	page-break-inside: avoid;
}
#illustSearch #isItem .item h4 {
	padding: 1px;
}
#illustSearch #isItem .item .image {
	margin: 3px 0;
	position: static;
}
#illustSearch #isItem .item .image img {
	/*width: 372px;
	height: 115px;*/
	width: 241px;
	height: 69px;
}

#illustSearch #isItem.funcSearch {
	
}
#illustSearch #isItem.funcSearch .item {
	margin: 0 0 5px 0;
	padding: 5px 10px;
	width: auto; 
	height: auto;
}
#illustSearch #isItem.funcSearch .item .image img {
	/*width: 245px;
	height: 80px;*/
	width: 196px;
	height: 64px;
}

.pegeBreak {
	display: block;
	visibility: hidden;
	height: 1px;
	page-break-before: always;
	font-size: 1px;
}


.pegeBreak {/*IE*/
	display: none\9;
	/display: block;
}


.graphic_inline{
        display: inline-block;
        vertical-align: baseline !important;
}



/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
	Target Search
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#container #opkey h2.originH1 {
	margin: 30px 0 0;
}
#container #opkey h2.originH1.first {
	margin: 5px 0 0;
}

#container #opkey h3 {
	margin: 10px 0 -3px;
	font-size: 0.9em;
	line-height: 1.1em;
	border-bottom: 1px solid;
}



/* ======================================================================
	Safari
====================================================================== */

@media print and (-webkit-min-device-pixel-ratio:0) {
.container .SequenceOfAction ol li.Counter {
	display: block;/*table;*/
	margin-top: 5px;
}
.container .SequenceOfAction ol li.Counter .Action {
	page-break-inside: avoid !important;
	display: list-item;
}

.container li {
	margin-top: 2px;
}

#illustSearch #isItem .item {
	margin: 0px 0px 4px 0px;
	padding: 2px 10px;
}

#illustSearch #isItem.funcSearch .item {
	margin: 0 0 4px 0;
	padding: 2px 10px;
}

}

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