/*
 * ==============================================
 * Skin for rdg BLU-STA template
 * ==============================================
 */

/*
 * ------------------------------------------------------------------
 *  
 * links
 * 
 */
a.xref:not([dita-type = "fn"])::before {
	content: '';
	display: inline-block;
	padding: 2px;
	margin-right: 8px;
	margin-left: 8px;
	background-image: url(icon_ref.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
	top: 2px;
	position: relative;
}
a.xref:not([dita-type = "fn"]) {
	display: table;
	text-indent: 15px;
}
a.xref.page-only:not([dita-type = "fn"])::before,
a.xref.title-only:not([dita-type = "fn"])::before,
a.xref.title-page:not([dita-type = "fn"])::before {
	background-image: none;
	width: 0px;
	margin-right: 4px;
	margin-left: 0px;
}
a.xref.page-only:not([dita-type = "fn"]),
a.xref.title-only:not([dita-type = "fn"]),
a.xref.title-page:not([dita-type = "fn"]) {
	display: inline-block;
	margin-right: 4px;
	text-indent: 0px;
}
span.xref::before {
	content:'';
}
span.xref::after {
	content:'';
}
/* 2019.11 リンク文字を span で囲み、CSS にて "" を付与する */
span.xref.page-only:not([dita-type = "fn"])::before,
span.xref.title-only:not([dita-type = "fn"])::before,
span.xref.title-page:not([dita-type = "fn"])::before {
	content:'"';
}
span.xref.page-only:not([dita-type = "fn"])::after,
span.xref.title-only:not([dita-type = "fn"])::after,
span.xref.title-page:not([dita-type = "fn"])::after {
	content:'"';
}

/*
 * ------------------------------------------------------------------
 *  
 * note 
 * 
 */
.note {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.notespan {
	display: block;
	margin-top: 1em;
	margin-left: 20px;
}

/*
 * ------------------------------------------------------------------
 *  
 * note caution
 * 
 */
 .cautiondiv{
 	margin-top: 1.5em;
	margin-bottom: 1.5em;
 }
.cautiontitle,
.notetitle {
	background-image: none !important;
	padding: 0;
	/*margin-top:1em;*/
}
.cautiontitlespan,
.notetitle {
	padding: 8px 12px 8px 12px;
	background-color: black;
	color: white;
	border-radius: 0.2em;
	box-shadow: 0px 0px 0.5px 0.5px rgba(0, 0, 0, 0.3);
}

.note.caution {
	font-weight: normal;
	margin-left: 20px;
	margin-top:1em;
}

/*
 * ------------------------------------------------------------------
 *  
 * note danger
 * 
 */
.dangerdiv {
	/*margin-top: 1em;
	margin-bottom: 1em;*/
}
.dangertitle {
	font-size: 1.4em;
	font-weight:bold;
	background-position: 0px 3px;
	display: inline-block;
	vertical-align: top;
	background-image: url(danger.svg) !important;
	background-repeat: no-repeat;
	padding: 4px 4px 4px 23px;
}
.note.danger {
	display: inline-block;
	margin-left: 30px;
	margin-top: 0.3em;
	margin-bottom: 1em;
}
.note.danger :first-child {
	font-weight: bold;
	margin-top: 0em;
}

/*
 * ------------------------------------------------------------------
 *  
 * note warning
 * 
 */
.note.warning {
	margin-top: 1em;
	margin-bottom: 1em;
}

.warningtitle {
	font-size: 1.4em;
	font-weight:bold;
	background-position: 0px 3px;
	display: inline-block;
	vertical-align: top;
	background-image: url(danger.svg) !important;
	background-repeat: no-repeat;
	padding: 4px 4px 4px 23px;
}
.note.warning > span.notetitlespan {
	display: inline-block;
	vertical-align: top;
	/*font-size: 1.4em;*/
}
.warningspan {
	display: inline-block;
	margin-left: 30px;
	margin-top: 0;
	margin-bottom: 1em;
}
.warningspan :first-child {
	font-weight: bold;
	margin-top: 0em;
}

/*
 * ------------------------------------------------------------------
 *  
 * note remember , tip
 * 
 */
.note.remember,
note.tip {
	/*margin-top: 1em;*/
}
.note.remember > span.notetitlespan,
.note.tip > span.notetitlespan {
	display: block;
	margin-bottom: 1em;
}
.remembertitle,
.tiptitle {
	background-image: none !important;
	padding: 8px 12px 8px 12px;
	background-color: #404040;
	color: white;
	border-radius: 1em;
	box-shadow: 0px 0px 0.5px 0.5px rgba(0, 0, 0, 0.3);
}
.rememberspan,
.tipspan {
	display: block;
	margin-left: 30px;
	margin-top: 0;
	margin-bottom: 1em;
}

/*
 * ------------------------------------------------------------------
 *  
 * note colonsymbol
 * 
 */
.notecolonsymbol,
.warningcolonsymbol,
.tipcolonsymbol,
.remembercolonsymbol,
.cautioncolonsymbol {
	display: none;
}

/*
 * ------------------------------------------------------------------
 *  
 * related-links
 * 
 */
 /*div.wh_related_links > nav.related-links {
	border-bottom:0.11em solid;
	margin-bottom: 1em;
}
nav.related-links > div.linklist {
	margin-left: 30px;
}
nav.related-links > div.relatedlinktitle {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 1em;
	padding-bottom: 0.3em;
	border-bottom: 0.1em solid;
	margin-bottom: 1em;
	margin-left: 0px;
}
div.wh_child_links > nav.related-links {
	margin-top: 1em;
}*/

/*
 * ------------------------------------------------------------------
 *  
 * substep
 * 
 */
.ol.substeps {
	list-style-type: none;
	padding-inline-start: 20px;
}

.ol.substeps > li {
	counter-increment: cnt;
}

.ol.substeps > li:before {
	content: "(" counter(cnt) ") ";
	margin-right: 4px;
}

/*
 * ------------------------------------------------------------------
 *  
 * fn
 *
 *  2020.04 add
 */
.fn {
	font-size: 10px;
}
.wh_fn_contents {
    padding-top: 3em;
    padding-bottom: 1.5em;
}
/* 2020.09 add 注釈番号の文字色は常にこの色とします. */
div.fn sup {
	color: #337ab7;
}
/*
 * fpnum 2020.04 add
 */
span.fpnum_img {
	display: inline-block;
/*
	padding: 2px;
	margin-right: 8px;
	margin-left: 8px;
*/
	background-repeat: no-repeat;
	background-size: contain;
	width: 14px;
	height: 14px;
	top: 2px;
	position: relative;
}
span.fpnum1 {
	background-image: url("img/N1-s.svg") !important;
}
span.fpnum2 {
	background-image: url("img/N2-s.svg") !important;
}
span.fpnum3 {
	background-image: url("img/N3-s.svg") !important;
}
span.fpnum4 {
	background-image: url("img/N4-s.svg") !important;
}
span.fpnum5 {
	background-image: url("img/N5-s.svg") !important;
}
span.fpnum6 {
	background-image: url("img/N6-s.svg") !important;
}
span.fpnum7 {
	background-image: url("img/N7-s.svg") !important;
}
span.fpnum8 {
	background-image: url("img/N8-s.svg") !important;
}
span.fpnum9 {
	background-image: url("img/N9-s.svg") !important;
}
span.fpnum10 {
	background-image: url("img/N10-s.svg") !important;
}
span.fpnum11 {
	background-image: url("img/N11-s.svg") !important;
}
span.fpnum12 {
	background-image: url("img/N12-s.svg") !important;
}
span.fpnum13 {
	background-image: url("img/N13-s.svg") !important;
}
span.fpnum14 {
	background-image: url("img/N14-s.svg") !important;
}
span.fpnum15 {
	background-image: url("img/N15-s.svg") !important;
}
span.fpnum16 {
	background-image: url("img/N16-s.svg") !important;
}
span.fpnum17 {
	background-image: url("img/N17-s.svg") !important;
}
span.fpnum18 {
	background-image: url("img/N18-s.svg") !important;
}
span.fpnum19 {
	background-image: url("img/N19-s.svg") !important;
}
span.fpnum20 {
	background-image: url("img/N20-s.svg") !important;
}
/* fig/titleは 左上に 2020.10.08 add */
.figcap,
.figcapcenter,
.figcapright,
.figcapjustify
{
    text-align: left;
    font-style:italic;
}
/*
.figcapcenter {
    text-align: center;
}
.figcapright {
    text-align: right;
}
.figcapjustify {
    text-align: justify;
}
*/
/* 図番号は <span class="fig--title-label-number" として出力されいて、webhelp.cssで display:none; 指定されているため非表示.
"図："も表示不要のため、以下のスタイルを追加. 2020.10.28
*/
.figtitleprefix {
    display: none;
}
