/*
 * (C) FUJIFILM Business Innovation Corp. 2021
 *
 * $Id$
 */

@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	background-color: #fff;
	font-size: 16px;

	line-height: 1.75;	/* from FUJIFILM design guide */
	font-family: "Clarimo UD PE Regular", sans-serif;
}
body:lang(ja) {
	/*
	 * In FUJIFILM design guide,
	 * font-family: "Clarimo UD PE Regular", "UD Shin Go Conde90 R JIS2004", sans-serif;
	 * But I guess that the next is better
	 * to show yen marks instead of back slashes for &#x5C;.
	 */
	font-family: "UD Shin Go Conde90 R JIS2004", "Clarimo UD PE Regular", sans-serif;
}

h1 {
	font-size: 36px;
	font-family: "Clarimo UD PE DemiBold", "UD Shin Go Conde90 DB JIS2004", sans-serif;	/* from FUJIFILM design guide */
	margin-bottom: .5em;
	line-height: 1.33;	/* from FUJIFILM design guide */
}
h2 {
	font-size: 36px;
	font-weight: normal;	/* from FUJIFILM design guide */
	font-family: "Clarimo UD PE Light", "UD Shin Go Conde90 L JIS2004", sans-serif;	/* from FUJIFILM design guide */
	margin: 1em 0 .2em 0;
	border-bottom: 1px #8c8c8c solid;	/* color from FUJIFILM design guide */
	line-height: 1.33;	/* from FUJIFILM design guide */
	padding-bottom: .1em;	/* from FUJIFILM design guide but I changed it
							   from .2em to .1em for the better layout. */
}
h3 {
	font-size: 32px;
	font-weight: normal;	/* from FUJIFILM design guide */
	font-family: "Clarimo UD PE Light", "UD Shin Go Conde90 L JIS2004", sans-serif;	/* from FUJIFILM design guide */
	margin: .6em 0 .2em 0;
	line-height: 1.33;	/* from FUJIFILM design guide */
}
h4 {
	font-size: 24px;
	font-weight: normal;	/* from FUJIFILM design guide */
	font-family: "Clarimo UD PE Light", "UD Shin Go Conde90 L JIS2004", sans-serif;	/* from FUJIFILM design guide */
	margin: .5em 0 .2em 0;
	line-height: 1.33;	/* from FUJIFILM design guide */
}

a {
	color: #01916d;	/* from FUJIFILM design guide */
}

ul {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

.list-bullet > li {
	list-style-type: disc;
}

.list-bullet-01 > li {
	list-style-type: circle;
}

.list-bullet-02 > li {
	list-style-type: square;
}

ol.list-order > li {
	list-style-type: decimal;
	margin-bottom: .3em;
}

ul.list-bullet + a img {
	margin-top: .3em;
}

p {
	margin-bottom: .3em;
}

.align-r {
	text-align: right;
}

.help-stepList, .help-caseList {
	margin: .5em .5em .5em 0;
}

.help-stepList > li, .help-caseList > li {
	list-style-type: none;
	text-indent: -3.3em;
	margin-left: 3.3em;
	line-height: 1.5;	/* from FUJIFILM design guide */
}

.help-reference, .box-01, .box-01 {
	cursor: pointer;
	display: inline-block;
	border: 1px solid;
	margin-bottom: .3em;
	padding: .2em .4em .1em .3em;
}

.help-reference {
	border-color: #8c8c8c;
}

.box-01 {
	border-color: #b2880a;
}

.box-01 {
	border-color: #0b6297;
}

.help-reference strong, .box-01 strong, .box-01 strong {
	font-weight: bold;
}

.reference-title {
	color: #333;
}

.caution-title {
	color: #b2880a;
}

.note-title {
	color: #0b6297;
}

.reference-title:after, .caution-title:after, .note-title:after {
	font-family: NBFont;
	content: "\002b";
	margin-left: .5em;
	vertical-align: middle;

	/*
	 * adjusted by human check
	 */
	position: relative;
	top: -1px;
}

.help-expanded .reference-title:after, .help-expanded .caution-title:after, .help-expanded .note-title:after {
	content: "\2212";
}

.help-welcome_tbl {
	margin: .8em 0 1.1em;
}

.help-welcome_tbl td {
	padding: .4em .5em .5em 0;
}

/* .help-welcome_tbl tr:first-child td:first-child {
	padding-left: 2em;
	padding-right: 2em;
} */

.help-icon_tbl {
	margin: .5em 0 1em;
	border: 1px none #999999;
	border-collapse: collapse;
}

.help-icon_tbl td {
	vertical-align: top;
	padding: .5em;
	border: 1px none #999999;
}

.help-icon_tbl td img {
	float: left;
}

.help-icon_tbl td p {
	margin: 0 0 0 20px;
}

img.icon {
	vertical-align: middle;
}

#help-qrCodeGuidance {
	margin: 0 0 1em 0;
	padding: 0 0 .5em 0;
	border-bottom: 1px #BCBEC0 none;
}

img, video {
	margin-bottom: .3em;
}
p img {
	margin-bottom: 0;
}

@media only screen {

	.help-reference > *, .box-01 > *, .box-01 > * {
		display: none;
	}
	.help-reference.help-expanded > *, .box-01.help-expanded > *, .box-01.help-expanded > * {
		display: block;
	}
	.help-reference > *:first-child, .box-01 > *:first-child, .box-01 > *:first-child {
		display: inline;
	}

	img, video {
		max-width: 100%;
	}

	.help-tryIt video {
		margin-left: -20px;
		margin-right: -20px;
		width: calc(100% + 40px);
		max-width: calc(100% + 40px);
	}

	.help-breakURL {
		word-break: break-all;
	}

	.help-keepAll {
		display: inline-block;
	}
}

@font-face {
  font-family: "NBFont";
  src: url('../xux-fonts/NBFont.eot');
  src: url('../xux-fonts/NBFont.eot?#iefix') format('embedded-opentype');
  src: url('../xux-fonts/NBFont.woff') format('woff');
  src: url('../xux-fonts/NBFont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

.help-linkList {
	margin-left: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	list-style-type: none;
}
.help-linkList li {
	padding: 10px 0 10px 40px;
	position: relative;
}
.help-linkList .help-icon {
	position: absolute;
	top: 0;
	left: 0;
}

.help-icon {
	font-family: NBFont;
	font-size: 1.625em;
	color: #e0e0c0;
}

.help-icon.help-icon-help:before {	/* faq */
	content: "\e0ee";
}
.help-icon.help-icon-scan:before {
	content: "\e17c";
}
.help-icon.help-icon-fax_machine:before {	/* fax */
	content: "\1f4e0";
}
.help-icon.help-icon-contacts:before {	/* address */
	content: "\1f4d7"
}
.help-icon.help-icon-print:before {
	content: "\2399";
}
.help-icon.help-icon-volume_high:before {
	content: "\1f50a";
}
.help-icon.help-icon-files:before {	/* copy */
	content: "\e154";
}
.help-icon.help-icon-clipboard:before {	/* admin */
	content: "\1f4cb";
}
.help-icon.help-icon-folder:before {
	content: "\205ca";
}

.help-icon.help-icon-cloud_download:before {
	content: "\e07d";
}
.help-icon.help-icon-search:before {
	content: "\1f50e";
}
.help-icon.help-icon-mobile:before {
	content: "\1f4f1";
}

.help-icon.help-icon-video:before {
	content: "\1f4f9"
}
.help-icon.help-icon-picture:before {
	content: "\e172"
}
.help-icon.help-icon-link:before {
	content: "\1f517"
}

.help-promotion .help-icon {
	color: #a04090;
}
.help-promotion p {
	text-align: center;
}

.help-keyword {
	font-size: .8em;
	color: #e04050;
	margin-top: 20px;
	margin-bottom: 20px;
}

.help-linkDescription {
	font-size: .8em;
}

@media only print {

	body {
		font-size: 10px;
	}

	#help-qrCodeGuidance {
		display: none;
	}
}
