/* line 6, ../sass/_topic-path.scss */
#breadcrumb {
  background-color: #f7b958;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  _zoom: 1;
}
/* line 15, ../sass/_topic-path.scss */
#breadcrumb ul li {
  float: left;
  color: #000;
}
/* line 18, ../sass/_topic-path.scss */
#breadcrumb ul li a {
  zoom: 1;
  white-space: nowrap;
  color: #000;
}
/* line 27, ../sass/_topic-path.scss */
#breadcrumb ul li a.current {
  cursor: default;
}
/* line 31, ../sass/_topic-path.scss */
#breadcrumb ul li span {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 6, ../sass/page-jyoken-c.scss */
.site-content {
  margin-top: 0;
}

/* line 10, ../sass/page-jyoken-c.scss */
table.form_jsearch {
  width: 100%;
  margin: 0;
  border: 1px solid #E5E5E5;
  border-collapse: collapse;
  font-size: 87.6%;
  line-height: 18px;
}
/* line 18, ../sass/page-jyoken-c.scss */
table.form_jsearch tr {
  border: 0 none currentcolor;
  font: inherit;
  margin: 0;
  padding: 0;
}
/* line 25, ../sass/page-jyoken-c.scss */
table.form_jsearch th {
  background: #F6F6F6;
  border-bottom: 1px solid #E5E5E5;
  font-weight: bold;
  padding: 10px !important;
  text-align: left;
  width: 18%;
  vertical-align: top;
}
/* line 35, ../sass/page-jyoken-c.scss */
table.form_jsearch td {
  border-bottom: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  margin: 0;
  padding: 10px !important;
  width: 81%;
}
/* line 43, ../sass/page-jyoken-c.scss */
table.form_jsearch ul {
  margin: 0 !important;
}
/* line 47, ../sass/page-jyoken-c.scss */
table.form_jsearch li {
  margin: 0 1em 0 0;
  padding: 0;
  display: block;
  float: left;
  list-style-type: none;
}
/* line 55, ../sass/page-jyoken-c.scss */
table.form_jsearch h5 {
  margin: 10px 0 10px !important;
  font-size: 13px;
  font-weight: bold;
  color: #666;
}

/* line 63, ../sass/page-jyoken-c.scss */
.submit-box {
  padding: 10px;
  text-align: center;
}
/* line 67, ../sass/page-jyoken-c.scss */
.submit-box input {
  font-size: 12px;
  padding: 10px 40px;
}

/* line 76, ../sass/page-jyoken-c.scss */
#tab-wrapper {
  margin: 0 auto;
}

/* line 81, ../sass/page-jyoken-c.scss */
#tab {
  width: 56%;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../sass/_functions.scss */
#tab:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 87, ../sass/page-jyoken-c.scss */
#tab li {
  float: left;
  width: 50% !important;
  list-style-type: none;
  margin: 0 0 0 !important;
}
/* line 93, ../sass/page-jyoken-c.scss */
#tab li a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 8px 10px;
  color: #FFFFFF !important;
  background-color: #B8C2CB;
  font-size: 18px;
}
/* line 105, ../sass/page-jyoken-c.scss */
#tab li a:hover {
  background-color: #4a4a4a;
  color: #FFFFFF;
}
/* line 110, ../sass/page-jyoken-c.scss */
#tab li a:visited,
#tab li a:link {
  color: #FFFFFF;
}
/* line 117, ../sass/page-jyoken-c.scss */
#tab li.present {
  margin: 0;
}
/* line 119, ../sass/page-jyoken-c.scss */
#tab li.present a {
  margin-top: 0;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  color: #FFFFFF !important;
  background-color: #4a4a4a;
}
