<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/** COMMON CSS  @version   0.01 2012-06-27 @copyright All Rights Reserved, Copyright (C) CASIO COMPUTER CO., LTD @link      http://casio.jp/  */
/* ---------------------------------------------------------------------- HTML NORMALIZE
----------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
body { /** Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */ line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /*overflow-y: scroll;*/
}
h1, h2, h3, h4, h5, h6, strong, b {
  font-weight: bold;
}
p {
  line-height: 1.5;
}
b.ul {
  text-decoration: underline;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  vertical-align: super;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
pre, code, kbd, samp, tt {
  font-family: monospace, serif;
  font-size: 1em;
  *font-family: 'courier new', monospace;
}
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: 1;
}
table {
  font-size: inherit;
  font: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  vertical-align: middle;
}
[hidden] {
  display: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
video, audio, canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
svg:not(:root) {
  overflow: hidden;
}
audio:not([controls]) {
  display: none;
}
.clearfix, #header, #footer {
  *zoom: 1;
}
.clearfix:before, #header:before, #footer:before, .clearfix:after, #header:after, #footer:after {
  content: "";
  display: block;
  overflow: hidden;
}
.clearfix:after, #header:after, #footer:after {
  clear: both;
}
.iframeBody {
  height: 0;
  overflow: hidden;
  padding-top: 33.33%;
}
.iframeBody iframe {
  transform-origin: 0 0;
  margin-top: -33.33%;
  transform: scale(1);
}
/* ---------------------------------------------------------------------- CONTAINER
----------------------------------------------------------------------*/
html {
  background: #fff;
}
body {
  background: #fff;
  color: #000;
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "ＭＳ Ｐゴシック", "Helvetica", sans-serif;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
:lang(ja) {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, Meiryo, 'メイリオ', 'MS PGothic', 'MS Pゴシック', 'Hiragino Sans GB', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
}
:lang(zh) {
  font-family: STXihei, STHeiti, '华文细黑', 'Microsoft YaHei New', 'Microsoft Yahei', '微软雅黑', 'Lantinghei SC', Lantinghei, 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
}
:lang(th) {
  font-family: Thonburi, DokChampa, 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
}
:lang(ar) {
  font-family: 'Geeza Pro', GeezaPro, 'Microsoft Sans Serif', MicrosoftSansSerif, 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
}
/* ---------------------------------------------------------------------- HEADER
----------------------------------------------------------------------*/
#header {
  position: relative;
  width: 100%;
  z-index: 1000;
}
select {
  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#language_switcher:-moz-focusring, #parent:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
#contents #main #parent {
  padding: 12px 10px 12px 50px;
}
#language_switcher, #parent {
  background-image:
    linear-gradient(45deg, transparent 50%, #3b3b3b 50%), linear-gradient(135deg, #3b3b3b 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(0% + 12px) calc(1em + 4px), calc(0% + 17px) calc(1em + 4px), calc(0% + 2.6em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 2em;
  background-repeat: no-repeat;
  cursor: pointer;
	font-size: 80%;
}
#language_switcher:focus, #parent:focus {
  background-image:
    linear-gradient(45deg, #0000FF 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #0000FF 50%), linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(0% + 17px) calc(1em + 4px), calc(0% + 12px) calc(1em + 4px), calc(0% + 2.6em) 0.5em;
  background-size:
    5px 5px, 5px 5px, 1px 2em;
  background-repeat: no-repeat;
  border-color: #0000FF;
  outline: 0;
}
/*----------------------------------------------------
	索引機能
----------------------------------------------------*/
.word {
	margin-top: 25px;
}
.hit_too_much{
	font-size: 100% !important;
	color: #FF0004;
}
.second #contents #main .article .word p {
	font-weight: bold;
}
.second #contents #main .article .word ul {
	margin-top: 10px;
	overflow: hidden;
}
.second #contents #main .article .word ul li {
	background: none;
	float: right;
	font-size: 100%;
	line-height: auto;
	padding-right: 0;
	margin-left: 10px;
}
.second #contents #main .article .word ul li p {
	display: inline-block;
	position: relative;
	background: #fff;
	border: solid 1px #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	line-height: auto;
}
.second #contents #main .article .word ul li a {
	position: relative;
	display: inline-block;
	color: #000;
	padding: 0px 10px;
	font-weight: bold;
	background-color: #f2f2f1;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #f2f2f1));
	background-image: -webkit-linear-gradient(top, white, #f2f2f1);
	background-image: -moz-linear-gradient(top, white, #f2f2f1);
	background-image: -o-linear-gradient(top, white, #f2f2f1);
	background-image: -ms-linear-gradient(top, white, #f2f2f1);
	background-image: linear-gradient(top, white, #f2f2f1);
	-pie-background: linear-gradient(#ffffff, #f2f2f1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: solid 1px #fff;
	line-height: auto;
}
.second #contents #main .article .word ul li a {
	height: 33px;
	line-height: 33px;
}
/*----------------------------------------------------
	MENU
----------------------------------------------------*/
.second #nav ul { background:#F4F4F4; border-bottom: solid 1px #ccc; border-left: solid 1px #ccc; border-right: solid 1px #ccc; overflow: hidden; zoom: 1;}
.second #nav ul li{position:relative; border-top: solid 1px #ccc;  border-bottom: none; background: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #f2f2f1)); background: -webkit-linear-gradient(top, white, #f2f2f1); background: -moz-linear-gradient(top, white, #f2f2f1); background: -o-linear-gradient(top, white, #f2f2f1); background: -ms-linear-gradient(top, white, #f2f2f1); background: linear-gradient(top, white, #f2f2f1); -pie-background: linear-gradient(white, #f2f2f1); behavior: url("../common2/css/PIE.htc"); display: block;}
.second #nav ul li.open,
.second #nav ul li.block,
.second #nav ul li.pull-block{ border-bottom: solid 1px #ccc; }
.second #nav ul li.block a{position:relative; background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dfdfdf), color-stop(1, #F4F4F4 )); background: -webkit-linear-gradient(top, #dfdfdf, #F4F4F4 ); background: -moz-linear-gradient(top, #dfdfdf, #F4F4F4 ); background: -o-linear-gradient(top, #dfdfdf, #F4F4F4 ); background: -ms-linear-gradient(top, #dfdfdf,#F4F4F4 ); background: linear-gradient(top, #dfdfdf, #F4F4F4 ); -pie-background: linear-gradient(#dfdfdf, #F4F4F4 ); behavior: url("../common2/css/PIE.htc");}
.second #nav ul li.open,
.second #nav ul li.pull-block{position:relative; background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dfdfdf), color-stop(1, #F4F4F4 )); background: -webkit-linear-gradient(top, #dfdfdf, #F4F4F4 ); background: -moz-linear-gradient(top, #dfdfdf, #F4F4F4 ); background: -o-linear-gradient(top, #dfdfdf, #F4F4F4 ); background: -ms-linear-gradient(top, #dfdfdf,#F4F4F4 ); background: linear-gradient(top, #dfdfdf, #F4F4F4 ); -pie-background: linear-gradient(#dfdfdf, #F4F4F4 ); behavior: url("../common2/css/PIE.htc");}

.second #nav ul li.block{ border-bottom: none;}
.second #nav ul li{ width: 100%; display: table; box-sizing: border-box;}
.second #nav ul li a{ font-weight: bold; font-size: 94%; line-height: 1.3; border: solid 1px #fff; padding: 8px 10px; display: table-cell;}
.second #nav ul li a span{ border-right: solid 4px #54607F; padding-right: 11px; display: block; }
.second #nav ul ul li a span{ border-right: none; padding-right: 0; }
.second #nav ul li p.pull,
.second #nav ul li p.pull-block.open{ width:33px; background: url(../images/icon/ico_plus.svg) no-repeat top 4px center; border-right: solid 1px #E1E1E1; box-shadow: 1px 1px 0 #fff inset; display: table-cell; cursor: pointer;}


.second #nav ul li p.pull.open,
.second #nav ul li p.pull-block{ width:33px; border-right: solid 1px #E1E1E1; box-shadow: 1px 1px 0 #fff inset; background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dfdfdf), color-stop(1, #F4F4F4 )); background: -webkit-linear-gradient(top, #dfdfdf, #F4F4F4 ); background: -moz-linear-gradient(top, #dfdfdf, #F4F4F4 ); background: -o-linear-gradient(top, #dfdfdf, #F4F4F4 ); background: -ms-linear-gradient(top, #dfdfdf,#F4F4F4 ); background: linear-gradient(top, #dfdfdf, #F4F4F4 ); -pie-background: linear-gradient(#dfdfdf, #F4F4F4 ); behavior: url("../common2/css/PIE.htc"); display: table-cell;}
.second #nav ul li p.pull.open::after,
.second #nav ul li p.pull-block::after{position: absolute; top:0; overflow: hidden; content: ""; width:33px; height: 33px; background: url(../images/icon/ico_minus.svg) no-repeat top 4px center; display: block;}

.second #nav ul.pull_box,
.second #nav ul.pull_box-block{ background:#E9E9E9; padding-top:1px; border-bottom: none; border-left: none; border-right: none; clear:both;}
.second #nav ul.pull_box li,
.second #nav ul.pull_box-block li{ font-weight: normal; font-size: 81%; border: none; border-top: solid 1px #FFF; background: #E9E9E9; line-height: 1.2; float:none; clear:both;}
.second #nav ul.pull_box li a,
.second #nav ul.pull_box-block li a { font-weight: normal; border: none; background: #f4f4f4 url(../images/burette/ico_arw_01.svg) no-repeat left 7px center; background-size: 18px auto; padding: 10px 10px 10px 25px; display:block; float:none;  margin-left: 0px;}
.second #nav ul.pull_box-block li.current a{ background: #D7DFED; }

.second #nav ul.pull_box li.li_scroll,
.second #nav ul.pull_box-block li.li_scroll,
.second #nav ul.pull_box li.li_scroll-block,
.second #nav ul.pull_box-block li.li_scroll-block{ width: 100%; display:table; }

.second #nav ul.pull_box li.li_scroll a,
.second #nav ul.pull_box-block li.li_scroll a,
.second #nav ul.pull_box li.li_scroll-block a,
.second #nav ul.pull_box-block li.li_scroll-block a,
.second #nav ul.pull_box li.li_scroll p,
.second #nav ul.pull_box-block li.li_scroll p,
.second #nav ul.pull_box li.li_scroll-block p,
.second #nav ul.pull_box-block li.li_scroll-block p{ background:#F4F4F4; display: table-cell;}
.second #nav ul.pull_box li.li_scroll p,
.second #nav ul.pull_box-block li.li_scroll p,
.second #nav ul.pull_box li.li_scroll-block p,
.second #nav ul.pull_box-block li.li_scroll-block p,
.second #nav ul.pull_box-block li p.scroll-block.open{ background: #E9E9E9 url(../images/icon/ico_plus_s.svg) no-repeat center center; width:33px; border-right:1px solid #E1E1E1; display: table-cell;} 
.second #nav ul.pull_box li.li_scroll-block a,
.second #nav ul.pull_box-block li.li_scroll-block a{ background: #D7DFED; } 

.second #nav ul.pull_box li.scroll p,
.second #nav ul.pull_box-block li.scroll p,
.second #nav ul.pull_box-block li.scroll-block p,
.second #nav ul.pull_box-block li.scroll-block.open p{ font-weight: normal; font-size:100%; line-height: 1.3; padding: 10px 10px 10px 25px; margin-left: 9px; border: none; background: url(../images/pc/ico_plus_s.png) no-repeat left center; cursor: pointer;}
.second #nav ul.pull_box li.scroll.open,
.second #nav ul.pull_box-block li.scroll.open,
.second #nav ul.pull_box-block li.scroll-block{ background: #DFDFDF;}
.second #nav ul.pull_box li p.scroll{ background: #E9E9E9 url(../images/icon/ico_plus_s.svg) no-repeat center center; border-right: 1px solid #E1E1E1;}
.second #nav ul.pull_box li p.scroll.open,
.second #nav ul.pull_box-block li p.scroll.open,
.second #nav ul.pull_box-block li p.scroll-block { background: #D7DFED url(../images/icon/ico_minus_s.svg) no-repeat center center; border-right: 1px solid #E1E1E1;}


.second #nav ul.pull_box ul.scroll_box,
.second #nav ul.pull_box-block ul.scroll_box,
.second #nav ul.pull_box-block ul.scroll_box-block { padding-top: 0px; border: none; clear:both;}
.second #nav ul.pull_box ul.scroll_box li,
.second #nav ul.pull_box-block ul.scroll_box li,
.second #nav ul.pull_box-block ul.scroll_box-block li{ font-weight: normal; font-size: 100%; border: none; border-bottom: solid 1px #ccc ; background: #E9E9E9 !important; line-height: 1.2;}
.second #nav ul.pull_box-block ul.scroll_box li:last-child,
.second #nav ul.pull_box-block ul.scroll_box-block li:last-child{border-bottom:none;}
.second #nav ul.pull_box ul.scroll_box li a,
.second #nav ul.pull_box-block ul.scroll_box li a,
.second #nav ul.pull_box-block ul.scroll_box-block li a{ background: #E9E9E9 url(../images/burette/ico_arw_01.svg) no-repeat left 7px center; background-size: 18px auto; padding: 10px 23px 10px 25px; display:block; float:none;}
.second #nav ul.pull_box-block ul.scroll_box-block li.current { border-bottom: solid 1px #fff;}
.second #nav ul.pull_box-block ul.scroll_box-block li.current a{ background: #D7DFED; }

.second #contents #page_nav {
  margin: 15px 0 30px 0;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding-bottom: 1px;
}
.second #contents #page_nav ul {
  padding-top: 0;
  border-bottom: none;
}
.second #contents #page_nav ul li {
  clear: both;
}
.second #contents #page_nav ul li a {
  color: #000 !important;
  display: block;
  line-height: 1.4;
  padding: 8px 40px 8px 10px;
  font-weight: normal;
  font-size: 81%;
  border: none;
  background: #f4f4f4 url(../images/burette/pagedown.svg) no-repeat right 10px center;
  background-size: 20px auto;
  border-top: solid 1px #FFF;
}
.second #contents #lnav {
  width: 100%;
  margin-top: 15px;
  border-bottom: solid 1px #ccc;
  float: left;
}
.second #contents #lnav ul {
  padding-top: 0;
  border-bottom: none;
}
.second #contents #lnav ul li {
  clear: both;
}
.second #contents #lnav &gt; ul &gt; li {
  padding-top: 10px;
}
.second #contents #lnav &gt; ul &gt; li:first-child {
  padding-top: 0px;
  border-top: solid 1px #ccc;
}
.second #contents #lnav ul &gt; li a, .second #contents #lnav ul &gt; ul li a {
  display: block;
  line-height: 1.4;
  padding: 10px 10px 10px 25px;
  font-weight: normal;
  font-size: 81%;
  border: none;
  background: #f4f4f4 url(../images/burette/ico_arw_02.svg) no-repeat left 7px center;
  background-size: 18px auto;
  border-top: solid 1px #FFF;
}
.second #contents #lnav ul &gt; li a {
  font-weight: bold;
}
.second #contents #lnav ul li.current a, .second #contents #lnav ul li#acc.current a {
  background: #D7DFED;
}
.second #contents #lnav ul li.end a {
  border-bottom: none;
}
.second #contents #lnav ul #space {
  margin-top: 20px;
  border-bottom: none;
}
.second #contents #lnav #space_b {
  border-bottom: none;
}
.second #contents #lnav ul #acc {
  background: #f2c0c0;
  border-bottom: none;
}
.second #contents #lnav #acc_b {
  border-bottom: 1px solid #CCC;
}
.second #contents #lnav ul #acc p {
  background: url(../images/icon/ico_plus_s.svg) no-repeat left center;
}
.second #contents #lnav ul #acc a {
  background: url(../images/burette/ico_arw_02.svg) no-repeat left 7px center;
  background-size: 18px auto;
}
.second #contents #lnav ul #acc.open, .second #contents #lnav ul .scroll-block#acc {
  background: #ECA2A2;
}
.second #contents #lnav ul #acc.open p, .second #contents #lnav ul .scroll-block#acc p {
  background: url(../images/icon/ico_minus_s.svg) no-repeat left center;
  background-size: 13px auto;
}
.second #contents #lnav ul li.scroll {
  background: #f4f4f4;
  clear: both;
  border-bottom: none;
}
.second #contents #lnav ul li.li_scroll, .second #contents #lnav ul li.li_scroll-block {
  width: 100%;
  background-color: #E9E9E9;
  display: table;
}
.second #contents #lnav ul li.li_scroll a, .second #contents #lnav ul li.li_scroll-block a {
  background: #f4f4f4;
  padding: 10px;
}
.second #contents #lnav ul li.li_scroll-block a {
  background: #D7DFED;
}
li.li_scroll + li.scroll, li.li_scroll + li.scroll-block, li.li_scroll-block + li.scroll-block, li.li_scroll-block + li.scroll {
  float: right;
  width: 35px !important;
  background: #E9E9E9 !important;
  padding: 9px 0px;
  clear: none !important;
  border-bottom: none !important;
  border-top: solid 1px #F4F4F4 !important;
  cursor: pointer;
}
.second #contents #lnav ul li .scroll, .second #contents #lnav ul li .scroll-block, .second #contents #lnav ul li .scroll-block.open {
  display: table-cell;
  line-height: 1.4;
  font-weight: normal;
  font-size: 81%;
  border: none;
  background: url(../images/icon/ico_plus_s.svg) no-repeat center center;
  width: 33px;
}
.second #contents #lnav ul li.scroll.open, .second #contents #lnav ul li.scroll-block {
  background: #DFDFDF;
}
.second #contents #lnav ul li .scroll.open, .second #contents #lnav ul li .scroll-block {
  background: url(../images/icon/ico_minus_s.svg) no-repeat center center;
}
.second #contents #lnav ul li.scroll {
  border-top: solid 1px #FFF;
}
.second #contents #lnav ul li.scroll.open {
  border-bottom: none;
}
.second #contents #lnav .scroll_box, .second #contents #lnav .scroll_box-block {
  background-color: #ccc;
  clear: both;
  border-top: solid 1px #fff;
}
.second #contents #lnav .scroll_box a, .second #contents #lnav .scroll_box-block a {
  padding: 10px 20px 10px 25px;
  border-bottom: solid 1px #d8d8d8;
  background-color: #e9e9e9;
  border-top: none;
}
.second #contents #lnav .scroll_box li:last-child a, .second #contents #lnav .scroll_box-block li:last-child a {
  border-bottom: none;
}
.second.pl #contents #main .article &gt; .tablescroll + .img{
  margin: 40px 0 0 0;
}
.second.pl #contents #main .article &gt; .img + h2{
	padding: 10px 0;
	margin: 0 0 10px 0;
}
h2 + .img {
  margin: 15px 0 !important;
}
/* ---------------------------------------------------------------------- FOOTER
----------------------------------------------------------------------*/
#footer {
  position: relative;
  z-index: 1000;
  overflow: hidden;
}
/* ---------------------------------------------------------------------- INDEX
----------------------------------------------------------------------*/
.home #nav {
  margin: 0 auto 60px auto;
  overflow: hidden;
}
.home #nav .column {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
.home #nav .cat {
  display: block;
  width: calc((100% - 30px) / 2);
  position: relative;
  overflow: hidden;
}
.home #nav .cat h2, .home #nav .cat_all h2 {
  color: #444;
  border-bottom: 2px solid #444;
  margin-top: 30px;
  padding-bottom: 10px;
}
.home #nav .cat_all h2 {
  margin-top: 20px;
  margin-bottom: 5px;
}
.home #nav .cat_all li {
  margin: 0;
  border-bottom: 1px solid #CECECE;
}
.home #nav .cat_all li a {
  font-size: 80%;
  background: url(../images/burette/ico_arw_02.svg) no-repeat left 6px center;
  background-size: 18px auto;
  padding: 8px 29px 8px 30px;
  display: block;
}
.home #nav .cat_all li a:before {
  content: "";
  background-color: #666;
  margin-right: -15px;
  margin-left: 10px;
  text-align: left;
  line-height: 1em;
  height: 5px;
  width: 5px;
  vertical-align: 15%;
  border-radius: 50%;
  display: inline-block;
}
.home #nav .cat ul {
  display: -ms-grid;
  -ms-grid-template-columns: 1fr 1fr;
  -ms-grid-gap: 0px;
  -ms-grid-template-rows: auto auto;
  -ms-grid-columns: 50% 50%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0px;
  grid-template-rows: auto auto;
  border-bottom: 1px solid #CECECE;
}
.home #nav .cat ul li {
  height: 160px;
  text-align: center;
  vertical-align: bottom;
  border-bottom: 1px solid #CECECE;
  list-style: none;
  position: relative;
  margin: 10px 0 -1px 0;
}
.home #nav .cat ul li a {
  font-size: 80%;
  padding: 100px 5px 30px 5px;
  box-sizing: border-box;
  display: block;
}
.home #nav .cat ul li a:active {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: scale(0.8, 0.8);
}
.home nav .cat ul li:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  background: url(../images/background/background_01.png) no-repeat left bottom;
}
.home #nav .cat ul li:nth-child(2) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.home #nav .cat ul li:nth-child(3) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
  background: url(../images/background/background_01.png) no-repeat left bottom;
}
.home #nav .cat ul li:nth-child(4) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.home #nav .cat ul li:nth-child(5) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
  background: url(../images/background/background_01.png) no-repeat left bottom;
}
.home #nav .cat ul li:nth-child(6) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}
.home #nav .cat ul li:nth-child(7) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  grid-row: 4;
  background: url(../images/background/background_01.png) no-repeat left bottom;
}
.home #nav .cat ul li:nth-child(8) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 4;
  grid-row: 4;
}
.home #nav .cat ul li:nth-child(9) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 5;
  grid-row: 5;
  background: url(../images/background/background_01.png) no-repeat left bottom;
}
.home #nav .cat ul li:nth-child(10) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 5;
  grid-row: 5;
}
.home #nav .cat ul li:nth-child(11) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 6;
  grid-row: 6;
  background: url(../images/background/background_01.png) no-repeat left bottom;
}
.home #nav .cat ul li:nth-child(12) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 6;
  grid-row: 6;
}
.accordion .acc_box .link {
  background-color: #F8F8F8;
  margin: 0;
  border-bottom: 1px solid #CECECE;
}
.accordion .acc_box .link a {
  font-size: 80%;
  background: url(../images/burette/ico_arw_02.svg) no-repeat left 6px center;
  background-size: 18px auto;
  padding: 8px 29px 8px 30px;
  display: block;
}
.accordion .acc_box .link a:before {
  content: "";
  background-color: #666;
  margin-right: -15px;
  margin-left: 10px;
  text-align: left;
  line-height: 1em;
  height: 5px;
  width: 5px;
  vertical-align: 15%;
  border-radius: 50%;
  display: inline-block;
}
/* ---------------------------------------------------------------------- COMMON ELEMENT
----------------------------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
p a {
  color: #0000FF;
  word-wrap: break-word;
}
em {
  color: #226AB7;
}
.screenReader {
  display: none;
}
.nowrap {
  white-space: nowrap !important;
}
ul li {
  list-style: none;
}
ul + p {
  margin-top: 5px;
}
.no_ind {
  text-indent: 0 !important;
  margin-left: 0 !important;
}
.att {
  color: #f00;
  font-size: 81%;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.fl_l {
  float: left;
}
.fl_r {
  float: right;
}
.red01 {
  color: #f00 !important;
}
.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
img.img-w80 {
  width: 40px;
}
img.img-w120 {
  width: 60px;
}
img.img-w160 {
  width: 80px;
}
img.img-w240 {
  width: 140px;
}
img.img-w300 {
  max-width: 300px;
}
img.img-w600 {
  max-width: 600px;
}
img.img-inline {
  height: 1.3em;
  width: auto;
  padding: 0 3px;
  vertical-align: -22%;
}
img.img-inline2 {
  width: 1em;
  padding: 0 3px;
  vertical-align: -5%;
}
img.img-inline3 {
  width: 1.4em;
  padding: 0 3px;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}
img.img-oblong {
  width: 50px;
  vertical-align: -15%;
}
img.img-warning {
  width: 30px;
  vertical-align: -8px;
}
#breadcrumbs img.img-inline {
  height: 1em;
  width: auto;
  padding: 0 3px;
  vertical-align: -15%;
}
.dir {
  font-size: 100% !important;
  color: inherit !important;
  font-weight: inherit !important;
  padding: 0 !important;
  border: none !important;
  white-space: nowrap;
  display: inline-block !important;
  text-indent: 0;
}
.dir_ltr {
  text-align: left !important;
  direction: ltr;
}
.title + .operation, .sub_title + .operation {
  margin: 0px;
}
ol.operation &gt; p, ol.operation &gt; .tablescroll, ol.operation &gt; .foot_note, ol.operation &gt; .memo, ol.operation &gt; .important, ol.operation &gt; ol, ol.operation &gt; div.float_t, ol.operation &gt; .link {
  margin-right: 30px;
}
ol.operation.dir_ltr &gt; p, ol.operation.dir_ltr &gt; .tablescroll, ol.operation.dir_ltr &gt; .foot_note, ol.operation.dir_ltr &gt; .memo, ol.operation.dir_ltr &gt; .important, ol.operation.dir_ltr &gt; ol, ol.operation.dir_ltr &gt; div.float_t {
  margin-left: 30px;
  margin-right: 0;
}
ol.operation &gt; .sub_note {
  margin-right: 30px !important;
  margin-bottom: 20px;
}
ol.operation {
  padding: 5px 0 0 0;
  margin-top: 5px;
  counter-reset: operation;
  list-style: none;
  overflow: hidden;
}
ol.operation &gt; li {
  font-weight: bold;
  padding-top: 10px;
  padding-right: 30px;
  position: relative;
}
ol.operation.dir_ltr &gt; li {
  padding-left: 30px;
  padding-right: 0;
  clear: left;
}
ol.operation.float &gt; li {
  clear: both;
}
ol.operation &gt; li:nth-child(1) {
  padding-top: 0px;
}
ol.operation &gt; li p:before {
  content: counter(operation)".";
  counter-increment: operation;
  font-size: 150%;
  font-weight: bold;
  font-family: arial, "Osaka", "メイリオ", "ＭＳ Ｐゴシック", "Helvetica", sans-serif;
  position: relative;
  color: #226AB7;
  margin-right: -30px;
  text-align: right;
  line-height: 1em;
  height: 1em;
  width: 30px;
  display: inline-block;
}
ol.operation.dir_ltr &gt; li p:before {
  margin-left: -30px;
  margin-right: 0;
  text-align: left;
}
ol.operation &gt; li p {
  font-weight: bold !important;
}
ol.item_num &gt; p, ol.item_num &gt; .tablescroll, ol.item_num &gt; .foot_note, ol.item_num &gt; .memo {
  margin-right: 25px;
}
ol.item_num &gt; .link {
  margin: -5px 20px 0 0;
}
.tablescroll + li {
  margin-top: 10px;
}
ol.item_num {
  margin-top: 10px;
  counter-reset: item;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
ol.item_num li {
  margin-bottom: 0px;
  padding-right: 25px;
  position: relative;
  overflow: hidden;
}
ol.item_num li p {
  font-weight: bold;
}
ol.item_num li p:before {
  content: counter(item);
  counter-increment: item;
  background-color: #FFF;
  font-size: 90%;
  font-family: arial, "Osaka", "メイリオ", "ＭＳ Ｐゴシック", "Helvetica", sans-serif;
  border: 1px solid #000;
  line-height: 16px;
  margin-right: -25px;
  margin-left: 8px;
  text-align: center;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: inline-block;
}
ol.i_n_2nd li p:before {
  content: counter(item, upper-alpha);
  color: #FFF;
  background-color: #FF4630;
  border: 1px solid #FF4630;
}
.sub_note ol.item_num {
  margin-right: 10px;
}
ol.sub_step &gt; p, ol.sub_step &gt; .tablescroll, ol.sub_step &gt; .foot_note, ol.sub_step &gt; .memo {
  margin-right: 30px;
}
ol.sub_step &gt; .sub_note {
  margin-right: 45px !important;
}
ol.sub_step {
  clear: right;
  margin-top: 10px;
  counter-reset: sub_step;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
ol.sub_step li {
  margin-bottom: 5px;
  padding-right: 30px;
  position: relative;
  clear: right;
}
ol.sub_step li p:before {
  content: counter(sub_step)".";
  counter-increment: sub_step;
  font-size: 120%;
  font-family: arial, "Osaka", "メイリオ", "ＭＳ Ｐゴシック", "Helvetica", sans-serif;
  margin-right: -30px;
  text-align: right;
  line-height: 1em;
  height: 1em;
  width: 30px;
  display: inline-block;
}
ol.sub_step.st_2nd {
  clear: left;
}
ol.sub_step.st_2nd li.dir_ltr {
  padding-left: 30px;
  clear: left;
}
ol.sub_step.st_2nd li.dir_ltr p:before {
  content: "("counter(sub_step, lower-alpha)")";
  font-size: 100%;
  margin-left: -30px;
  margin-right: 0;
  text-align: left;
}

.second.pl ol.sub_step {
  margin-top: 0.5em;
}
.second.pl ol.sub_step li {
  margin-bottom: 0px;
  padding-right: 20px;
}
.second.pl ol.sub_step li p:before {
  font-size: 100%;
  margin-right: -20px;
  width: 20px;
}
.important {
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 10px;
  margin: 10px 0px;
  background-color: #ffe5e5;
}
.important h1 {
  color: #C00;
  font-size: 88% !important;
  padding-bottom: 5px;
  margin-bottom: 10px !important;
  border-bottom: 1px solid #ebc7c7 !important;
}
.memo {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 10px;
  margin: 10px 0px;
  background-color: #ebf4f1;
}
.memo h1 {
  color: #08605c;
  font-size: 88% !important;
  padding-bottom: 5px;
  margin-bottom: 10px !important;
  border-bottom: 1px solid #b7ccc5 !important;
}
table + ul, table + p {
  margin-top: 10px;
}
.tablescroll + ul, .tablescroll + p {
  margin-top: 10px;
}
.tablescroll {
  margin-top: 10px;
  overflow-x: auto;
}
.tablescroll table {
  margin-top: 0px;
}
table.table_style_3rd {
  border-left: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
table.table_style_2nd {
  border: none;
}
table.table_style_2nd th, table.table_style_2nd td {
  border: none;
  vertical-align: top;
}
table.table_style_2nd .img {
  margin: 0 !important;
}
table.table_style_2nd .img img {
  width: 40px !important;
}
table {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 1px;
}
table th, table td {
  border: 1px solid #ccc;
}
table th {
  background: #3b3b3b;
  color: #fff;
  text-align: center;
}
.second #contents #main .article table p {
  margin: 0;
}
th, td {
  text-align: right;
  vertical-align: middle;
  padding: 4px;
}
tr.hide-table-header th {
  padding: 0px;
  border: 1px solid #FFF;
  border-bottom: 1px solid #ccc;
}
.accordion + .memo, .accordion + .important {
  margin-top: 20px;
}
.accordion {
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
.home .accordion .acc_title {
  line-height: 1.3;
  color: #444 !important;
  text-decoration: none !important;
  background: #F8F8F8 url(../images/icon/ico_minus.svg) no-repeat left center;
  padding: 8px 10px 8px 34px;
  margin: 20px 0 0 0 !important;
  border: 1px solid #CECECE;
  text-indent: 0em;
  display: block;
  cursor: pointer;
}
.home .accordion .acc_title p {
  font-weight: bold;
  border-right: 4px solid #57647E;
  padding-right: 10px;
}
.home .accordion .acc_title.open {
  background: #F8F8F8 url(../images/icon/ico_plus.svg) no-repeat left center;
}
.home .accordion .acc_box:nth-child(2) {
  padding: 20px 0px;
  margin: 0px;
  border-bottom: none;
  display: block;
}
.home .accordion .acc_box.style_2nd:nth-child(2) {
  padding: 0px 0px 20px 0px;
}
.home .accordion .acc_box {
  padding: 0px 0px 20px 0px;
  position: relative;
}
.home .accordion .acc_title:nth-child(1) {
  line-height: 1.3;
  color: #FFF !important;
  background: #00309C url(../images/icon/ico_minus_w.svg) no-repeat left center;
  border: 1px solid #00309C;
}
.home .accordion .acc_title.open:nth-child(1) {
  background: #00309C url(../images/icon/ico_plus_w.svg) no-repeat left center;
}
.home .accordion .acc_title:nth-child(1) p {
  border-right: 4px solid #FFF;
}
.home .accordion .acc_title.style_2nd:nth-child(1) {
  line-height: 1.3;
  color: #444 !important;
  background: #F8F8F8 url(../images/icon/ico_minus.svg) no-repeat left center;
  border: 1px solid #CECECE;
}
.home .accordion .acc_title.style_2nd.open:nth-child(1) {
  background: #F8F8F8 url(../images/icon/ico_plus.svg) no-repeat left center;
}
.home .accordion .acc_title.style_2nd:nth-child(1) p {
  border-right: 4px solid #57647E;
}
.home .accordion .accordion {
  margin: 0px;
}
.home .accordion .accordion .acc_title {
  font-size: 90%;
  line-height: 1.3;
  color: #444 !important;
  text-decoration: none !important;
  background: #FFF url(../images/icon/ico_minus.svg) no-repeat left center !important;
  padding: 15px 10px 15px 34px;
  margin: 0px !important;
  border: none !important;
  border-bottom: 1px solid #CECECE !important;
  text-indent: 0em;
  display: block;
  cursor: pointer;
}
.home .accordion .accordion .acc_title.open {
  background: #FFF url(../images/icon/ico_plus.svg) no-repeat left center !important;
}
.home .accordion .accordion .acc_title p {
  border-right: none;
  padding: 0;
}
.home .accordion .accordion .acc_box {
  padding: 0px;
  margin: 0px;
  border-bottom: none;
}
.second #contents #main .article p, .second #contents #main .article li {
  font-weight: normal;
}
.second #contents #main .article p {
  font-size: 82%;
  margin-bottom: 5px;
  position: relative;
  z-index: 100;
}
.home #contents #main .article .accent p {
  font-size: 82%;
}
.second #contents #main .article a {
  color: #0000FF;
  position: relative;
  z-index: 100;
}
.second #contents #main .article .linkdown {
  position: relative;
}
.second #contents #main .article .circle {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  padding: 0;
  border-radius: 50%;
  background-color: #84B4FC;
  position: relative;
  vertical-align: -25%;
  display: inline-block;
}
.second #contents #main .article .linkdown .circle::before{
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: calc(tan(60deg) * 5px) solid #fff;
  position: absolute;
  top: 7px;
  right: 5px;
}
.event_title, .event_main_title {
  position: relative;
  cursor: pointer;
}
.event_title p, .event_main_title p {
  line-height: 1.3;
  color: #000000 !important;
  text-decoration: none !important;
  background: #EFEFEF url(../images/icon/ico_plus_s.svg) no-repeat 10px center;
  padding: 6px 50px 6px 34px;
  margin: 0px 0px 1px 0px !important;
  border-bottom: 1px solid #DDD;
  text-indent: -50px;
  display: block;
}
.event_title p span:nth-child(2) {
  font-size: 100%;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}
.event_main_title p {
  background: #BADFDF url(../images/icon/ico_minus_s.svg) no-repeat 10px center;
  border-bottom: 1px solid #6BBABA;
  padding-right: 10px;
}
.event_main_title, .event_main_title p {
  text-indent: 0em;
}
.event_title.open_2 p {
  background: #EFEFEF url(../images/icon/ico_minus_s.svg) no-repeat 10px center;
}
.event_title.open p {
  background: #EFEFEF url(../images/icon/ico_minus_s.svg) no-repeat 10px center;
}
.event_title.open_2.open p {
  background: #EFEFEF url(../images/icon/ico_plus_s.svg) no-repeat 10px center;
}
.event_main_title.open p {
  background: #BADFDF url(../images/icon/ico_plus_s.svg) no-repeat 10px center;
}
.event_box, .event_main_box {
  background: #FFF;
  padding: 10px 10px 5px 10px;
  display: none;
}
.event_main_box {
  display: block;
}
.event_title span.faq {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  width: 50px;
  text-align: center;
  display: inline-block;
  text-indent: 0;
}
.event_main_box .number {
  margin-top: 0px;
}
/*----------------------------------------------------
	search共通
----------------------------------------------------*/
#search_result {
  font-size: 82%;
  background: #FFF;
  padding: 10px 15px 20px 15px;
}
#search_result p {
  font-size: 100% !important;
}
#search_result a {
  font-size: 100%;
  color: #00A9FF;
  text-decoration: underline;
  margin-top: 15px;
  display: block;
}
/* erase default hint text on focus */
input#searchText:focus::placeholder,
input.search_box:focus::placeholder {
  color: transparent;
}
/*----------------------------------------------------
----------------------------------------------------*/
h4 + h4 {
  margin-top: 0px !important;
}
#parent {
  position: relative;
  z-index: 2;
}
select {
  width: 100%;
  color: #000;
  font-size: 100%;
  padding: 10px;
  border: 1px solid #B3B3B3;
}
option {
  background-color: #FFF;
  text-align: right;
}
form.hide {
  margin-top: 0px;
}
form.hide select {
  border-top: none;
  background: #EFEFEF url(../images/icon/ico_plus_s.svg) no-repeat right center;
}
div.hide {
  padding: 5px 10px 10px 10px;
  border: 1px solid #B3B3B3;
  border-top: none;
}
div.hide span {
  color: #0099FF;
  font-size: 18px;
  font-weight: bold;
  padding: 0px 10px 0px 0px;
}
.note {
  clear: right;
  padding-right: 15px;
}
.note:before {
  content: "";
  background-color: #226AB7;
  margin-right: -11px;
  margin-left: 6px;
  text-align: right;
  line-height: 1em;
  height: 5px;
  width: 5px;
  vertical-align: 15%;
  border-radius: 50%;
  display: inline-block;
}
.note.dir_ltr {
  clear: left;
  padding-left: 15px;
  padding-right: 0;
}
.note.dir_ltr:before {
  margin-left: -11px;
  margin-right: 6px;
  text-align: left;
}
.foot_note .note {
  padding-right: 10px;
}
.foot_note .note:before {
  content: "*";
  background-color: inherit !important;
  margin-right: -10px;
  margin-left: 0px;
  height: 1em;
  width: 10px;
  vertical-align: 0;
  border-radius: 0;
}
.foot_note {
  counter-reset: foot_note;
}
.foot_note &gt; p.num {
  padding-right: 30px;
}
.foot_note &gt; p.num:before {
  content: "*"counter(foot_note);
  counter-increment: foot_note;
  position: relative;
  margin-right: -30px;
  text-align: right;
  line-height: 1em;
  height: 1em;
  width: 30px;
  display: inline-block;
}
.sub_note {
  clear: right;
  margin-right: 15px;
}
.sub_note .note:before {
  content: "-";
  background-color: inherit !important;
  font-size: 100%;
  vertical-align: 0;
  border-radius: 0;
}
.important .note:before, .memo .note:before {
  background-color: #666;
}
.hide {
  display: none;
}
.pull_box, .scroll_box {
  display: none;
  *display: block;
}
.scroll_box a, .scroll_box-block a {
  font-size: 72% !important;
}
.procedure_step {
  margin: 10px 0px 0px 0px;
}
.procedure_step .step {
  margin: 0px;
}
.procedure_step .step h3 {
  font-size: 82% !important;
  font-weight: normal;
  line-height: 1.5;
  background: none !important;
  border: 1px solid #000;
  margin: 0px !important;
  padding: 6px 10px !important;
}
.procedure_step .step h3 span {
  padding: 0px 5px;
  margin: 0px;
}
.procedure_step .step_box {
  background: url(../images/background/arrow_yes.png) no-repeat right 8px bottom;
  margin: 5px 0px 5px 0px;
  padding: 0px 30px 15px 0px;
}
.procedure_step #last.step_box {
  background: none;
}
.procedure_step .step_box p {
  margin: 5px 0 0 0 !important;
}
.accent_box_line {
  border: 1px solid #CCC;
  margin: 20px 0px 5px 0px;
  padding: 5px 10px;
}
.accent_box_line p {
  margin: 0px !important;
}
.law_story {
  border: 1px solid #000;
  margin: 5px 0px;
  padding: 5px 10px;
}
.law_story p {
  margin: 0px !important;
}
.item_explanation {
  margin: 0px;
  padding: 0px;
}
.item_explanation_title {
  margin-top: 5px;
}
.item_explanation_title p {
  margin: 0px !important;
  padding: 0px !important;
}
.item_explanation_text p {
  padding: 0px !important;
}
.item_explanation_lead_title_line p {
  font-weight: bold !important;
  margin: 0px !important;
  padding: 0px !important;
}
.item_explanation_lead_text p {
  padding: 0px !important;
}
.indent {
  margin-right: 13px !important;
}
.number .indent .number4 {
  margin-right: -36px !important;
}
.indent .link {
  margin: 0px !important;
  padding: 0px !important;
}
.link, .extlink, .pop .popbox .link {
  margin-top: 5px;
  border-bottom: none;
  background: none;
}
/*.important .link, .note .link {
  margin-right: 10px;
}240613*/
.note + .link, .note + .link + .link, .note + .link + .link + .link, .note + .link + .link + .link + .link, .note + .link + .link + .link + .link + .link, .sub_note + .link {
  margin-right: 10px;
}
ol.operation &gt; .note + .link, ol.operation &gt; .note + .link + .link, ol.operation &gt; .note + .link + .link + .link {
  margin-right: 40px;
}
.link + .link {
  margin-top: 0px;
}
.link + p, .link + ul, .link + .img, .extlink + p, .extlink + ul, .extlink + .img {
  margin-top: 10px;
}
.link a, .pop .popbox .link a {
  font-size: 82%;
  line-height: 1.3;
  background: url(../images/burette/Reference.png) no-repeat right 3px;
  padding: 8px 30px 8px 10px;
  background-size: 25px auto;
  display: block;
}
.extlink a {
  font-size: 82%;
  line-height: 1.3;
  display: block;
}
.nobrcss {
  color: #000 !important;
  font-size: inherit !important;
  padding: 0px !important;
}
/*----------------------------------------------------
	search
----------------------------------------------------*/
#btn_guide .search_box_table form {
  position: absolute;
  top: 0;
  left: 0;
  width: 450px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#btn_guide .btn_box {
  max-width: 1020px;
  margin: auto;
}
.search_box_table {
  position: relative;
  box-sizing: border-box;
}
#searchText {
  text-align: right;
  box-sizing: border-box;
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #808080;
  background-color: #fff;
  padding: 0px 5px 0px 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #ccc;
  display: block;
  direction: rtl;
}
#btn_guide #searchText {
  border: 1px solid #3b3b3b;
  box-sizing: border-box;
  background-color: #FFF;
}
#searchButton {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  padding: 9px 2px 9px 2px;
  background: url(../images/icon/btn_search.svg) no-repeat center center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: none;
  display: block;
  cursor: pointer;
}
#text_hidden {
  display: none;
}
/*----------------------------------------------------
	found text
----------------------------------------------------*/
span.found {
  background: #ff0;
}
/*----------------------------------------------------
	suggest
----------------------------------------------------*/
#suggest {
  position: absolute;
  top: 35px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #999;
  box-sizing: border-box;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
#suggest &gt; div {
  font-size: 90%;
  padding: 10px;
  cursor: pointer;
}
#suggest &gt; div:hover, #suggest &gt; div.select {
  color: #fff;
  background-color: #0000FF;
}</pre></body></html>