<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*----------------------------------------------------
  step系
----------------------------------------------------*/
.multi-column + .multi-column {
  margin-top: 40px;
}
ol li p {
  margin-left: 0px;
}
ol.operation, ol.sub_step, ol.item_num {
  margin-top: 0px;
  counter-reset: sub_step;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
ol.operation &gt; li p, ol.sub_step &gt; li p, ol.item_num &gt; li p, ol.item_num.style_2nd &gt; li p {
  margin: 0 !important;
}
ol.operation {
  counter-reset: operation;
  clear: both;
}
ol.operation li {
  position: relative;
  padding: 5px 0 0 30px;
  margin: 10px 0 0 0;
  font-weight: bold;
  clear: both;
}
ol.operation li:before {
  content: counter(operation);
  counter-increment: operation;
  font-size: 170%;
  display: block;
  float: left;
  text-align: left;
  width: 30px;
  margin-left: -30px;
  margin-top: -5px;
  line-height: 1;
}
ol.operation li.digits:before{
	-webkit-transform: scale( 0.75, 1 );
	transform: scale(0.75, 1);
    transform-origin: top left;
}
ol.sub_step li {
  padding-left: 30px;
  position: relative;
  clear: both;
}
ol.sub_step li:before {
  content: counter(sub_step)".";
  counter-increment: sub_step;
  font-size: 100%;
  display: block;
  float: left;
  text-align: center;
  height: 20px;
  width: 20px;
  margin-left: -30px;
  margin-top:3px;
  line-height: 1;
}
ol.sub_step.style_2nd li:before,ol.sub_step.style_3rd li:before {
  content: counter(sub_step);
  font-weight: normal;
  width: 15px;
  padding-right: 3px;
  height: 18px;
  line-height: 20px;
  margin-left: -30px;
  margin-right: 5px;
  margin-top:0px;
  border-radius: 50% 50%;
  border: 1px solid #000;
  letter-spacing: -3px;
}
ol.sub_step.num_style_2nd li:before {
  content: counter(sub_step,lower-alpha)")";
}

ol.sub_step li p {
  margin-left: 0px;
}
ol.sub_step &gt; p, ol.sub_step &gt; .link, ol.sub_step &gt; .foot_note {
  margin-left: 30px;
}
ol.operation li p {
  margin-left: 0px;
}
ol.operation &gt; p, ol.operation &gt; .accent_box, ol.operation &gt; .foot_note, ol.operation &gt; .link, ol.operation &gt; .sub_step, ol.operation &gt; .item_explanation {
  margin-left: 30px;
}
ol.operation table p {
  margin-left: 0px;
}
ol.item_num &gt; p {
  margin-left: 30px;
}
.multi-column ol.item_num {
  margin-top: 0;
}
ol.item_num {
  margin-top: 10px;
  counter-reset: item;
}
ol.item_num li {
  position: relative;
  padding: 10px 0 0 25px;
  margin: 0;
  font-weight: bold;
  clear: both;
}
ol.item_num li:before {
  content: counter(item);
  counter-increment: item;
  font-size: 100%;
  font-weight: normal;
  display: block;
  float: left;
  text-align: center;
  width: 15px;
  padding-right: 3px;
  height: 18px;
  line-height: 20px;
  margin-left: -20px;
  margin-right: 5px;
  border-radius: 50% 50%;
  border: 1px solid #000;
  letter-spacing: -3px;
}
ol.item_num.style_2nd li {
  padding: 10px 0 0 30px;
}
ol.item_num.style_2nd li:before {
  content: "("counter(item)")";
  width: 30px;
  text-align: left;
  height: auto;
  margin-left: -30px;
  margin-right: 0px;
  padding-right: 0px;
  line-height: normal;
  border: none;
  letter-spacing: 0;
}
.procedure_step ol {
  margin-top: 20px;
  clear: both;
  counter-reset: procedure_step;
  list-style: none;
}
.procedure_step ol li {
  position: relative;
  padding: 5px 0 5px 40px;
  margin: 10px 0 0px 0;
  font-weight: bold;
  clear: both;
}
.procedure_step ol li:before {
  color: #FFF;
  content: counter(procedure_step);
  counter-increment: procedure_step;
  font-size: 150%;
  display: inline-block;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 38px;
  margin-left: -40px;
  border-radius: 50% 50%;
  background-color: #CCC;
}
.procedure_step ol li p {
  display: inline-block;
}
.procedure_step ol &gt; p {
  margin-left: 40px;
  margin-top: -10px;
}
/*----------------------------------------------------
	memo | notice
----------------------------------------------------*/
.notice, .warning {
  margin: 20px 0;
  position: relative;
}
.notice .col, .warning .col {
  margin-top: 5px;
  padding: 0px;
  background-color: #FFF;
  overflow: hidden;
}
.notice .word, .warning .word {
  background-color: #666;
  text-align: center;
  padding: 0px 0px;
}
.notice .word p, .warning .word p {
  color: #FFF;
  font-size: 160%;
  font-weight: bold;
  margin: 0px !important;
  padding: 4px 40px 0px 40px;
  background: url(../img/icon/warning_w.svg) no-repeat left top 5px;
  -webkit-background-size: auto 30px;
  background-size: auto 30px;
  display: inline-block;
  overflow: inherit;
}
@media screen and (max-width:815px) {
  .notice .word p, .warning .word p {
    font-size: 120%;
    padding: 4px 0px 0px 30px;
    background: url(../img/icon/warning_w.svg) no-repeat left top 3px;
    -webkit-background-size: auto 25px;
    background-size: auto 25px;
  }
}
/*----------------------------------------------------
	table
----------------------------------------------------*/
p + .tablescroll, h3 + .tablescroll, h5 + .tablescroll {
  margin-top: 5px;
}
table {
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 2px solid #666;
}
ol.operation table {
  width: 100%;
  min-width: auto;
}
table th {
  padding: 0 5px 5px 5px;
  text-align: center;
  border: 1px solid #FFF;
  background-color: #666;
}
table th .fourth_title {
  margin: 5px 0 0 0;
}
table th p {
  color: #FFF;
  font-weight: bold;
}
table th .third_title {
  margin: 10px 10px 5px 10px !important;
  padding: 0px;
}
table th .third_title h4 {
  color: #FFF;
  font-size: 150%;
}
.table_style_2nd td .third_title {
  margin: 15px 0 0 0;
}
table tr td {
  border: 1px solid #666;
  border-left:none;
  padding: 0px 5px 5px 5px;
  margin: auto;
  vertical-align: middle;
  text-align: left;
}
table img {
  text-align: center;
  vertical-align: middle;
}
.accent_box .tablescroll {
  margin: 5px 0 0 0;
}
ol.operation .tablescroll {
  margin: 5px 0 0 30px;
}
.tablescroll {
  margin: 5px 0px;
  overflow-x: auto;
  overflow-y: hidden !important;
  clear: both;
}
.tablescroll::-webkit-scrollbar {
  height: 5px;
}
.tablescroll .hide-table-header th {
  border: none;
  padding: 0px;
}
.tablescroll.nowidth table {
  min-width: auto;
}
.tablescroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.tablescroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
table.table_style_2nd {
  min-width: auto;
  border: none;
}
.table_style_2nd th {
  border: none;
}
.table_style_2nd td {
  border: none;
  padding: 0px;
}
.tablescroll_2nd {
  margin: 20px 0 0 0;
}
.tablescroll_none {
  margin: 20px 0 0 0;
}
.tablescroll_none table {
  width: 100%;
  min-width: 100%;
}
table .img img, table .img.left img, table .img.right img {
  max-width: 80px;
  width: 100%;
}
/*--- 列追従 ---*/
th.follow, th.follow2{
	background: #666;
} 
th.follow:before, th.follow2:before{
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.follow, .follow2{
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  background: #fff;
  z-index: 98;
}
.follow2{
  z-index: 99;
}
.follow:before, .follow2:before{
    content: "";
    position: absolute;
    top: 0px;
    left: -2px;
    width: 100%;
    height: 100%;
    border: 1px solid #666;
	border-left: 2px solid #666;
}
.follow2:before{
    left: 0px;
	border:none;
	border-right: 1px solid #666;
}
.follow:nth-child(1):before, .follow2:nth-child(1):before{
    border-top: none;
}
.is-left-scrollable .follow, .is-left-scrollable .follow2{
	filter: drop-shadow(10px 20px 7px rgba(0, 0, 0, .15));
  -webkit-filter: drop-shadow(10px 20px 7px rgba(0, 0, 0, .15));
}
/*---------------------------------------------------- 
	accordion
----------------------------------------------------*/
.accordion {
  margin: 10px 0;
}
.event_title {
  margin: 1px 0 0 0;
  background: #EFEFEF url(../img/burette/ico_plus.png) no-repeat right center;
  padding: 6px 34px 6px 10px;
  border-bottom: 1px solid #DDD;
  cursor: pointer;
  display: block;
}
.event_title.open {
  background: #EFEFEF url(../img/burette/ico_minus.png) no-repeat right center;
}
.event_title p {
  color: #000;
  display: inline;
}
.event_title p + p {
  display: block;
  margin-top: 5px;
}
.event_box {
  background: #FFF;
  padding: 10px;
  border-bottom: 1px solid #DDD;
  display: none;
  overflow: hidden;
}
.element + .element {
  border-top: 1px dashed #000;
  padding: 10px 0;
}
.event_box .element {
  clear: both;
  padding: 0px 0 10px 0;
}
.event_box .td_1, .event_box .td_2, .event_box .td_3 {
  clear: both;
  overflow: hidden;
}
.event_box &gt; .td_1:nth-child(1) {
  margin-top: 0px;
}
.event_box .td_1 {
  font-weight: bold;
  margin-top: 30px;
}
.event_box .td_2 {
  border-top: 1px dashed #333;
  border-bottom: 1px dashed #333;
  padding: 10px 0;
  margin: 10px 0;
}
.event_box .img.right img, .event_box .caption_illust_float_right .img img {
  max-width: 100px;
}
/*----------------------------------------------------
	tabs
----------------------------------------------------*/
.tabs {
  position: relative;
  margin: 20px 0px;
  overflow: hidden;
}
.tabs .tab_menu {
  width: 100%;
}
.tab_menu li a {
  text-decoration: none;
}
.tab_menu li a img {
  width: 100%;
  max-width: 195px;
  display: block;
}
.tabbox {
  position: relative;
  zoom: 1;
}
.tabbox .title {
  margin: 20px 0 10px 0;
  display: block;
  overflow: hidden;
}
.tabbox .title h2 {
  color: #1B1BE0;
  font-weight: bold;
  text-align: center;
  font-size: 130%;
  padding: 7px 10px 5px 10px;
  border: 1px solid #1B1BE0;
}
.tabbox .img img {
  max-width: 450px;
}
.tabbox ol.sub_step li {
  padding-left: 35px;
  position: relative;
  clear: both;
}
.tabbox ol.sub_step li:before {
  content: counter(sub_step);
  counter-increment: sub_step;
  font-size: 100%;
  font-weight: normal;
  display: block;
  float: left;
  text-align: center;
  color: #FFF;
  background-color: #424242;
  width: 22px;
  padding-right: 3px;
  height: 25px;
  line-height: 25px;
  margin-left: -25px;
  margin-right: 5px;
  margin-top: 0px;
  border-radius: 50% 50%;
  letter-spacing: -3px;
}
.foot_note + .arrow, .accordion + .arrow {
  margin-top: 20px;
}
div.arrow {
  clear: both;
  text-align: center;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 30px solid #1B1BE0;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
}
.tab_menu {
  display: table;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.tab_menu li {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  width: 33.333%;
  margin: 0px;
  padding: 0px;
  position: relative;
  background: #FFF;
  border: 1px solid #E6E6E6;
}
.tab_menu li.none {
  display: none;
}
.tab_menu li br {
  display: none;
}
.tab_menu li a br {
  display: block;
}
.tab_menu li a {
  text-align: left;
  font-weight: bold;
  font-size: 100%;
  margin: 0px;
  padding: 15px 10px 15px 50px;
  display: block;
  color: #000;
  background: url(../img/burette/tab_link.svg) no-repeat left 20px center;
}
.tab_menu li:hover, .tab_menu li.active {
  text-decoration: underline;
  background: #FFF;
  border: 1px solid #1B1BE0;
}
.tab_menu li:hover a, .tab_menu li.active a {
  color: #1B1BE0;
}
.tab_menu li.active span.arrow {
  display: inline-block;
  width: 0;
  line-height: 0;
  border: none;
  margin-left: -30px;
  clear: both;
  position: absolute;
  bottom: -20px;
}
.tab_menu li.active span.arrow {
  display: inline-block;
  width: 0;
  line-height: 0;
  border: none;
  border-top: 20px solid #1B1BE0;
  border-left: 30px solid #FFFFFF;
  border-right: 30px solid #FFFFFF;
  margin-left: -30px;
  clear: both;
  position: absolute;
  bottom: -20px;
}
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .tab_menu li.active span.arrow {
    left: 50%;
  }
}
@media screen and (max-width:550px) {
  .tab_menu {
    display: block;
    margin-bottom: 5px;
  }
  .tab_menu li {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .tab_menu li a img {
    max-width: 135px;
    margin-left: 10px;
    display: inline-block;
  }
  .tab_menu li a img:nth-child(2) {
    margin-left: 10px;
  }
  .tab_menu li.active span.arrow {
    display: none;
  }
}
/*----------------------------------------------------
	item_explanation
----------------------------------------------------*/
.item_explanation {
  overflow: hidden;
  zoom: 1;
}
.item_explanation_lead_title {
  margin-left: 5px;
  margin-bottom: 0px;
  float: left;
  clear: left;
}
.item_explanation_lead_title_line {
  float: left;
  clear: left;
  padding-left: 10px;
  margin-bottom: 0px;
}
.item_explanation_lead_text {
  float: left;
  padding-left: 0px;
}
.item_explanation_lead_text a {
  font-size: 75%;
  padding-left: 10px;
}
.item_explanation_title {
  margin-top: 10px;
  font-weight: bold;
  margin-left: 0px;
}
.item_explanation_text {
  padding-left: 14px;
}
.item_explanation_text p{
  margin: 0 !important;
}
.item_explanation.style_3rd {
  padding: 10px;
  background-color: #DDDDDD;
  position: relative;
}
.item_explanation.style_4th {
  padding: 10px;
  background-color: #FFFFFF;
  position: relative;
}
.item_explanation.style_3rd .item_explanation_title, .item_explanation.style_3rd .item_explanation_title p, .item_explanation.style_3rd .item_explanation_text, .item_explanation.style_3rd .item_explanation_text p, .item_explanation.style_4th .item_explanation_title, .item_explanation.style_4th .item_explanation_title p, .item_explanation.style_4th .item_explanation_text, .item_explanation.style_4th .item_explanation_text p {
  margin: 0 !important;
}
.item_explanation.style_3rd .item_explanation_title, .item_explanation.style_4th .item_explanation_title {
  float: left;
}
.item_explanation.style_3rd .item_explanation_text, .item_explanation.style_4th .item_explanation_text {
  padding: 0 0 0 25px !important;
}


.item_explanation.style_5th{
	display: grid;
	grid-template-columns: 20px 10px 1fr;
}
.item_explanation.style_5th .item_explanation_title, .item_explanation.style_5th .item_explanation_title p{
	margin: 0 !important;
}
.item_explanation.style_5th .item_explanation_text {
	padding: 0;
	margin: 0;
}
/*----------------------------------------------------
	sub_note
----------------------------------------------------*/
.sub_note {
  width: auto;
  margin-left: 17px;
}
.sub_note .note {
  padding-left: 12px;
  margin-left: 5px;
}
/*----------------------------------------------------
	accent_box
----------------------------------------------------*/
#content &gt; .accent_box:nth-child(1) {
  margin: 0px;
}
.sub_title + .accent_box {
  margin-top: 0px;
}
.accent_box {
  border: 1px solid #000;
  background-color: #FFF;
  overflow: hidden;
	margin-top: 20px;
  padding: 10px;
  clear: both;
}
.accent_box .title {
  margin: 0px 0 15px 0;
  display: block;
  overflow: hidden;
}
.accent_box .title h2 {
  font-size: 150%;
  font-weight: bold;
  padding: 0px;
  background-color: inherit;
  border-bottom: none;
  border-right: none;
  clear: both;
}
.accent_box p, .accent_box img {
  margin: 0 !important;
}
.accent_box .img.right {
  margin: 0 0 0 20px !important;
}
.accent_box .img.left {
  margin: 0 20px 0 0 !important;
}
.indent {
  margin-left: 25px;
  overflow: hidden;
  clear: both;
}
/*----------------------------------------------------
	sub_story
----------------------------------------------------*/
.sub_story {
  border-left: 5px solid #000;
  padding-left: 15px;
  box-sizing: border-box;
}
/*----------------------------------------------------
	search
----------------------------------------------------*/
.search_box_table {
  position: relative;
}
#searchText, .search_box {
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #000;
  padding: 0px 45px 0px 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: none;
  box-sizing: border-box;
}
#searchButton, .searchButton {
  position: absolute;
  top: 0;
  right: 0px;
  width: 35px;
  height: 35px;
  margin-left: 0px;
  padding: 9px 2px 9px 2px;
  /*background: url(../images/btn_search.svg) no-repeat center center;*/
  border: none;
  display: block;
  cursor: pointer;
}
#menu #searchButton, .searchButton {
  right: 50px;
}
#text_hidden, .text_hidden {
  display: none;
}
#result {
  margin: 20px 0 0 0;
}
#result &gt; p {
  margin: 0;
}
#result p a {
  font-size: 110%;
  margin-top: 15px;
  display: block;
}
#result p {
  font-size: 90%;
}
/*----------------------------------------------------
	text系
----------------------------------------------------*/
.toc_title + .sub_title {
  margin: 10px 0px 10px 0px;
}
.comment + .title,
.comment + .sub_title {
  margin: 0px 0px 10px 0px;
}
.title + .sub_title {
  margin: 0px 0px 10px 0px;
}
.fourth_title + .sub_title {
  margin: 0px 0px 0px 0px !important;
}
.third_title + .sub_title {
  margin: 0px 0px 10px 0px !important;
}
.title:nth-child(1) {
  margin: 0px 0px 15px 0px;
}
#content &gt; div:nth-child(1), .accordion &gt; h3:nth-child(1) {
  margin-top: 0px;
}
.third_title:nth-child(1) {
  margin: 0px 0px 10px 0px;
}
.toc_title {
  margin: 40px 0 15px 0;
  display: block;
  overflow: hidden;
}
.toc_title h2 {
  font-size: 130%;
  font-weight: normal;
  color: #FFF;
  background-color: #000;
  padding: 10px 15px 5px 15px;
  clear: both;
}
#content &gt; .comment:nth-child(1){
  margin-top: -20px;
}
#content &gt; .comment:nth-child(1) p{
  margin-top: 0px;
}
.comment{
  text-align: right;
  margin-top: -10px;
  clear: both;
}
.comment p{
  font-weight: bold;
  font-size: 85%;
  border: 1px solid #000;
  padding: 5px 10px 0px 10px;
  display: inline-block;
}
.title {
  margin: 40px 0 15px 0;
  display: block;
  overflow: hidden;
	clear: both;
}
.title h2 {
  font-size: 130%;
  font-weight: normal;
  padding: 10px 15px 5px 15px;
  clear: both;
}
.col .title h2 {
  font-size: 130%;
  font-weight: normal;
  text-decoration: underline;
  padding: 5px 0px 0px 0px;
  border: none;
  clear: both;
}
.sub_title, .accordion h3 {
  margin: 40px 0px 10px 0px;
  display: block;
  overflow: hidden;
  clear: both;
}
.sub_title h3, .accordion h3 {
  padding: 0px 0px 0px 15px;
}
table .sub_title {
  margin: 0px;
}
table .sub_title h3 {
  padding: 0;
}
.third_title, .third_title_2nd {
  margin: 30px 0px 10px 0px;
  display: block;
}
.third_title_2nd {
  padding: 10px 5px 5px 5px;
  text-align: center;
}
.fourth_title {
  margin: 15px 0 0 0;
  display: block;
}
.note {
  padding-left: 16px;
  position: relative;
}
.note:before {
  content: "●";
  font-size: 50%;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -16px;
  text-align: left;
  height: 22px;
  width: 16px;
}
.caption_illust_container .note:before {
  line-height: 10px;
}
.note.foot:before {
  content: "※";
  font-size: 9px;
  line-height: 1em;
  margin-left: -16px;
  height: 1em;
}
.square {
  padding-left: 16px;
  position: relative;
}
.square:before {
  content: "■";
  font-size: 120%;
  display: block;
  float: left;
  line-height: 20px;
  margin-left: -16px;
  text-align: left;
  height: 20px;
  width: 16px;
}
.sub_note {
  width: auto;
  margin-left: 16px;
  overflow: hidden;
}
.foot_note {
  counter-reset: foot_note;
  overflow: hidden;
}
.sub_note .note, .foot_note .note {
  padding-left: 16px;
  background: none;
  position: relative;
  overflow: hidden;
}
.sub_note .note:before, .foot_note .note:before {
  content: "○";
  font-size: 70%;
  margin-top: 0px;
  line-height: 20px;
  margin-left: -16px;
  text-align: left;
  height: 20px;
  width: 16px;
}
.foot_note .note{
	padding-left: 11px;
}
.foot_note .note:before {
  content: "*";
  font-size: 100% !important;
  width: 11px;
  margin-left: -11px;
}
.foot_note .note:lang(ja) {
  padding-left: 16px;
}
.foot_note .note:lang(ja):before {
  content: "※";
  width: 16px;
  margin-left: -16px;
}
.foot_note .note.num {
  padding-left: 26px;
}
.foot_note .note.num:before {
  content: "*" counter(foot_note);
  counter-increment: foot_note;
  margin-left: -26px;
  width: 26px;
  font-size: 100% !important;
}
.foot_note .note.num:lang(ja) {
  padding-left: 30px;
  content: "※" counter(foot_note);
}
.foot_note .note.num:lang(ja):before {
  margin-left: -30px;
  width: 30px;
  content: "※" counter(foot_note);
	margin-top: 0px;
}
.accent_box + div.link {
  margin-top: 20px;
}
div.link a {
  padding: 2px 0px 2px 18px;
}
a.link, .link a {
  background: url(../img/burette/link.svg) no-repeat left top 4px;
  padding: 2px 0px 2px 18px;
}
.caption_text a.link{
	padding: 4px 0px 4px 18px;
}
.caption_text a.link{
	padding: 2px 0px 2px 14px;
	-webkit-background-size: auto 10px;
    background-size: auto 10px;
}
.caption_text a.link, .caption_text p{
	line-height: 1.2 !important;
}
.caption_text a.link:lang(ko), .caption_text p:lang(ko),
.caption_text a.link:lang(zh), .caption_text p:lang(zh){
	line-height: 1.4 !important;
}
a.extlink {
  background: url(../img/burette/link_2.svg) no-repeat right center;
  padding: 0px 25px 0px 0px;
  word-break: break-all;
}
p.text_right {
  text-align: right;
}
p.text_center {
  text-align: center;
}
p.border{
	padding: 0 5px;
	border: 1px solid #000;
	display: inline-block;
}
div.caption_illust_container.caption_illust_float_right {
  clear: right;
}
div.caption_illust_container {
  padding: 5px 0;
  z-index: 1;
}
div.caption_illust_container .caption_text p a.link br{
	display: none;
}
/*----------------------------------------------------
	found text
----------------------------------------------------*/
span.found {
  background: #ff0;
  margin: 0;
  padding: 0;
  display: inline;
}
</pre></body></html>