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

/* ---------------------------
 * print
--------------------------- */

@media print {
* {
	background-image: none !important;
	background-color: transparent !important;
}

body {
	font-size: 12px !important;
}

#documentBody {
	width: 92%;
}

.toPrint {
	display: inline;
}

#search {
	text-indent: -9999px;
	overflow: hidden !important;
	width: 10px;
}

#header,
#title,
#leftNavi,
#navigation,
.pageNavi,
.thisPrint,
.openDialogPrintHide,
#csCommonA .dialog_link,
#footer,
#returnToTop,
.contents .h1Headding,
.ui-dialog .ui-dialog-buttonpane,
.dialogContents h1,
.dialogContents .pageNavi,
.ui-resizable-handle,
.dialogPbtn {
	display: none !important;
}

#crombsNavi {
	color: #555;
	padding: 1px 0px 10px;
	border-right: none;
	border-left: none;
}
#crombsNavi span {
	line-height: 1;
	padding: 0 0 0 5px;
}
#crombsNavi span.frist {
	padding: 0;
}
#crombsNavi span a {
	color: #555;
	text-decoration: 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 .container 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,
.container .CrossReference {
	padding: 0 0 0 0px !important;
	display: inline !important;
	background-image: none !important;
}
.container table {
	margin: 5px 0 10px;
	border-collapse: separate;
	border: solid #000;
	border-width: 0 1px 1px 0;
	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;
}
.container table th {
	border-width: 2px 1px 1px 2px;
	position: relative;
}
.container table tht:first-child {
	border-width: 2px 1px 1px 2px;
}
.container table td {
	border-width: 1px 0 0 1px;
	position: relative;
}
.container table td .emptyCell {
	font-size: 0px;
}
.container .FlowChart {
	width: 90%;
}
.dialogContents .container .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 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-inside: avoid;
}
.container .Reference *,
.container .Tips *,
.container .RelatedSetting *,
.container .RelatedSettingAdm *,
.container .PropertyDamageMessage *,
.container .SafetyCaution *,
.container .SafetyWarning *,
.container .SafetyDanger * {
	page-break-before: auto;
	page-break-after: avoid;
}

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

	/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
		searchResult
	+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#searchResultsPage #documentBody {
	width: auto;
}
#searchResultsPage #search {
	padding: 3px !important;
	width: auto;
	overflow: visible !important;
	text-indent: 0;
}
#searchResultsPage #search .searchForm #searchSubmit {
	margin-left: -1px;
	width: 80px;
	height: 27px;
	border: 1px solid #999;
	display: inline-block;
}
#searchResultsPage #search #searchBtn,
#searchResultsPage #searchResult .navi {
	display: none;
}
#searchResultsPage #NarrowDown {
	top: 60px !important;
	width: 120px !important;
}
#searchResultsPage #NarrowDown label {
	display: inline !important;
	font-size: 9px !important;
}
#searchResultsPage #NarrowDown #ctbtn {
	display: none;
}
#searchResultsPage #searchResult {
	margin-left: 120px;
	padding-left: 10px;
}
#searchResultsPage #searchResult .results .hitkey {
	font-weight: bold;
	text-decoration: underline;
}
#searchResultsPage #searchResult .results div.item div {
	margin-left: 1em;
	line-height: 1.2em;
}
#searchResultsPage #searchResult .results .path {
	padding: 0.8em 0 0 0px;
	color: #777;
	font-size: 0.85em;
}

	/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
		FAQ, OperationKey, Security
	+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#opkeySearch {
	display: none;
}

#pageOpkeySearchResults #opkeySearch {
	margin: 0;
	padding: 5px 0;
	display: block;
}
#pageOpkeySearchResults #opkeySearch form {
	padding: 0;
	border: 0 none;
	text-align: left;
}
#pageOpkeySearchResults #opkeySearch form label {
	display: inline;
}

#faq,
#opkey,
#csCommonA {
	margin: 7px 0 20px;
}
#faq .qitem,
#faq .qitem2,
#opkey .qitem,
#opkey .qitem2,
#csCommonA .qitem,
#csCommonA .qitem2 {
	padding: 0;
}
#faq .qitem h4,
#faq .qitem .answer,
#faq .qitem .af,
#faq .qitem2 h4,
#faq .qitem2 .answer,
#faq .qitem2 .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,
#csCommonA .qitem2 h4,
#csCommonA .qitem2 .answer,
#csCommonA .qitem2 .af {
	display: none;
}
#faq .qitem h4.ui-state-active,
#faq .qitem h4.openAc,
#faq .qitem2 h4.ui-state-active,
#faq .qitem2 h4.openAc,
#opkey .qitem h4.ui-state-active,
#opkey .qitem h4.openAc,
#opkey .qitem2 h4.ui-state-active,
#opkey .qitem2 h4.openAc,
#csCommonA .qitem h4.ui-state-active,
#csCommonA .qitem h4.openAc,
#csCommonA .qitem2 h4.ui-state-active,
#csCommonA .qitem2 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 .qitem .answer,
#faq .qitem2 .answer,
#opkey .qitem .answer,
#opkey .qitem2 .answer,
#csCommonA .qitem .answer,
#csCommonA .qitem2 .answer {
	margin: 0;
	padding: 10px 10px 5px;
	border: 1px solid #000;
	overflow: visible !important;
}
#faq .qitem .answer table li.accordionTableList,
#faq .qitem2 .answer table li.accordionTableList,
#opkey .qitem .answer table li.accordionTableList,
#opkey .qitem2 .answer table li.accordionTableList,
#csCommonA .qitem .answer table li.accordionTableList,
#csCommonA .qitem2 .answer table li.accordionTableList {
	padding-left: 25px;
	display: table-cell;
}
#faq .qitem .answer table li.accordionTableList:before,
#faq .qitem2 .answer table li.accordionTableList:before,
#opkey .qitem .answer table li.accordionTableList:before,
#opkey .qitem2 .answer table li.accordionTableList:before,
#csCommonA .qitem .answer table li.accordionTableList:before,
#csCommonA .qitem2 .answer table li.accordionTableList:before {
	margin-left: -25px;
	content: url(../img/normal_list1.gif);
}

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

#opkey .qitem .dc,
#opkey .qitem2 .dc {
	padding: 10px 0 0;
}
#opkey .qitem .dc *,
#opkey .qitem2 .dc * {
	display: none;
}
#opkey h2.originH1 {
	margin: 30px 0 0;
}
#opkey h2.originH1.first {
	margin: 5px 0 0;
}
#opkey h3 {
	margin: 10px 0 -3px;
	font-size: 0.9em;
	line-height: 1.1em;
	border-bottom: 1px solid;
}

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

#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 ul li.active span {
	border: 1px solid #000;
	color: #000;
	font-weight: bold;
}
#illustSearch #searchType span {
	padding: 0px 5px;
	display: inline-block;
	width: auto;
	height: auto;
	text-indent: 0px;
	color: #999;
}
#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: 241px;
	height: 69px;
}
#illustSearch #isItem.funcSearch .item {
	margin: 0 0 5px 0;
	padding: 5px 10px;
	width: auto;
	height: auto;
}
#illustSearch #isItem.funcSearch .item .image img {
	width: 196px;
	height: 64px;
}

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

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

.ui-widget {
	font-size: 1em;
}
.ui-widget-overlay {
	display: none !important;
}
.ui-widget-overlay iframe {
	display: none !important;
}

.ui-dialog {
	margin: 0;
	padding: 0 0 5px;
	border: 0px;
	position: static !important;
	width: 99% !important;
	height: auto !important;
	overflow: visible;
}
.ui-dialog.ui-widget {
	border: 0 none;
}
.ui-dialog .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;
	height: auto !important;
	border: 1px solid #000;
	clear: both;
	text-align: left;
}
.ui-dialog .ui-dialog-content .contents {
	padding: 0px 15px 20px;
}
.ui-dialog .ui-dialog-content .contents div {
	padding: 0 0 40px;
}
.ui-dialog .ui-dialog-content .contents div div {
	padding: 0;
}
.ui-dialog .thisPrint + .ui-dialog-content {
	margin: 0;
}

#opkey.ui-accordion .qitem .ui-accordion-header,
#opkey.ui-accordion .qitem2 .ui-accordion-header {
	font-size: 0.84375rem;
}

html.safari .container .SequenceOfAction ol li.Counter {
	display: block;
	margin-top: 5px;
}
html.safari .container .SequenceOfAction ol li.Counter .Action {
	page-break-inside: avoid !important;
	display: list-item;
}
html.safari .container li {
	margin-top: 2px;
}
html.safari #illustSearch #isItem .item {
	margin: 0px 0px 4px 0px;
	padding: 2px 10px;
}
html.safari #illustSearch #isItem.funcSearch .item {
	margin: 0 0 4px 0;
	padding: 2px 10px;
}
}

/*# sourceMappingURL=print.css.map */
</pre></body></html>