@charset "utf-8";

/* Section Block */
#contents div.section {
	margin-top: 1.5em;
	margin-bottom: 2em;
}

/* Case1 Block */
#contents div.case1 {
	background-color: #e6fde4;
	margin-top: 1.5em;
	margin-bottom: 1em;
	padding: 0.5em 0.5em;
}

/* Case2 Block */
#contents div.case2 {
	background-color: #e6f2ff;
	margin-bottom: 1em;
	padding: 0.5em 0.5em;
}

/* Case3 Block */
#contents div.case3 {
	background-color: #ffffdd;
	margin-bottom: 1em;
	padding: 0.5em 0.5em;
}

/* Lead Block */
#contents div.lead { margin-bottom: 1em; }

/* Header */
#contents h1 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.8em;
}
#contents h1 img {
	display: block;
	margin-bottom: 0.5em;
}
#header h1 span.other_model,
#contents h1 span.other_model { display: none; }
#contents h2 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.5em;
}
#contents h3 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.5em;
}
#contents h4, h5, h6 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.5em;
}

/* Block Margin */
#contents p, #contents ul, #contents ol, #contents dl, #contents table, #contents div.figure { margin-bottom: 0.5em; }

/* Header (not structure) */
#contents p.headword {
	font-weight: bold;
	margin-top: 1em;
}
#contents div.case1 > p.headword {
	font-size: 1.2em;
	margin-top: 0;
}
#contents div.case2 > p.headword {
	font-size: 1.2em;
	margin-top: 0;
}
#contents div.case3 > p.headword {
	font-size: 1.2em;
	margin-top: 0;
}

/* Important Lead */
#contents p.important_lead { color: #e16745; }

/* Unordered List */
#contents ul {
	list-style-type: disc;
	padding-left: 1.8em;
}
#contents ul ul { list-style-type: circle; }
#contents ul ul ul { list-style-type: square; }

/* Unordered List (no bullet) */
#contents ul.no_bullet {
	list-style: none;
	padding-left: 0;
}

/* Link List */
#contents ul.link_list { list-style-image: url(common/i_arrow_trans.gif); }

/* Emphasis Link List */
#contents ul.link_list_em {
	list-style-image: url(common/i_arrow_trans.gif); 
	font-size: 1.3em;
	margin-top: 1em;
	margin-bottom: 1.5em;
}

/* Table of Contents (Button) */
#contents ul.toc_button {
	list-style: none;
	padding-left: 0;
}
#contents ul.toc_button li { margin-bottom: 0.5em; }
#contents ul.toc_button a {
	display: table;
	width: 96%;
	padding: 0.5em 2%;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #999999;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 0.1px #000000; /* Android2.3 */
	box-shadow: 1px 1px #000000;
}
#contents ul.toc_button a:hover {
	color: #ff6600;
	border-color: #000000;
}
#contents ul.toc_button span.toc_image {
	display: table-cell;
	width: 22%;
	padding-right: 2%;
	vertical-align: middle;
}
#contents ul.toc_button span.toc_image img { width: 100%; }
#contents ul.toc_button span.toc_title {
	display: table-cell;
	width: 76%;
	vertical-align: middle;
	font-weight: bold;
}

/* Table of Contents (List) */
#contents ul.toc { list-style-image: url(common/arrow.gif); }
#contents ul.toc li,
#contents ul.toc li p { margin-bottom: 1em; }
#contents ul.toc li a { text-decoration: none; }
#contents ul.toc li {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2;
}
#contents ul.toc ul { list-style-image: url(common/bullet.gif); }
#contents ul.openclose_tree ul { list-style-image: url(common/bullet_s.gif); }
#contents ul.toc ul.openclose_tree { list-style-image: url(common/bullet_s.gif); }
#contents ul.toc ul li {
	font-size: 1em;
	font-weight: normal;
}
#contents ul.toc ul ul { list-style-image: url(common/square.gif); }
#contents ul.toc ul ul > li { font-size: 0.9em; }

/* Warning Mark */
#contents p.warning {
	margin-bottom: 0;
	font-size: 1.2em;
	font-weight: bold;
	white-space: nowrap;
}

/* Warning List */
#contents ul.warning_list {
	list-style-type: disc;
	margin-bottom: 0.8em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-right: 0.25em;
	border-top: 1px solid #cc3333;
	border-bottom: 1px solid #cc3333;
	background-color: #ffffff;
}
#contents ul.warning_list ul { list-style-type: disc; }

/* Caution Mark */
#contents p.caution {
	margin-bottom: 0;
	font-size: 1.2em;
	font-weight: bold;
	white-space: nowrap;
}

/* Caution List */
#contents ul.caution_list {
	list-style-type: disc;
	margin-bottom: 0.8em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-right: 0.25em;
	border-top: 1px solid #ff6600;
	border-bottom: 1px solid #ff6600;
	background-color: #fff6ee;
}
#contents ul.caution_list ul { list-style-type: disc; }

/* Important Mark */
#contents p.important {
	margin-bottom: 0;
	font-size: 1.2em;
	font-weight: bold;
	white-space: nowrap;
}

/* Important List */
#contents ul.important_list {
	list-style-type: disc;
	margin-bottom: 0.8em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-right: 0.25em;
	border-top: 1px solid #cc3333;
	border-bottom: 1px solid #cc3333;
	background-color: #ffeeee;
}
#contents ul.important_list ul { list-style-type: disc; }

/* Note Mark */
#contents p.note {
	margin-bottom: 0;
	font-size: 1.2em;
	font-weight: bold;
	white-space: nowrap;
}

/* Note List */
#contents ul.note_list {
	list-style-type: disc;
	margin-bottom: 0.8em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-right: 0.25em;
	border-top: 1px solid #0e1b3f;
	border-bottom: 1px solid #0e1b3f;
	background-color: #f4f5fa;
}
#contents ul.note_list ul { list-style-type: disc; }

/* Basic Mark */
#contents span.basic {
	color: #ff6633;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: baseline;
}

/* Ordered List (decimal) */
#contents ol {
	list-style-type: decimal;
	margin-left: 2em;
}

/* Ordered List (upper-alpha) */
#contents ol.upper-alpha {
	list-style-type: upper-alpha;
	margin-left: 2em;
}

/* Step List */
#contents ol.step_list { margin-left: 2.5em; }
#contents ol.step_list > li {
	font-size: 1.4em;
	margin-top: 1em;
}
#contents ol.step_list > li > ol.step_list > li { font-size: 0.9em; }
#contents ol.step_list > li > p { font-size: 0.8em; }
#contents ol.step_list > li > p.headword { font-size: 0.7em; }
#contents ol.step_list > li > p.step_sup { font-size: 0.7em; }
#contents ol.step_list > li > p.warning { font-size: 0.84em; }
#contents ol.step_list > li > p.caution { font-size: 0.84em; }
#contents ol.step_list > li > p.important { font-size: 0.84em; }
#contents ol.step_list > li > p.note { font-size: 0.84em; }
#contents ol.step_list > li > ol > li { font-size: 0.7em; }
#contents ol.step_list > li > ul > li { font-size: 0.7em; }
#contents ol.step_list > li > dl { font-size: 0.7em; }
#contents ol.step_list > li > table { font-size: 0.65em; }

/* Step List (outline) */
#contents ol.outline_step_list {
	list-style: none;
	margin-left: 0;
}
#contents ol.outline_step_list > li {
	font-size: 1.2em;
	margin-top: 1em;
}
#contents ol.outline_step_list > li > p.headword { font-size: 0.8em; }
#contents ol.outline_step_list > li > p.step_sup { font-size: 0.8em; }
#contents ol.outline_step_list > li > p.warning { font-size: 0.96em; }
#contents ol.outline_step_list > li > p.caution { font-size: 0.96em; }
#contents ol.outline_step_list > li > p.important { font-size: 0.96em; }
#contents ol.outline_step_list > li > p.note { font-size: 0.96em; }
#contents ol.outline_step_list > li > ol > li { font-size: 0.8em; }
#contents ol.outline_step_list > li > ul > li { font-size: 0.8em; }
#contents ol.outline_step_list > li > dl { font-size: 0.8em; }
#contents ol.outline_step_list > li > table { font-size: 0.75em; }

/* Step Number */
#contents ol.outline_step_list span.step_num {
	font-size: 0.8em;
	color: #000000;
	background-color: #eeeeee;
	border-width: 1px 1px 1px 5px;
	border-style: solid solid solid double;
	border-color: #000000;
	padding: 0.1em 0.5em;
	vertical-align: middle;
}

/* Check List */
#contents ol.check_list {
	list-style: none;
	margin-left: 0;
}
#contents ol.check_list > li {
	font-size: 1.2em;
	margin-top: 1em;
}
#contents ol.check_list > li > p.headword { font-size: 0.8em; }
#contents ol.check_list > li > p.check_sup { font-size: 0.8em; }
#contents ol.check_list > li > p.warning { font-size: 0.96em; }
#contents ol.check_list > li > p.caution { font-size: 0.96em; }
#contents ol.check_list > li > p.important { font-size: 0.96em; }
#contents ol.check_list > li > p.note { font-size: 0.96em; }
#contents ol.check_list > li > ol > li { font-size: 0.8em; }
#contents ol.check_list > li > ul > li { font-size: 0.8em; }
#contents ol.check_list > li > dl { font-size: 0.8em; }
#contents ol.check_list > li > table { font-size: 0.75em; }

/* Check Number */
#contents span.check_num {
	font-size: 0.8em;
	color: #ffffff;
	background-color: #445577;
	padding: 0.2em 1em;
	vertical-align: middle;
}

/* Definition List */
#contents dl dt { font-weight: bold; }
#contents dl dd {
	margin-left: 2em;
	margin-bottom: 0.5em;
}

/* Table */
#contents table { font-size: 0.9em; }
#contents table th, #contents table td { padding: 0.3em; }
#contents table th { background-color: #eeeeee; }
#contents table td { background-color: #ffffff; }

/* Table (border) */
#contents table.border {
	border: 1px solid #000000;
	border-collapse: collapse;
}
#contents table.border th, #contents table.border td { border: 1px solid #000000; }

/* Table (no border) */
#contents table.none { border: 0; }
#contents table.none th, #contents table.none td { border: 0; }

/* Table (forward) */
#contents table.h_forward th, #contents table.d_forward td { text-align: left; }

/* Table (center) */
#contents table.h_center th, #contents table.d_center td { text-align: center; }

/* Table (back) */
#contents table.h_back th, #contents table.d_back td { text-align: right; }

/* Table (top) */
#contents table.h_top th, #contents table.d_top td { vertical-align: top; }

/* Table (middle) */
#contents table.h_middle th, #contents table.d_middle td { vertical-align: middle; }

/* Table (bottom) */
#contents table.h_bottom th, #contents table.d_bottom td { vertical-align: bottom; }

/* Cell (forward) */
#contents table th.forward, #contents table td.forward { text-align: left; }

/* Cell (center) */
#contents table th.center, #contents table td.center { text-align: center; }

/* Cell (back) */
#contents table th.back, #contents table td.back { text-align: right; }

/* Cell (top) */
#contents table th.top, #contents table td.top { vertical-align: top; }

/* Cell (middle) */
#contents table th.middle, #contents table td.middle { vertical-align: middle; }

/* Cell (bottom) */
#contents table th.bottom, #contents table td.bottom { vertical-align: bottom; }

/* Data Cell Transparent */
#contents table.d_bg_transparent td { background-color: transparent; }

/* Headword in Data Cell */
#contents table td span.headword { font-weight: bold; }

/* Wraparound Block */
#contents div.wraparound:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "";
}

/* Figure Block (Distinction) */
#contents div.figure_distinction {
	margin-top: 2.5em;
	margin-bottom: 3em;
}

/* Figure */
#contents div.figure img, #contents div.figure_distinction img { max-width: 100%; }
#contents div.wraparound div.figure {
	float: left;
	margin-right: 0.5em;
}

/* Strong */
#contents strong {
	font-weight: bold;
	text-decoration: underline;
}

/* Answer Icon */
#contents div.answer_icon {
	border-top: 1px solid #cccccc;
	padding-top: 1em;
	margin-bottom: 0.5em;
}

/* Fold */
#contents div.fold_section {
	background: #ffffff;
	border: 1px solid #afafaf;
	-webkit-box-shadow: 1px 1px 3px #000000; /* Android2.3 */
	box-shadow: 1px 1px 3px #000000;
	margin-bottom: 0.5em;
}
#contents .fold_open,
#contents .fold_close,
#contents .fold_button_open,
#contents .fold_button_close {
	background: #f9f9f9;
	padding: 0.5em;
	margin: 0 !important;
}
#contents .fold_button_open a,
#contents .fold_button_close a {
	display: block;
	color: #000000;
	text-decoration: none;
	outline: none;
}
#contents .fold_button_open a:before {
	content: url(common/minus.gif);
	padding-right: 0.5em;
	vertical-align: -3px;
}
#contents .fold_button_close a:before {
	content: url(common/plus.gif);
	padding-right: 0.5em;
	vertical-align: -3px;
}
#contents div.fold_area { padding: 1em; }

/* Easy Ink Delivery Button */
#contents ul.eid_link {
	list-style: none;
	margin: 1em 0;
	padding-left: 0;
}
#contents ul.eid_link li a {
	display: block;
	padding: 0.5em 2em;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	background: #0000cc; /* IE8, IE9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#9999ff), color-stop(49%, #3333cc), color-stop(50%, #0000cc), to(#3333cc)); /* Android2.3, Safari5.1 */
	background: linear-gradient(to bottom, #9999ff 0%, #3333cc 49%, #0000cc 50%, #3333cc 100%);
	border: 1px solid #3333cc;
	border-radius: 0.5em;
	-webkit-box-shadow: 3px 3px 3px #999999; /* Android2.3 */
	box-shadow: 3px 3px 3px #999999;
}
#contents ul.eid_link li a:hover {
	color: #ff6600;
	border-color: #ff6600;
	border-radius: 0.5em;
}

/* UI Term */
#contents span.ui { font-weight: bold; }
#contents span.FaxReport { font-weight: inherit; }
#contents span.Manual { font-weight: inherit; }
#contents h1 span.Manual { font-style: normal; }
#contents span.Media_ProductName { font-weight: inherit; }
#contents span.Prohibit { font-weight: inherit; }

/* UI Term (OS) */
#contents span.os_ui { font-weight: bold; }

/* UI Term (other) */
#contents span.other_ui { font-weight: inherit; }

@media screen and (min-width: 480px) {
	/* Section Block */
	#contents div.section { margin-left: 1em; }

	/* Table of Contents (Button) */
	#contents ul.toc_button li {
		display: inline-block;
		width: 45%;
		margin: 0 2% 1em 2%;
		vertical-align: top;
	}
	#contents ul.toc_button li a {
		display: block;
	}
	#contents ul.toc_button span.toc_image {
		display: block;
		width: auto;
		padding-right: 0;
		text-align: center;
	}
	#contents ul.toc_button span.toc_image img { width: auto; }
	#contents ul.toc_button span.toc_title {
		display: block;
		width: auto;
		margin: 5px;
		text-align: center;
	}

	/* Easy Ink Delivery Button */
	#contents ul.eid_link li {
		text-align: center;
	}
	#contents ul.eid_link li a {
		display: inline-block;
		min-width: 20em;
	}
}

@media print {
	/* Section Block */
	#contents div.section { margin-left: 1em; }

	/* Case1 Block */
	#contents div.case1 { border: 2px solid #e6fde4; }

	/* Case2 Block */
	#contents div.case2 { border: 2px solid #e6f2ff; }

	/* Case3 Block */
	#contents div.case3 { border: 2px solid #ffffdd; }

	/* Check Number */
	#contents ol.check_list span.check_num { border: 1px solid #445577; }

	/* Header */
	#contents h1, #contents h2, #contents h3, #contents h4, #contents h5, #contents h6 { page-break-after: avoid; }

	/* Header (not structure) */
	#contents p.headword { page-break-after: avoid; }

	/* Table of Contents (Button) */
	#contents ul.toc_button li {
		display: inline-block;
		width: 45%;
		margin: 0 4% 1em 0;    /* Printing is left-justify */
		vertical-align: top;
	}
	#contents ul.toc_button li a {
		display: block;
	}
	#contents ul.toc_button span.toc_image {
		display: block;
		width: auto;
		padding-right: 0;
		text-align: center;
	}
	#contents ul.toc_button span.toc_image img { width: auto; }
	#contents ul.toc_button span.toc_title {
		display: block;
		width: auto;
		margin: 5px;
		text-align: center;
	}

	/* Easy Ink Delivery Button */
	#contents ul.eid_link li {
		text-align: center;
	}
	#contents ul.eid_link li a {
		display: inline-block;
		min-width: 20em;
	}

	/* Warning Mark */
	#contents p.warning { page-break-after: avoid; }

	/* Caution Mark */
	#contents p.caution { page-break-after: avoid; }

	/* Important Mark */
	#contents p.important { page-break-after: avoid; }

	/* Note Mark */
	#contents p.note { page-break-after: avoid; }

	/* Definition List */
	#contents dl dt { page-break-after: avoid; }
}
