@import url("font/font.css");

/** HTML5 CSS RESET ***********************************************************/
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	background:transparent;
}
.txt_fig_ex img {
    max-width: 100%;
    height: auto;
}
.txt_fig_ex .screenSeq img {
	max-width: inherit;
	height: revert;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
	cursor:pointer;
}

ul,ol{
	padding-left:30px;
	margin:0.6em 0;
}
li{
	margin:0.6em 0;
}
li span {
    line-height: 1.4;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
/** END HTML5 CSS RESET *******************************************************/

/** Page layout **************************************************************/
body{
	margin:0;
	font-family: var(--fontStyle), sans-serif;
    font-size: var(--fontSize);
	color: var(--contentFG);
	line-height: 1;
}

/** Content : text ************************************************************/
.text{
	margin-right:10px;
}
table.txt_tb{
	border-spacing: 0;
	display: table;
	border-collapse: collapse;
	box-shadow: 0 1px 1px #ccc;
	margin:5px auto;
	background-color: #fff;
}
table.txt_tb figure.caption {
	margin: 0;
}
table.txt_tb caption{
	font-style: italic;
	color:#676767;
}
table.txt_tb th,table.txt_tb td{
	padding: 0 3px;
	border:1px solid #808080;
}
table.txt_tb th{
	text-align: center;
}

table.txt_tb .txt_colTi_tbcl{
	background-color: #EEE;
}
table.txt_tb .txt_rowTi_tbtr {
	background-color: #DDD;
}
table.txt_tb .txt_cellEmp_tbtd {
	background-color: #edd9e3;
	text-align: left;
	font-weight:normal;
}
table.txt_tb .txt_cellCenter_tbtd p{
	text-align:center;
}
table.txt_tb .txt_cellRight_tbtd p{
	text-align:right;
}

table.txt_tb p{
	margin: .3em 0;
	text-align: left;
}
tr.txt_rowTi_tbtr th p{
	text-align:center;
}
table.layout_tb{
	border-collapse: collapse;
	border-spacing: 0;
}
table.layout_tb td{
	padding: 0 10px 10px 0
}
table.layout_tb .txt_cellCenter_tbtd p{
	text-align:center;
}
table.layout_tb .txt_cellRight_tbtd p{
	text-align:right;
}
table.txt_tb th>div,
table.txt_tb td>div,
table.layout_tb th>div,
table.layout_tb td>div{
	margin: .3em 0
}
ul.txt_sl,
ul.txt_il {
	list-style-type:disc;
}

.ico_tim img,
.txt_ico_ul img,
.txt_ico_tim img {
	vertical-align: middle;
}
.txt_textTab_is,
.txt_textButton_is,
.txt_textRadioButton_is,
.txt_textCheckBox_is,
.txt_input_is,
.txt_select_is,
.txt_keyboard_is,
.txt_menuPath_is,
.txt_filePath_is,
.txt_win_is{
	white-space: pre;
	padding:0 3px;
	margin:1px 0;
	font-family: "Lucida Console", Courier, monospace;
}
.txt_textButton_is {
	border:1px solid;
}

code::before,
.txt_cmd_is::before {
    margin-right: 0.3em;
    font-size: 0.9em;
	font-family: "fontello";
}
.txt_textCheckBox_is::before{
	content:"\2611";
}
.txt_keyboard_is::before {
	content:"\2328";
}
.txt_menuPath_is::before {
	content:"\e903";
}
.txt_filePath_is::before {
	content:"\1F5B9";
}
.txt_win_is::before {
	content:"\1F5D4";
}
.txt_textTab_is::before {
	content:"\1F5C0";
}
.txt_textRadioButton_is::before{
	content:"\25C9\FE0E";
}
.txt_input_is::before {
	content:"\e906";
}
.txt_select_is::before {
	content:"\e905";
}
.txt_cmd_is::before{
	content:"\E812";
}

.txt_label_is {
	font-weight:bold;
	font-family: "Roboto", sans-serif;
}

.txt_url_ul,
.txt_web_ul,
.txt_coLnk_ul,
.txt_resLnk_ul{
	color: var(--accentColor);
	text-decoration:none;
}
.txt_url_ul::after,
.txt_web_ul::after,
.txt_coLnk_ul::after {
	font-family: "fontello";
	margin-left: 0.3em;
	font-size:0.9em;
}
.txt_url_ul::after,
.txt_web_ul::after{
	content:"\1F517";
}
.txt_coLnk_ul::after{
	content:"\1F449";
}

.txt_term_is{
	color:#676767;
	font-family: "Roboto", sans-serif;
	font-style:italic;
}
.txt_cmd_is {
	font-family: "Lucida Console", Courier, monospace;
}

a.txt_def_ul,
a.txt_doc_ul{
	text-decoration: none; 
	border-bottom:1px dotted;
	color: var(--contentFG);
}

span.pdf_ico::before {
    font-family: "fontello";
    content: "\f1c1";
    margin-right: 5px;
}

span.archive_ico::before {
	font-family: "fontello";
	content: "\f1c6";
	margin-right: 5px;
}

.txt_auth_tl {
    font-weight: bold;
}
.txt_ed_tl {
	text-decoration: underline;
}
.txt_title_tl {
    font-style: italic;
}

/* Tooltip */
.tooltip_a.info {
	color: var(--contentFG);
	text-decoration: none;
	margin: 0 0.3em;
	background-color: var(--accentLight);
	height: 1.3em;
	display: inline-block;
	width: 1.3em;
	line-height: 1.4em;
}
.tooltip_a.info:hover {
	opacity:0.7;
}
.tooltip_a.info::after {
	content: "\e808";
	font-family: "fontello";
	margin-left: -0.1em;
}
.tooltip_a.info span{
	display:none;
}
.tooltip{
	background-color: #fff;
    border: 2px solid var(--accentColor);
	font-size:0.9em;
	margin: 1em;
}
.tooltip_ti{
	font-size:1.2em;
	padding: 5px 5px 3px 5px;
	background-color: #edd9e3;
}
.tooltip_co{
	padding: 0 5px 2px 5px;
}
.tooltip a{
	color:#696969;
}
.tooltip .text{
	margin:0;
}
.tooltip p{
	text-align: left;
	margin:0.1em 0;
	line-height: 1.2;
}
.tooltip a.tooltip_x{
	position: absolute;
	right: -10px;
	color: white;
	top: -10px;
	text-decoration: none;
	background-color: var(--accentColor);
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
    font-size: 1.5em;
}
.tooltip a.tooltip_x::before{
	content:"\274C";
	font-family:"fontello";
}
.tooltip a.tooltip_x span{
	position:absolute;
	left:-9999px;
}
.tooltip_fra {
    outline: none;
}

/** Content : scImageMgr ********************************************************/
.scImgZmFra{
	background-color: white;
	padding:10px;
	box-shadow:  0 0 20px 0 #999;
}
a.scImgZmBtnCls{
	position: absolute;
	right: -10px;
	color: white;
	top: -10px;
	text-decoration: none;
	background-color: var(--accentColor);
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
    font-size: 1.5em;
}
a.scImgZmBtnCls::before{
	content:"\274C";
	font-family:"fontello";
}
a.scImgZmBtnCls span{
	position:absolute;
	left:-9999px;
}
.scImgZmTi{
	text-align: center;
	margin:5px 5px 0 5px;
	color:#676767;
	font-style: italic;
}
.scImgZmMag{
	border-radius: 5px;
	box-shadow:  0 0 10px 0 #555;
}

/* ============= Utilities ============= */
.hidden{
	position: absolute;
	width:1px;
	height:1px;
	visibility: hidden;
	top:-10000px;
	left:-10000px;
}