<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
繧ｵ繧､繝亥�讀懃ｴ｢
*/
#probo form {
  padding: 24px 16px;
  background-color: #F7F7F7;
  border: none;
  overflow: visible!important;
}

#probo .searchbox {
  position: relative;
}
#probo .searchbox #q {
  position: relative;
  width: 100%;
  height: 32px;
  box-sizing: border-box;
  padding-left: 12px;
  font-size: 12px;
  border: #d1d1d1 solid 1px;
  border-radius: 4px;
}

#probo .searchbox input[type="submit"] {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
  width: 17px;
  height: 17px;
	background: url(/english/_assets/img/svg/icn-search.svg);
	text-indent: -9999px
}

#probo .searchbox input[type="submit"]:hover {
	background: url(/english/_assets/img/svg/icn-search.svg);
}

#probo .JPX-keyword-heading {
  margin: 12px 0;
}
#probo ._pbox-refine-1, ._pbox-refine-2 {
	display: inherit;
}
#probo ._pbox-refine-1 ._title, ._pbox-refine-2 ._title,
#probo ._pbox-refine-1 ._refs ._ref, ._pbox-refine-2 ._refs ._ref {
	width: auto;
}

#probo ._pbox-refine-1 ._title, ._pbox-refine-2 ._title {
	color: #000;
	text-align: left;
	}

#probo ._pbox-searchresult ._records ._record ._title a {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  background: none;
}
#probo ._pbox-searchresult ._records ._record ._title a::before {
  content: "";
  position: absolute;
  display: block;
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(/english/_assets/img/svg/icn-circle-arw_gray.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (min-width:769px) {
  #probo {
    font-size: 14px;
  }
  #probo form {
    padding: 48px 64px;
    box-sizing: border-box;
    margin: 0 auto 20px;
    border-radius: 4px;
  }

  #probo .searchbox #q {
    font-size: 16px;
    font-weight: 500;
    padding: 23px 0 23px 12px;
  }

  #probo .searchbox input[type="submit"] {
    right: 14px;
    width: 22px;
    height: 22px;
  }

  #probo .JPX-keyword-heading {
    margin: 16px 0;
  }
	
#probo ._pbox-searchresult ._records ._record ._title a:hover,
#probo ._pbox-searchresult ._records ._record ._url a:hover {
  color: #e60012;
  text-decoration: underline!important;
}
#probo ._pbox-searchresult ._records ._record ._title a:hover::before {
  background: url(/english/_assets/img/svg/icn-circle-arw_red.svg) center center no-repeat;
  background-size: contain;
}
}
/* /繧ｵ繧､繝亥�讀懃ｴ｢ */</pre></body></html>