.fnp__B+.fnp_br {
	display: none;
}

.fnp_B {
	font-weight: bolder;
}

.fnp_I {
	font-style: italic;
}

.fnp_U {
	text-decoration: underline;
}

.fnp_S {
	text-decoration: line-through;
}

.fnp_Q {
	color: #999;
	border-left: .2em solid #dfe2e5;
	margin: 1em 0;
	padding: .25em 0 .25em 1em;
}

.fnp_ul[sopt='disc']{
	list-style-type: disc;
}
.fnp_ul[sopt='circle']{
	list-style-type: circle;
}
.fnp_ul[sopt='none']{
	list-style-type: none;
}
.fnp_ul[sopt='square']{
	list-style-type: square;
}

.fnp_code_box {
	background : #282c34;
	padding: 1.5em 1.75em;
	color: #fff;
	font-size: 0.85em;
	line-height: 1.4;
	tab-size: 4;
	border-radius: 1em;
}

.fnp_code_content {
	font-family: source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;
}

.fnp_code_inline {
	color: #476582;
	font-family: source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;
	font-size: 0.85em;
	background-color: rgba(27, 31, 35, 0.05);
	padding: 0.5em 0.5em;
	line-height: 3em;
}

.fnp_ico {
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: var(--fnpi);
	vertical-align: -10%;
}

.fnp_Img {
	width: 100%;
}

.fnp_tCaption[sopt="top"]{
	caption-side: top;
}
.fnp_tCaption[sopt="bottom"]{
	caption-side: bottom;
}