@charset "utf-8";
/* Unique to jst */
/* Unique to jst */
.grants .searchbox {
  background-color: #143872;
  background-image: -webkit-linear-gradient(top, #122858 0%, #203e80 100%);
  background-image: -o-linear-gradient(top, #122858 0%, #203e80 100%);
  background-image: linear-gradient(to bottom, #122858 0%, #203e80 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff122858', endColorstr='#ff203e80', GradientType=0);
}
.grants .searchbox a:hover {
  background-color: #2954af;
}
.grants .searchbox .filter_radiobtnbox label {
  border-color: #d3def5;
}
.grants .searchbox .filter_radiobtnbox label.checked {
  color: #143872;
  background-color: #d3def5;
}
.grants .searchbox .filter_radiobtnbox label:hover:not(.checked) {
  background-color: #2954af;
}
@media (max-width: 767px) {
  .grants .navbar {
    background-color: #122858;
  }
}
.jst .searchbox {
  background-color: #143872;
  background-image: -webkit-linear-gradient(top, #122858 0%, #203e80 100%);
  background-image: -o-linear-gradient(top, #122858 0%, #203e80 100%);
  background-image: linear-gradient(to bottom, #122858 0%, #203e80 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff122858', endColorstr='#ff203e80', GradientType=0);
}
.jst .searchbox a:hover {
  background-color: #2954af;
}
.jst .searchbox .filter_radiobtnbox label {
  border-color: #d3def5;
}
.jst .searchbox .filter_radiobtnbox label.checked {
  color: #143872;
  background-color: #d3def5;
}
.jst .searchbox .filter_radiobtnbox label:hover:not(.checked) {
  background-color: #2954af;
}
@media (max-width: 767px) {
  .jst .navbar {
    background-color: #122858;
  }
}
/* Unique to jst */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100%;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.container {
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid {
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.modal.fade.show {
  opacity: 1;
}
.modal-backdrop.show {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.show {
  display: block;
  visibility: visible;
}
tr.collapse.show {
  display: table-row;
}
tbody.collapse.show {
  display: table-row-group;
}
.collapsing {
  display: none;
  height: 0;
  overflow: hidden;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
  margin-left: 10px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs > li a.active {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

.nav-tabs.nav-justified > list a.active {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
  .nav-tabs.nav-justified > .nav-item > a.active {
	  border-bottom-color: #ffffff;
	}
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
  .nav-tabs-justified > .nav-item > a.active {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
  padding-top: 10px;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}

.tab-content > .tab-pane .form-group {
  margin-left: 10px;
  margin-bottom: 10px;
}

.tab-content > .tab-pane .form-group .control-label {
	font-size: 14px;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.clearfix,
.container,
.container-fluid,
.row,
.nav,
.form-horizontal .form-group,
.navbar,
.navbar-header,
.navbar-collapse {
  zoom: 1;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after,
.form-horizontal .form-group:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after,
.form-horizontal .form-group:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  content: "";
  display: block;
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  min-width: 960px;
  font-size: 75%;
  font-family: Sans-Serif;
  color: #000000;
  line-height: 140%;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 767px) {
  body {
    font-size: 87.5%;
  }
}
* html body {
  background: #e9ecf2 url(null) fixed;
}
.body-wrap {
  background: #FFF;
  padding: 48px 0 16px;
}
@media screen and (max-width: 767px) {
  .body-wrap {
    padding-top: 0;
  }
}
.body-wrap-initialheight {
  height: auto !important;
}
ul,
ol {
  list-style: none;
}
ul.itemize li {
  list-style-type: disc;
  list-style-position: inside;
}
img {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
p,
form {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 1.0em;
}
strong,
em {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}
a,
.textlink,
a:link,
.textlink:link,
a:visited,
.textlink:visited {
  color: #0055aa;
  text-decoration: none;
}
a:hover,
.textlink:hover,
a:hover,
.textlink:hover,
a:active,
.textlink:active,
a:focus,
.textlink:focus {
  color: #0055aa;
  text-decoration: underline;
}
.textlink-commonmenu,
.textlink-commonmenu:link,
.textlink-commonmenu:visited {
  color: #666666;
  text-decoration: none;
}
.textlink-commonmenu:hover,
.textlink-commonmenu:hover,
.textlink-commonmenu:active,
.textlink-commonmenu:focus {
  color: #0055aa;
  font-size: inherit;
}
.textlink-survicemenu,
.textlink-survicemenu:link,
.textlink-survicemenu:visited,
.textlink-survicemenu:hover,
.textlink-survicemenu:hover,
.textlink-survicemenu:active,
.textlink-survicemenu:focus {
  color: #666666;
  text-decoration: none;
  font-size: inherit;
}
li {
  zoom: 1;
}
button {
  cursor: pointer;
}
button:hover {
  cursor: pointer;
}
.btn,
.commonBtn {
  height: 24px;
  border: 1px solid #cccccc;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  vertical-align: middle;
  margin: 0;
  padding: 0 8px;
  background: #f5f5f5;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: pointer;
}
.btn:active,
.commonBtn:active {
  background: #dddddd;
  background-image: -webkit-linear-gradient(top, #dddddd 0%, #eaeaea 100%);
  background-image: -o-linear-gradient(top, #dddddd 0%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #dddddd 0%, #eaeaea 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdddddd', endColorstr='#ffeaeaea', GradientType=0);
}
@media (max-width: 767px) {
  .btn,
  .commonBtn {
    height: 32px;
  }
}
.btn,
.commonBtn,
.btn:link,
.commonBtn:link,
.btn:visited,
.commonBtn:visited,
.btn:hover,
.commonBtn:hover,
.btn:hover,
.commonBtn:hover,
.btn:active,
.commonBtn:active,
.btn:focus,
.commonBtn:focus {
  font-size: 13px;
  line-height: 24px;
  text-shadow: 0 1px 1px #ffffff;
  color: #333333;
}
@media (max-width: 767px) {
  .btn,
  .commonBtn,
  .btn:link,
  .commonBtn:link,
  .btn:visited,
  .commonBtn:visited,
  .btn:hover,
  .commonBtn:hover,
  .btn:hover,
  .commonBtn:hover,
  .btn:active,
  .commonBtn:active,
  .btn:focus,
  .commonBtn:focus {
    line-height: 32px;
  }
}
.cfullTextBtn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  cursor: pointer;
  padding-left: 40px;
}
.cfullTextBtn .cft-DBName {
  text-align: center;
  margin-bottom: 4px;
  font-size: 1.2em;
  font-weight: bold;
}
.cfullTextBtn .cft-note {
  text-align: center;
  font-weight: bold;
}
.cfullTextBtn:active {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4) inset;
}
.cft-available .cfullTextBtn {
  background-color: #d92;
  background-position: 12px center;
}
.cft-available .cfullTextBtn:hover {
  background-color: #bd831d;
}
.cfullTextBtn,
.cfullTextBtn:link,
.cfullTextBtn:visited,
.cfullTextBtn:hover,
.cfullTextBtn:hover,
.cfullTextBtn:active,
.cfullTextBtn:focus {
  color: #FFFFFF !important;
  text-decoration: none !important;
}
.iconlabel {
  display: inline-block;
  text-indent: -99999px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  zoom: 1;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
select.form-control {
  height: 24px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 -1px 0px rgba(0, 0, 0, 0.1) inset;
  background-image: url("../images/select-arrow.png");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right 0;
  font-size: 1.0em;
  border: none;
  padding-left: 0 !important;
}
@media (-webkit-device-pixel-ratio: 2) {
  select.form-control {
    background-image: url("../images/select-arrow@2x.png");
  }
}
@media (max-width: 767px) {
  select.form-control {
    height: 32px;
    line-height: 32px;
    background-position: right 4px;
  }
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin: 0;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
input[type="text"] {
  -webkit-appearance: none !important;
  box-sizing: border-box;
  vertical-align: middle;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 -1px 0px rgba(0, 0, 0, 0.1) inset;
  padding: 2px 8px;
  height: 24px;
  line-height: 24px;
}
@media (max-width: 767px) {
  input[type="text"] {
    height: 32px;
    line-height: 32px;
  }
}
.cbWrap {
  height: 18px;
  line-height: 18px;
  vertical-align: middle;
}
.select select {
  box-sizing: border-box;
  border: 1px solid #999;
  border-color: #777 #999 #CCC;
  vertical-align: middle;
}
.select-value {
  display: none;
  text-align: left;
}
.cbWrap {
  display: inline-block;
  position: relative;
  background-image: url("../images/checkbox.png");
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 22px;
}
@media (-webkit-device-pixel-ratio: 2) {
  .cbWrap {
    background-image: url("../images/checkbox@2x.png");
  }
}
.cb {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
}
.cbWrap.checked {
  background-position: 0 -20px;
}
.select {
  display: inline-block;
  position: relative;
  z-index: 0;
  border: 1px solid #999;
  padding: 0 0;
  vertical-align: middle;
  height: 24px;
  background-image: url("../images/select-arrow.png");
  background-repeat: no-repeat;
  background-size: 16px;
  background-color: #FFFFFF;
  background-position: right 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 -1px 0px rgba(0, 0, 0, 0.1) inset;
  border: none;
  line-height: 24px;
}
@media (-webkit-device-pixel-ratio: 2) {
  .select {
    background-image: url("../images/select-arrow@2x.png");
  }
}
@media (max-width: 767px) {
  .select {
    height: 32px;
    line-height: 32px;
    background-position: right 4px;
  }
}
.select select {
  position: relative;
  height: 24px;
  line-height: 24px;
  margin: 0;
  font: inherit;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2;
}
@media (max-width: 767px) {
  .select select {
    height: 32px;
    line-height: 32px;
  }
}
.select select:focus + .select-value {
  outline: thin dotted #333;
  outline: 2px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.select-value {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  width: auto;
  height: auto;
  padding: 0 20px 0 8px;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .select-value {
    height: 32px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .form-group-inline {
    display: inline-block;
  }
}
dl.paper_class {
  background-image: url("../images/classIcon-article-24.png");
  background-repeat: no-repeat;
  background-size: 24px;
}
@media (-webkit-device-pixel-ratio: 2) {
  dl.paper_class {
    background-image: url("../images/classIcon-article-24@2x.png");
  }
}
dl.book_class {
  background-image: url("../images/classIcon-book-24.png");
  background-repeat: no-repeat;
  background-size: 24px;
}
@media (-webkit-device-pixel-ratio: 2) {
  dl.book_class {
    background-image: url("../images/classIcon-book-24@2x.png");
  }
}
dl.paper-dissertation_class {
  background-image: url("../images/classIcon-dissertation-24.png");
  background-repeat: no-repeat;
  background-size: 24px;
}
@media (-webkit-device-pixel-ratio: 2) {
  dl.paper-dissertation_class {
    background-image: url("../images/classIcon-dissertation-24@2x.png");
  }
}
dl.author_class {
  background-image: url("../images/classIcon-author-24.png");
  background-repeat: no-repeat;
  background-size: 24px;
}
@media (-webkit-device-pixel-ratio: 2) {
  dl.author_class {
    background-image: url("../images/classIcon-author-24@2x.png");
  }
}
dl.journal_class {
  background-image: url("../images/classIcon-journal-24.png");
  background-repeat: no-repeat;
  background-size: 24px;
}
@media (-webkit-device-pixel-ratio: 2) {
  dl.journal_class {
    background-image: url("../images/classIcon-journal-24@2x.png");
  }
}
dl.journal_detail_class {
  background-image: url("../images/classIcon-journal-detail.png");
  background-repeat: no-repeat;
  background-size: 24px;
}
@media (-webkit-device-pixel-ratio: 2) {
  dl.journal_detail_class {
    background-image: url("../images/classIcon-journal-detail@2x.png");
  }
}
body.english dl.journal_detail_class {
  background-image: url("../images/classIcon-journal-detail.png");
  background-repeat: no-repeat;
  background-size: 24px;
}
@media (-webkit-device-pixel-ratio: 2) {
  body.english dl.journal_detail_class {
    background-image: url("../images/classIcon-journal-detail@2x.png");
  }
}
.itemheading .paper_class {
  background-image: url("../images/classIcon-article-32.png");
  background-repeat: no-repeat;
  background-size: 32px;
}
@media (-webkit-device-pixel-ratio: 2) {
  .itemheading .paper_class {
    background-image: url("../images/classIcon-article-32@2x.png");
  }
}
.itemheading .paper-dissertation_class {
  background-image: url("../images/classIcon-dissertation-32.png");
  background-repeat: no-repeat;
  background-size: 32px;
}
@media (-webkit-device-pixel-ratio: 2) {
  .itemheading .paper-dissertation_class {
    background-image: url("../images/classIcon-dissertation-32@2x.png");
  }
}
.itemheading .book_class {
  background-image: url("../images/classIcon-book-32.png");
  background-repeat: no-repeat;
  background-size: 32px;
}
@media (-webkit-device-pixel-ratio: 2) {
  .itemheading .book_class {
    background-image: url("../images/classIcon-book-32@2x.png");
  }
}
.itemheading .journal_class {
  background-image: url("../images/classIcon-journal-32.png");
  background-repeat: no-repeat;
  background-size: 32px;
}
@media (-webkit-device-pixel-ratio: 2) {
  .itemheading .journal_class {
    background-image: url("../images/classIcon-journal-32@2x.png");
  }
}
.itemheading .author_class {
  background-image: url("../images/classIcon-author-32.png");
  background-repeat: no-repeat;
  background-size: 32px;
}
@media (-webkit-device-pixel-ratio: 2) {
  .itemheading .author_class {
    background-image: url("../images/classIcon-author-32@2x.png");
  }
}
.itemheading .library_class {
  background-image: url("../images/classIcon-library-32.png");
  background-repeat: no-repeat;
  background-size: 32px;
}
@media (-webkit-device-pixel-ratio: 2) {
  .itemheading .library_class {
    background-image: url("../images/classIcon-library-32@2x.png");
  }
}
.authorsContainer .authorslist {
  background-image: url("../images/classIcon-author-24.png");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 8px 0;
}
@media (-webkit-device-pixel-ratio: 2) {
  .authorsContainer .authorslist {
    background-image: url("../images/classIcon-author-24@2x.png");
  }
}
#library-list .librarylist-item {
  background-image: url("../images/classIcon-library-24.png");
  background-repeat: no-repeat;
  background-size: 24px;
}
@media (-webkit-device-pixel-ratio: 2) {
  #library-list .librarylist-item {
    background-image: url("../images/classIcon-library-24@2x.png");
  }
}
.cft-available .cfullTextBtn {
  background-image: url("../images/ico-fulltext-available-32.png");
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: 12px center;
}
@media (-webkit-device-pixel-ratio: 2) {
  .cft-available .cfullTextBtn {
    background-image: url("../images/ico-fulltext-available-32@2x.png");
  }
}
.iconlabel {
  background-position: center;
}
.paging_prev .iconlabel {
  background-image: url("../images/arrow-l-dark.png");
  background-repeat: no-repeat;
  background-size: 16px;
}
@media (-webkit-device-pixel-ratio: 2) {
  .paging_prev .iconlabel {
    background-image: url("../images/arrow-l-dark@2x.png");
  }
}
.paging_next .iconlabel {
  background-image: url("../images/arrow-r-dark.png");
  background-repeat: no-repeat;
  background-size: 16px;
}
@media (-webkit-device-pixel-ratio: 2) {
  .paging_next .iconlabel {
    background-image: url("../images/arrow-r-dark@2x.png");
  }
}
.paging_first .iconlabel {
  background-image: url("../images/arrow-ll-dark.png");
  background-repeat: no-repeat;
  background-size: 16px;
}
@media (-webkit-device-pixel-ratio: 2) {
  .paging_first .iconlabel {
    background-image: url("../images/arrow-ll-dark@2x.png");
  }
}
.paging_end .iconlabel {
  background-image: url("../images/arrow-rr-dark.png");
  background-repeat: no-repeat;
  background-size: 16px;
}
@media (-webkit-device-pixel-ratio: 2) {
  .paging_end .iconlabel {
    background-image: url("../images/arrow-rr-dark@2x.png");
  }
}
.navbar-toggler.button-menu {
  background-image: url("../images/ico-menu-28.png");
  background-repeat: no-repeat;
  background-size: 28px;
}
@media (-webkit-device-pixel-ratio: 2) {
  .navbar-toggler.button-menu {
    background-image: url("../images/ico-menu-28@2x.png");
  }
}
.collapsed.navbar-toggler.button-menu {
  background-image: url("../images/ico-menu-28.png");
  background-repeat: no-repeat;
  background-size: 28px;
}
@media (-webkit-device-pixel-ratio: 2) {
  .collapsed.navbar-toggler.button-menu {
    background-image: url("../images/ico-menu-28@2x.png");
  }
}
.navbar-toggler.button-search {
  background-image: url("../images/ico-search-28.png");
  background-repeat: no-repeat;
  background-size: 28px;
}
@media (-webkit-device-pixel-ratio: 2) {
  .navbar-toggler.button-search {
    background-image: url("../images/ico-search-28@2x.png");
  }
}
.collapsed.navbar-toggler.button-search {
  background-image: url("../images/ico-search-28.png");
  background-repeat: no-repeat;
  background-size: 28px;
}
@media (-webkit-device-pixel-ratio: 2) {
  .collapsed.navbar-toggler.button-search {
    background-image: url("../images/ico-search-28@2x.png");
  }
}
.relateditem_section.relatedauthor li {
  background-image: url("../images/classIcon-author-18.png");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 8px 3px;
}
@media (-webkit-device-pixel-ratio: 2) {
  .relateditem_section.relatedauthor li {
    background-image: url("../images/classIcon-author-18@2x.png");
  }
}
.relateditem_section.relatedjournal li {
  background-image: url("../images/classIcon-journal-18.png");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 8px 3px;
}
@media (-webkit-device-pixel-ratio: 2) {
  .relateditem_section.relatedjournal li {
    background-image: url("../images/classIcon-journal-18@2x.png");
  }
}
.relateditem_section.othersites .rns {
  background-image: url("../images/othersites_icon/otherIco-rns.png");
  background-repeat: no-repeat;
  background-size: 16px;
}
@media (-webkit-device-pixel-ratio: 2) {
  .relateditem_section.othersites .rns {
    background-image: url("../images/othersites_icon/otherIco-rns@2x.png");
  }
}
.relateditem_section.othersites .jg {
  background-image: url("../images/othersites_icon/otherIco-jglobal.png");
  background-repeat: no-repeat;
  background-size: 16px;
}
@media (-webkit-device-pixel-ratio: 2) {
  .relateditem_section.othersites .jg {
    background-image: url("../images/othersites_icon/otherIco-jglobal@2x.png");
  }
}
.relateditem_section.othersites .rm {
  background-image: url("../images/othersites_icon/otherIco-researchmap.png");
  background-repeat: no-repeat;
  background-size: 16px;
}
@media (-webkit-device-pixel-ratio: 2) {
  .relateditem_section.othersites .rm {
    background-image: url("../images/othersites_icon/otherIco-researchmap@2x.png");
  }
}
.relateditem_section.othersites .googles {
  background-image: url("../images/othersites_icon/otherIco-googleScholar.png");
  background-repeat: no-repeat;
  background-size: 16px;
}
@media (-webkit-device-pixel-ratio: 2) {
  .relateditem_section.othersites .googles {
    background-image: url("../images/othersites_icon/otherIco-googleScholar@2x.png");
  }
}
.relateditem_section.othersites .microsoft {
  background-image: url("../images/othersites_icon/otherIco-msAcademicSearch.png");
  background-repeat: no-repeat;
  background-size: 16px;
}
@media (-webkit-device-pixel-ratio: 2) {
  .relateditem_section.othersites .microsoft {
    background-image: url("../images/othersites_icon/otherIco-msAcademicSearch@2x.png");
  }
}
.relateditem_section.othersites .google {
  background-image: url("../images/othersites_icon/otherIco-google.png");
  background-repeat: no-repeat;
  background-size: 16px;
}
@media (-webkit-device-pixel-ratio: 2) {
  .relateditem_section.othersites .google {
    background-image: url("../images/othersites_icon/otherIco-google@2x.png");
  }
}
.relateditem_section.othersites .yahoo {
  background-image: url("../images/othersites_icon/otherIco-yahoo.png");
  background-repeat: no-repeat;
  background-size: 16px;
}
@media (-webkit-device-pixel-ratio: 2) {
  .relateditem_section.othersites .yahoo {
    background-image: url("../images/othersites_icon/otherIco-yahoo@2x.png");
  }
}
/* Unique to jst */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  body {
    margin-bottom: 0;
    width: 100%;
    min-width: 300px;
    box-sizing: border-box;
  }
}
.heading {
  font-size: 1.2em;
  font-weight: normal;
  padding: 0 8px;
  margin-bottom: 8px;
  line-height: 28px;
  border-bottom: 1px solid #dddddd;
  min-height: 32px;
}
@media (max-width: 767px) {
  .heading {
    padding: 0 12px;
  }
}
.container-hasSubnav {
  display: table;
  vertical-align: top;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .container-hasSubnav {
    display: block;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .container-hasSubnav {
    margin-top: 20px;
  }
}
.container-hasSubnav .maincontents {
  padding-right: 24px;
  padding-left: 24px;
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 767px) {
  .container-hasSubnav .maincontents {
    width: 100%;
    display: block;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .container-hasSubnav .maincontents {
    padding-left: 80px;
  }
}
.container-hasSubnav .side_navigation {
  width: 224px;
  display: table-cell;
  vertical-align: top;
  padding-right: 24px;
}
@media (max-width: 767px) {
  .container-hasSubnav .side_navigation {
    width: 100%;
    display: block;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .container-hasSubnav .side_navigation {
    padding-right: 80px;
    width: 280px;
  }
}
.container-single {
  margin: 68px 24px 0;
  padding: 0 0 0 26px;
  display: block;
}
@media (max-width: 767px) {
  .container-single {
    display: block;
    margin: 0;
    padding: 0 12px;
  }
}
@media (min-width: 1200px) {
  .container-single {
    margin: 68px 80px 0;
  }
}
.container-single .content_heading {
  font-weight: bold;
  font-size: 1.4em;
  line-height: 144%;
}
@media (max-width: 767px) {
  .container-single .content_heading {
    font-size: 1.4em;
  }
  .container-single .content_heading .en {
    font-size: 0.9em;
    line-height: 130%;
  }
}
@media (max-width: 767px) {
  .container-single .content_heading {
    font-weight: bold;
  }
}
.jumbotron {
  padding: 80px 0 32px;
  background-color: #ffffff;
  text-align: center;
}
.jumbotron .homesystemname {
  display: inline-block;
  padding-left: 36px;
}
.jumbotron .container {
  max-width: 100%;
}
.navbar {
  position: relative;
  min-height: 48px;
  margin-bottom: 0;
  background-color: #ffffff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (max-width: 767px) {
  .navbar {
    height: auto;
    box-shadow: none;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff;
}
.navbar-collapse.show {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.show {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (min-device-width: 768px) {
  .navbar-collapse .navbar-header {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 400px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-device-width: 768px) {
  .navbar-header .navbar-collapse {
    max-height: 400px;
    width: 100%;
  }
}
@media (max-device-width: 767px) {
  .navbar-header .navbar-collapse {
    width: 100%;
    border: 1px solid #dddddd;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
@media (min-width: 768px) {
  .navbar-header {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;
    border-width: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .navbar-header {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  padding: 14px 10px;
  line-height: 20px;
  height: 48px;
  z-index: 1000;
}
.navbar-brand.headerlogo {
  width: 80px;
  height: 48px;
  text-indent: -99999px;
  display: inline-block;
  cursor: pointer;
  background-image: url("../images/ci-header.png");
  background-repeat: no-repeat;
  background-size: 52px;
  background-position: 12px center;
}
@media (-webkit-device-pixel-ratio: 2) {
  .navbar-brand.headerlogo {
    background-image: url("../images/ci-header@2x.png");
  }
}
@media (max-width: 767px) {
  .navbar-brand.headerlogo {
    background-position: 16px center;
    width: 176px;
  }
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggler {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggler:focus {
  outline: 0;
}
.navbar-toggler.button-menu {
  margin-left: 10px;
}
.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggler {
    display: none;
  }
}
.navbar-toggler.button-menu {
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.collapsed.navbar-toggler.button-menu {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-toggler.button-search {
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.collapsed.navbar-toggler.button-search {
  opacity: 1;
  filter: alpha(opacity=100);
}
.topscreen .navbar-toggler.button-search {
  visibility: hidden;
}
.navbar-nav {
  margin: 7px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
.navbar-nav .active {
  background-color: #203e80;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .navbar-nav {
    margin: 0;
  }
}
.navbar-nav.menu-service-list {
  z-index: 100;
  position: relative;
  background-color: #122858;
}
.navbar-nav.menu-kaken-use-list {
  z-index: 100;
  position: relative;
  background-color: #122858;
}
.navbar-nav.menu-service-list .menu-service-item:hover {
  background-color: #f4f4f4;
}
@media screen and (min-width: 768px) {
  .english .navbar-nav.menu-service-list .menu-service-item {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.navbar-nav.menu-service-list a,
.navbar-nav.menu-service-list a:link,
.navbar-nav.menu-service-list a:visited,
.navbar-nav.menu-service-list a:hover,
.navbar-nav.menu-service-list a:hover,
.navbar-nav.menu-service-list a:active,
.navbar-nav.menu-service-list a:focus {
  color: #ffffff;
  text-decoration: none;
  font-size: inherit;
}
.navbar-nav.menu-kaken-use-list a,
.navbar-nav.menu-kaken-use-list a:link,
.navbar-nav.menu-kaken-use-list a:visited,
.navbar-nav.menu-kaken-use-list a:hover,
.navbar-nav.menu-menu-kaken-use-list a:focus {
  color: #ffffff;
  text-decoration: none;
  font-size: inherit;
}

.navbar-nav.menu-service-list a:hover,
.navbar-nav.menu-service-list a:active,
.navbar-nav.menu-service-list a:focus {
  background-color: #203e80;
  color: #ffffff;
}
.navbar-nav.menu-kaken-use-list a:hover,
.navbar-nav.menu-kaken-use-list a:focus {
  background-color: #203e80;
  color: #ffffff;
}
.navbar-nav.menu-kaken-use-list {
  position: absolute;
  right: 115px;
}
.navbar-nav.menu-utility-list {
  position: absolute;
  right: 8px;
}
@media screen and (max-width: 767px) {
    .navbar-nav.menu-kaken-use-list {
    right: 0;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .navbar-nav.menu-utility-list {
    right: 0;
    position: relative;
  }
}
.navbar-nav.menu-utility-list .menu-utility-item:hover {
  background-color: #ffffff;
}
.navbar-nav.menu-utility-list a,
.navbar-nav.menu-utility-list a:link,
.navbar-nav.menu-utility-list a:visited {
  color: #666666;
  text-decoration: none;
}
.navbar-nav.menu-utility-list a:hover,
.navbar-nav.menu-utility-list a:hover,
.navbar-nav.menu-utility-list a:active,
.navbar-nav.menu-utility-list a:focus {
  color: #0055aa;
  font-size: inherit;
}
.navbar-nav .menu-service-item,
.navbar-nav .menu-utility-item {
  padding: 12px 12px;
  line-height: 24px;
}
.navbar-nav .loginuserinfo {
  color: #666666;
}
.navbar-nav .loginuserinfomobile {
  border-top: 1px solid #dddddd;
}
.navbar-nav .loginuserinfomobile .menu-utility-item {
  padding: 6px 12px;
}
.navbar-nav .gakunin,
.navbar-nav .subscription-mark {
  margin-top: 4px;
  vertical-align: top;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-btn.btn-xs {
  margin-top: 13px;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .navbar-brand.headerlogo {
    background-image: url("../images/ci_header_mobile_jst.png");
    background-repeat: no-repeat;
    background-size: 160px;
  }
}
@media (max-width: 767px) and (-webkit-device-pixel-ratio: 2) {
  .navbar-brand.headerlogo {
    background-image: url("../images/ci_header_mobile_jst@2x.png");
  }
}
/* Unique to jst */
.searchbox {
  min-height: 130px;
  text-align: center;
  padding: 12px 151.33333333px 4px 0;
}
.searchbox a {
  color: #ffffff;
}
.searchbox a:hover,
.searchbox a:active {
  text-decoration: none;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .searchbox {
    margin-top: 0;
    display: none;
    padding: 12px 0;
    z-index: 100;
  }
}
.topscreen .searchbox {
  padding: 24px 151.33333333px 16px 0;
  min-height: 153px;
}
@media screen and (max-width: 767px) {
  .topscreen .searchbox {
    display: block;
    padding: 12px 0;
  }
}
.searchbox .form-tabcontent {
  margin-bottom: 8px;
}
.searchbox .row.searchboxheader {
  margin-bottom: 4px;
}
.searchbox .row.filter_radiobtnbox {
  margin-bottom: 12px;
}
.searchbox .row.row-textform {
  margin-bottom: 8px;
}
.searchbox .searchformlabel {
  text-align: right;
  padding-right: 8px;
  height: 28px;
  vertical-align: middle;
  display: table;
  color: #ffffff;
  line-height: 1.0em;
}
@media screen and (max-width: 767px) {
  .searchbox .searchformlabel {
    text-align: left;
  }
}
.searchbox .searchformlabel label {
  display: table-cell;
  vertical-align: middle;
  font-weight: normal;
  white-space: normal;
}
.searchbox .unit {
  margin: 4px 0;
  font-size: 10px;
  color: #ffffff;
  vertical-align: middle;
}
.searchbox .searchFormContainer {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .searchbox .searchFormContainer {
    display: block;
  }
}
.searchbox .searchFormContainer .searchformcontents {
  width: 908px;
}
@media screen and (max-width: 767px) {
  .searchbox .searchFormContainer .searchformcontents {
    width: 100%;
  }
}
.searchbox .searchFormContainer .searchformcontents .advsearchbtn-area {
  position: absolute;
  top: 0;
  right: 0;
  width: 132px;
}
@media screen and (max-width: 767px) {
  .searchbox .searchFormContainer .searchformcontents .advsearchbtn-area {
    position: static;
    margin-top: 12px;
  }
  .searchbox .searchFormContainer .searchformcontents .advsearchbtn-area#btn-toggle-advsearch-bottom {
    margin-top: 0;
  }
}
.searchbox .form-index {
  margin-top: 16px;
}
.searchbox .advanced_search input {
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .searchbox .advanced_search input {
    line-height: 32px;
  }
}
.searchbtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 132px;
  height: 32px;
  border: none;
  margin: 0;
  padding: 0;
  background: #f5f5f5;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe9e9e9', GradientType=0);
}
.searchbtn,
.searchbtn:link,
.searchbtn:visited,
.searchbtn:hover,
.searchbtn:hover,
.searchbtn:active,
.searchbtn:focus {
  font-size: 15px;
  font-weight: normal;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .searchbtn,
  .searchbtn:link,
  .searchbtn:visited,
  .searchbtn:hover,
  .searchbtn:hover,
  .searchbtn:active,
  .searchbtn:focus {
    line-height: 40px;
  }
}
.searchbtn:active {
  background: #dddddd;
  background-image: -webkit-linear-gradient(top, #dddddd 0%, #eaeaea 100%);
  background-image: -o-linear-gradient(top, #dddddd 0%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #dddddd 0%, #eaeaea 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdddddd', endColorstr='#ffeaeaea', GradientType=0);
}
@media screen and (max-width: 767px) {
  .searchbtn {
    width: 90%;
    height: 40px;
  }
  .searchbtn.srchbtn-normal-bottom {
    position: relative;
    margin: 16px 0;
    width: 100% !important;
  }
}
.advanced_search .searchbtn {
  position: relative;
  margin: 20px auto;
  width: 100%;
}
.tab_index {
  visibility: hidden;
}
.tab_index .tab_index_item {
  display: inline-block;
  height: 26px;
  line-height: 26px;
}
.tab_index .tab_index_item a {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .tab_index .tab_index_item a {
    padding: 0 8px;
  }
}
.tab_index .tab_index_item.tab_index_item-active {
  border-bottom: 2px solid #ffffff;
}
.tab_index .tab_index_item.tab_index_item-active a:hover {
  border-bottom: 2px solid #ffffff;
  background: transparent;
  cursor: default;
}
.filter_radiobtnbox {
  position: relative;
  height: 30px;
}
@media (max-width: 767px) {
  .filter_radiobtnbox {
    margin: 8px 0;
  }
}
.filter_radiobtnbox label {
  display: block;
  box-sizing: content-box;
  border-style: solid;
  border-width: 1px;
  height: 28px;
  text-align: center;
  font-size: 13px;
  line-height: 28px;
  color: #ffffff;
  font-weight: normal;
}
.filter_radiobtnbox label:hover {
  cursor: pointer;
}
.filter_radiobtnbox label.checked {
  cursor: default;
}
@media (max-width: 767px) {
  .filter_radiobtnbox label {
    margin: 0;
    height: 40px;
    line-height: 40px;
  }
}
.filter_radiobtnbox input {
  margin: 0 4px 0;
}
@media screen and (min-width: 768px) {
  .filter_radiobtnbox .filter_segmentControl {
    width: 596px;
  }
}
@media screen and (max-width: 767px) {
  .filter_radiobtnbox .filter_segmentControl {
    width: 100%;
  }
}
.filter_radiobtnbox .filter_segmentControl .filter_radiobtnbox-segmentarea1,
.filter_radiobtnbox .filter_segmentControl .filter_radiobtnbox-segmentarea2,
.filter_radiobtnbox .filter_segmentControl .filter_radiobtnbox-segmentarea3 {
  box-sizing: border-box;
  z-index: 1000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .filter_radiobtnbox .filter_segmentControl .filter_radiobtnbox-segmentarea1,
  .filter_radiobtnbox .filter_segmentControl .filter_radiobtnbox-segmentarea2,
  .filter_radiobtnbox .filter_segmentControl .filter_radiobtnbox-segmentarea3 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .filter_radiobtnbox .filter_segmentControl .filter_radiobtnbox-segmentarea1 .segment1,
  .filter_radiobtnbox .filter_segmentControl .filter_radiobtnbox-segmentarea2 .segment2,
  .filter_radiobtnbox .filter_segmentControl .filter_radiobtnbox-segmentarea3 .segment3 {
    border-left-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .filter_radiobtnbox .filter_segmentControl .filter_radiobtnbox-segmentarea1 .segment1,
  .filter_radiobtnbox .filter_segmentControl .filter_radiobtnbox-segmentarea2 .segment2,
  .filter_radiobtnbox .filter_segmentControl .filter_radiobtnbox-segmentarea3 .segment3 {
    border-top-width: 0;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
}
.filter_radiobtnbox .filter_segmentControl .filter_radiobtnbox-segmentarea1 .segment1 {
  border-top-width: 1px;
  border-left-width: 1px;
}
@media screen and (min-width: 768px) {
  .filter_radiobtnbox .filter_segmentControl .filter_radiobtnbox-segmentarea1 {
    width: 144px;
  }
  .filter_radiobtnbox .filter_segmentControl .filter_radiobtnbox-segmentarea2 {
    width: 452px;
  }
  .filter_radiobtnbox .filter_segmentControl .filter_radiobtnbox-segmentarea3 {
    width: ;
  }
}
.btn-toggle-advsearch {
  display: inline-block;
  width: 132px;
  height: 30px;
  cursor: pointer;
}
.btn-toggle-advsearch .btn-toggle-advsearch-label {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("../images/accordionArrow-searchBox.png");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 16px -22px;
  padding-left: 50px;
}
@media (-webkit-device-pixel-ratio: 2) {
  .btn-toggle-advsearch .btn-toggle-advsearch-label {
    background-image: url("../images/accordionArrow-searchBox@2x.png");
  }
}
.btn-toggle-advsearch .btn-toggle-advsearch-label,
.btn-toggle-advsearch .btn-toggle-advsearch-label:link,
.btn-toggle-advsearch .btn-toggle-advsearch-label:visited,
.btn-toggle-advsearch .btn-toggle-advsearch-label:hover,
.btn-toggle-advsearch .btn-toggle-advsearch-label:hover,
.btn-toggle-advsearch .btn-toggle-advsearch-label:active,
.btn-toggle-advsearch .btn-toggle-advsearch-label:focus {
  line-height: 30px;
  font-size: 13px;
  color: #ffffff;
}
.collapsed.btn-toggle-advsearch .btn-toggle-advsearch-label {
  background-position: 16px 3px;
}
@media screen and (max-width: 767px) {
  .collapsed.btn-toggle-advsearch .btn-toggle-advsearch-label {
    background-position: 2px 3px;
  }
  #btn-toggle-advsearch-bottom .collapsed.btn-toggle-advsearch .btn-toggle-advsearch-label {
    background-position: 16px -22px;
  }
}
@media screen and (max-width: 767px) {
  .btn-toggle-advsearch .btn-toggle-advsearch-label {
    background-position: 2px -22px;
    padding-left: 36px;
  }
  .collapsed.btn-toggle-advsearch .btn-toggle-advsearch-label {
    background-position: 2px 3px;
  }
  #btn-toggle-advsearch-bottom .collapsed.btn-toggle-advsearch .btn-toggle-advsearch-label {
    background-position: 2px -22px;
  }
}
.english .btn-toggle-advsearch .btn-toggle-advsearch-label {
  padding-left: 36px;
  background-position: 0 -22px;
  font-size: 12px;
}
.english .btn-toggle-advsearch.collapsed .btn-toggle-advsearch-label {
  background-position: 0 3px;
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .english .btn-toggle-advsearch .btn-toggle-advsearch-label {
    padding-left: 36px;
    background-position: 0 -22px;
  }
  .english .btn-toggle-advsearch.collapsed .btn-toggle-advsearch-label {
    padding-left: 24px;
    background-position: 0 3px;
  }
  .english #btn-toggle-advsearch-bottom .btn-toggle-advsearch-label {
    padding-left: 36px;
  }
}
input[type="text"].searchforminput {
  width: 100%;
}
input[type="text"].degreeconferment_year {
  width: 48px;
}
input[type="text"].main_srchterm {
  width: 596px;
  height: 32px;
  line-height: 28px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  input[type="text"].main_srchterm {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
}
.advanced_search input[type="text"] {
  height: 28px;
}
@media screen and (max-width: 767px) {
  .advanced_search input[type="text"] {
    height: 32px;
  }
}
.advanced_search .select,
.advanced_search .select-value,
.advanced_search select {
  height: 28px;
  line-height: 28px;
  background-position: right 2px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .advanced_search .select,
  .advanced_search .select-value,
  .advanced_search select {
    height: 32px;
    line-height: 32px;
    background-position: right 4px;
  }
}
div.validation_error {
  width: 732px;
  text-align: left;
  margin: 8px auto 0 auto;
}
div.validation_error p {
  padding: 4px 8px;
  margin: 0 0 8px 0px;
  background-color: #cc3300;
  line-height: 1.4em !important;
  color: #ffffff;
}
.form-hidden {
  visibility: hidden;
  height: 0;
  margin: 0;
  overflow: hidden;
  margin-bottom: 0 !important;
  display: none;
}
.form-hidden div {
  min-height: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #sopt5,
  #sopt6,
  #sopt7 {
    width: 50%;
  }
}
/* Unique to jst */
.listheading {
  border-bottom: 1px solid #dddddd;
}
.listheading .heading {
  border-bottom: none !important;
}
@media (max-width: 767px) {
  .resultlist .listheading .heading {
    margin-top: 16px;
    text-align: center;
    font-weight: bold;
  }
}
.listheading .hitNumLabel {
  display: inline-block;
  margin-right: 12px;
}
.listheading .hitNumLabel:after {
  content: ":";
  padding: 0 4px;
}
.listheading .actionsortbox {
  min-height: 40px;
  position: relative;
  z-index: 5;
}
.listheading .actionsortbox .actionforlist {
  padding: 8px 0 0 8px;
}
.listheading .actionsortbox .actionforlist label {
  font-weight: normal;
}
.listheading .actionsortbox .sortlist {
  text-align: right;
  position: absolute;
  top: 8px;
  right: 0;
}
@media (max-width: 767px) {
  .listheading .actionsortbox .sortlist {
    position: relative;
    margin-left: 12px;
    padding-top: 8px;
    top: auto;
    right: auto;
    text-align: left;
  }
  .listheading .actionsortbox .sortlist .form-group-inline {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .listheading .actionsortbox {
    min-height: 48px;
  }
}
@media (max-width: 767px) {
  .listContainer {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.listitem {
  padding: 8px 60px 8px 0;
  clear: both;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .listitem {
    padding-right: 0;
  }
}
.listitem .listcheck {
  float: left;
  width: 24px;
  margin-top: 0px;
  margin-left: 8px;
  position: relative;
  z-index: 4;
}
.listitem .listcheck label {
  position: relative;
  top: 3px;
}
.listitem .list_number {
  position: absolute;
  top: 8px;
  right: 16px;
  z-index: 2;
  font: italic normal normal 236%/100% Helvetica;
  color: #D9D9D9;
}
.listitem .query {
  background-color: #f7ffab;
  font-weight: bold;
  color: #000000;
}
.listitem dl {
  margin-left: 8px;
  position: relative;
  z-index: 4;
  background-color: transparent;
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 24px;
}
.listitem dl dt,
.listitem dl dd {
  margin-left: 32px;
}
@media (max-width: 767px) {
  .listitem dl {
    margin: 0 20px;
  }
}
.listitem .listcheck + dl {
  margin: 0 0 0 32px;
}
@media (max-width: 767px) {
  .listitem .listcheck + dl {
    margin: 0 20px;
  }
}
.listitem .item_data {
  color: #666666;
}
.listitem .item_subData {
  margin-bottom: 6px;
  line-height: 130%;
  color: #666;
}
.listitem .item_snipet {
  margin-bottom: 6px;
  line-height: 130%;
  color: #666;
}
.listitem .item_extraData {
  margin-bottom: 4px;
  line-height: 1.1em;
  color: #666;
}
.listitem .item_otherdata {
  line-height: 1.5em;
}
.listitem .item_otherdata a {
  margin-right: 0.4em;
  color: #666;
}
.listitem .item_otherdata .bodypdf {
  display: inline-block;
  padding: 2px 6px;
  border: solid 1px #dd9922;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  background-color: #fadc96;
  font-weight: normal;
  color: #666;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .listitem .item_otherdata .bodypdf {
    margin-left: 0;
  }
}
.listitem .item_otherdata .bodypdf:hover {
  background-color: #f1cb73;
}
.listitem .item_otherdata .bodypdf,
.listitem .item_otherdata .bodypdf:link,
.listitem .item_otherdata .bodypdf:visited,
.listitem .item_otherdata .bodypdf:hover,
.listitem .item_otherdata .bodypdf:hover,
.listitem .item_otherdata .bodypdf:active,
.listitem .item_otherdata .bodypdf:focus {
  text-decoration: none;
  color: #666666;
}
.listitem .item_mainTitle {
  line-height: 160%;
  margin-bottom: 6px;
  padding-top: 2px;
}
.listitem .item_mainTitle a {
  font-size: 124%;
  font-weight: bold;
  color: #0055aa;
}
.listitem .item_mainTitle a:hover {
  text-decoration: underline;
}
.listitem .item_mainTitle .injapanese {
  padding-left: 0.3em;
  display: inline-block;
  font-weight: bold;
  font-size: 115%;
}
@media (max-width: 767px) {
  .listitem .item_mainTitle {
    line-height: 180%;
    padding-top: 0;
  }
  .listitem .item_mainTitle a {
    display: inline-block;
  }
  .listitem .item_mainTitle .injapanese {
    padding-left: 0;
  }
}
.listitem .item_numofpapers {
  line-height: 130%;
  margin-top: 6px;
  font-weight: bold;
}
.listitem .item_paperdata li {
  margin-left: 1.2em;
  list-style-type: disc;
  list-style-position: outside;
  color: #666;
}
.listitem .author_id {
  margin-left: 2em;
  color: #666;
}
@media (max-width: 767px) {
  .listitem .author_id {
    display: block;
    margin-left: 0;
  }
}
.oddline,
.evenline {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .oddline,
  .evenline {
    border-bottom: 1px solid #dddddd;
  }
}
.oddline {
  background-color: #f0f0f0;
}
.evenline {
  background-color: #ffffff;
}
.select {
  margin-right: 4px;
}
/* Unique to jst */
@media (max-width: 767px) {
  .itemdatatext {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.itemheading {
  margin: 0 0 16px 0;
}
.itemheading .entry-title {
  margin-left: 24px;
  padding-left: 40px;
  padding-bottom: 16px;
  min-height: 32px;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 144%;
}
@media (max-width: 767px) {
  .itemheading .entry-title {
    margin-left: 0;
    background-position: 12px 0;
    margin-top: 16px;
    padding-bottom: 0;
    padding-left: 52px;
    padding-right: 12px;
  }
  .itemheading .entry-title .en {
    font-size: 0.9em;
    line-height: 130%;
  }
}
.itemheading .entry-title span {
  display: block;
  margin-bottom: 0.2em;
}
.itemheading .outlineInHeading {
  margin-left: 24px;
  padding-left: 40px;
}
.itemheading .outlineInHeading p {
  line-height: 130%;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .itemheading .outlineInHeading {
    padding-left: 52px;
    margin-left: 0;
    margin-top: 8px;
    padding-right: 12px;
  }
}
.itemheading .outlineInHeading .affiliation {
  display: block;
}
.itemheading .outlineInHeading .note {
  color: #666666;
}
.itemheading .outlineInHeading #search_samename a {
  display: inline-block;
  padding-left: 24px;
  min-height: 20px;
  line-height: 20px;
  background-image: url("../images/ico-search.png");
  background-repeat: no-repeat;
  background-size: 20px;
}
@media (-webkit-device-pixel-ratio: 2) {
  .itemheading .outlineInHeading #search_samename a {
    background-image: url("../images/ico-search@2x.png");
  }
}
.itemheading #numofrelateditem {
  margin-left: 24px;
  padding-left: 40px;
}
.itemheading #numofrelateditem li {
  display: inline-block;
  margin-right: 16px;
}
.itemheading #numofrelateditem li a {
  display: inline-block;
  padding-right: 24px;
  background-image: url("../images/anchor-triangle.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right 4px;
  line-height: 20px;
}
@media (-webkit-device-pixel-ratio: 2) {
  .itemheading #numofrelateditem li a {
    background-image: url("../images/anchor-triangle@2x.png");
  }
}
@media (max-width: 767px) {
  .itemheading #numofrelateditem {
    margin-left: 0;
    padding-left: 52px;
  }
  .itemheading #numofrelateditem li a {
    line-height: 28px;
    background-position: right 8px;
  }
}
.authorsContainer {
  margin-left: 24px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .authorsContainer {
    margin-left: 0;
    padding-top: 8px;
  }
}
.authorsContainer ul {
  zoom: 1;
}
.authorsContainer ul:before,
.authorsContainer ul:after {
  content: " ";
  display: table;
}
.authorsContainer ul:after {
  clear: both;
}
.authorsContainer ul:before,
.authorsContainer ul:after {
  content: " ";
  display: table;
}
.authorsContainer ul:after {
  clear: both;
}
.authorsContainer ul:after {
  content: "";
  display: block;
  clear: both;
}
.authorsContainer ul:after {
  content: "";
  display: block;
  clear: both;
}
.authorsContainer .authorslist {
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 2px;
  margin-bottom: 8px;
  min-height: 24px;
  vertical-align: top;
}
.authorsContainer .authorslist .authordata {
  padding-top: 0px;
  padding-left: 40px;
  margin-right: 8px;
  line-height: 115%;
}
.authorsContainer .authorslist .authordata .authorname span {
  display: block;
  margin-bottom: 2px;
  font-weight: bold;
}
.authorsContainer .authorslist .authordata .authoraffiliation {
  margin-top: 6px;
}
.authorsContainer .authorslist .authordata .authoraffiliation span {
  display: block;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .authorsContainer .authorslist {
    background-position: 20px 0;
  }
  .authorsContainer .authorslist .authordata {
    padding-left: 52px;
  }
}
@media (max-width: 767px) {
  .authorsContainer .authorslist {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .authorsContainer .authorslist {
    width: 49%;
  }
}
@media (min-width: 992px) {
  .authorsContainer .authorslist {
    width: 240px;
  }
}
.sectionofdata {
  margin-bottom: 16px;
  margin-left: 24px;
}
@media (max-width: 767px) {
  .sectionofdata {
    margin-bottom: 16px;
    margin-left: 0;
  }
}
.sectionofdata .dataContainer {
  padding: 8px 60px 8px 40px;
}
@media (max-width: 767px) {
  .sectionofdata .dataContainer {
    padding: 8px 12px 8px 52px;
  }
}
.sectionofdata a,
.sectionofdata a:link,
.sectionofdata a:visited {
  color: #0055aa;
  text-decoration: none;
}
.sectionofdata a:hover,
.sectionofdata a:hover,
.sectionofdata a:active,
.sectionofdata a:focus {
  color: #0055aa;
  text-decoration: underline;
}
.sectionofdata .listheading .heading {
  margin-bottom: 4px;
}
.sectionofdata .paging .paginglist {
  margin-top: 4px;
}
@media (max-width: 767px) {
  .sectionofdata .readfulltext .fulltextlis {
    text-align: center;
  }
}
.sectionofdata .readfulltext .fulltextitem {
  float: left;
  margin: 0 8px 8px 0;
  width: 20em;
  height: 54px;
}
@media (max-width: 767px) {
  .sectionofdata .readfulltext .fulltextitem {
    float: none;
    display: inline-block;
  }
}
.sectionofdata .readfulltext .fulltextitem .cfullTextBtn {
  vertical-align: middle;
  display: table;
  width: 100%;
  height: 100%;
}
.sectionofdata .readfulltext .fulltextitem .cft-DBName {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.sectionofdata .readfulltext .fulltextitem .cft-note {
  display: inline-block;
  width: 100%;
  margin-top: 4px;
  font-size: 90%;
}
@media (max-width: 767px) {
  .sectionofdata .readfulltext {
    margin: 0;
    padding: 4px 0 8px 0;
    text-align: center;
  }
  .sectionofdata .readfulltext .fulltextlist {
    display: inline-block;
  }
}
.sectionofdata .externallink li {
  box-sizing: content-box;
  display: inline-block;
  float: left;
  margin: 0 8px 8px 0;
  width: 280px;
  min-height: 32px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .sectionofdata .externallink li {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sectionofdata .externallink li {
    width: 280px;
  }
}
@media (min-width: 992px) {
  .sectionofdata .externallink li {
    width: 280px;
  }
}
.sectionofdata .externallink li a {
  display: block;
  cursor: pointer;
}
.sectionofdata .externallink li.externallinkS {
  background-size: 24px;
  background-position: 0 5px;
}
.sectionofdata .externallink li.externallinkS a {
  padding: 10px 8px 8px 40px;
}
.sectionofdata .externallink li.externallinkL {
  background-size: 70px;
  background-position: 0 7px;
}
.sectionofdata .externallink li.externallinkL a {
  padding: 10px 8px 8px 80px;
}
.sectionofdata .abstract {
  font-size: 105%;
  line-height: 159%;
}
.sectionofdata .abstract .abstracttextjpn {
  margin-bottom: 0.6em;
}
.lowlv-section {
  margin-top: 6px;
  display: table;
}
.lowlv-section:first-child {
  margin-top: 0;
}
.lowlv-section:last-child {
  margin-bottom: 1em;
}
.lowlv-section dt {
  float: left;
  line-height: 1.2em;
  border-left: 2px solid #CCCCCC;
  padding: 2px 0 2px 6px;
  font-weight: normal;
  display: table-cell;
}
@media (max-width: 767px) {
  .lowlv-section dt .attachedlabel {
    display: inline-block;
  }
}
.lowlv-section dd {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .lowlv-section dd {
    padding-left: 10px;
  }
}
.lowlv-section dd p {
  line-height: 1.2em;
  margin-bottom: 4px;
}
.lowlv-section dd p:first-child {
  padding-top: 0.2em;
}
.referencetext {
  padding: 4px 60px 4px 40px;
}
@media (max-width: 767px) {
  .referencetext {
    margin-left: 0;
    padding: 4px 12px 4px 52px;
  }
}
.authorsContainer .authorslist .authordata .authorname .ja {
  font-size: 1.1em;
  line-height: 125%;
}
.sectionofdata .lowlv-section dt {
  width: 10em;
  /*適宜、個別に幅を指定する*/
}
.english .sectionofdata .lowlv-section dt {
  width: 13em !important;
}
@media (max-width: 767px) {
  .english .sectionofdata .lowlv-section dt {
    width: 9em !important;
  }
}
.sectionofdata .lowlv-section dd {
  margin-left: 10em;
  /*適宜、個別に幅を指定する*/
}
.english .sectionofdata .lowlv-section dd {
  margin-left: 13em !important;
}
@media (max-width: 767px) {
  .english .sectionofdata .lowlv-section dd {
    margin-left: 9em !important;
  }
}
.sectionofdata .contentslist ol {
  list-style-type: disc;
}
.sectionofdata .contentslist ol li {
  margin-bottom: 0.5em;
}
/* Unique to jst */
.relateditem_section {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .relateditem_section {
    width: 100%;
    margin-bottom: 8px;
  }
}
.relateditem_section ul {
  line-height: 140%;
}
@media (max-width: 767px) {
  .relateditem_section ul {
    margin-left: 12px;
    margin-right: 12px;
  }
  .relateditem_section ul a {
    display: block;
    padding-bottom: 6px;
    padding-top: 6px;
  }
}
.relateditem_section li {
  padding-left: 8px;
  padding-right: 8px;
}
.relateditem_section a {
  color: #0055aa;
}
.relateditem_section a:hover {
  text-decoration: underline;
}
.relateditem_section.relatedauthor li {
  padding: 4px 0 4px 34px;
}
@media (max-width: 767px) {
  .relateditem_section.relatedauthor li {
    background-position: 12px 10px;
    padding: 4px 0 4px 38px;
  }
}
.relateditem_section.relatedjournal li {
  padding: 4px 0 4px 34px;
}
@media (max-width: 767px) {
  .relateditem_section.relatedjournal li {
    background-position: 12px 10px;
    padding: 4px 0 4px 38px;
  }
}
.relateditem_section.keyword .keywordlist li {
  padding: 2px 0px 2px 8px;
}
.relateditem_section.keyword .keywordlist a {
  font-weight: normal;
}
@media (max-width: 767px) {
  .relateditem_section.keyword .keywordlist {
    padding-left: 0 !important;
  }
}
.relateditem_section.accesscount {
  padding-left: 8px;
  margin-bottom: 8px;
}
.relateditem_section.accesscount .accesscountnum {
  display: inline-block;
  margin-right: 4px;
  font-size: 1.4em;
  line-height: 144%;
}
.relateditem_section.accesscount .accesscountlabel {
  font-size: 0.8em;
}
@media (max-width: 767px) {
  .relateditem_section.accesscount {
    border: none;
    border-top: 1px solid #dddddd;
    padding-top: 12px;
    text-align: left;
    padding-left: 12px;
    display: inline-block;
  }
}
.relateditem_section.promotion p {
  text-align: center;
}
@media (max-width: 767px) {
  .relateditem_section.promotion {
    margin-top: 12px;
    margin-bottom: 24px;
  }
}
.relateditem_section.social {
  margin-bottom: 0;
  padding-left: 8px;
}
@media (max-width: 767px) {
  .relateditem_section.social {
    padding-left: 12px;
  }
}
.relateditem_section.social .snsbtn {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .relateditem_section.social .snsbtn {
    display: inline-block;
  }
}
.relateditem_section.preview {
  padding-top: 12px;
}
.relateditem_section.preview p {
  text-align: center;
}
.relateditem_section.preview img {
  border: #CCCCCC 1px solid;
}
@media (max-width: 767px) {
  .relateditem_section.preview {
    margin-bottom: 36px;
  }
}
.relateditem_section.papercodes .detailcodeslist dt {
  display: inline-block;
}
.relateditem_section.papercodes .detailcodeslist dt:after {
  margin-left: 4px;
  content: ":";
}
.relateditem_section.papercodes .detailcodeslist dd {
  padding-left: 2em;
  padding-right: 8px;
  margin-bottom: 6px;
}
.relateditem_section.papercodes .detailcodeslist dd ul li {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .relateditem_section.papercodes .detailcodeslist {
    padding-left: 0 !important;
  }
  .relateditem_section.papercodes .detailcodeslist .papercodesitem {
    display: table;
    width: 100%;
    padding-right: 0;
  }
  .relateditem_section.papercodes .detailcodeslist .papercodesitem dt,
  .relateditem_section.papercodes .detailcodeslist .papercodesitem dd {
    display: table-cell;
    padding: 0;
    padding-bottom: 6px;
    padding-top: 6px;
  }
  .relateditem_section.papercodes .detailcodeslist .papercodesitem dt ul,
  .relateditem_section.papercodes .detailcodeslist .papercodesitem dd ul {
    margin: 0;
  }
  .relateditem_section.papercodes .detailcodeslist .papercodesitem dt ul li,
  .relateditem_section.papercodes .detailcodeslist .papercodesitem dd ul li {
    padding: 0;
    margin-bottom: 0.4em;
    line-height: 1.0em;
  }
  .relateditem_section.papercodes .detailcodeslist .papercodesitem dt {
    width: 9.5em;
  }
}
.relateditem_section.feedback {
  border-top: 1px solid #dddddd;
  padding-top: 8px;
  text-align: right;
}
@media (max-width: 767px) {
  .relateditem_section.feedback .feedbackbtn {
    margin-right: 12px;
    padding-bottom: 6px;
    padding-top: 6px;
    display: inline-block;
  }
}
.relateditem_section.othersites .heading {
  font-size: 1.1em;
  letter-spacing: -0.5px;
}
@media (max-width: 767px) {
  .relateditem_section.othersites .heading {
    font-size: 1.2em;
    letter-spacing: normal;
  }
}
.relateditem_section.othersites li {
  background-position: 8px 2px ;
  padding: 2px 0 2px 34px;
}
@media (max-width: 767px) {
  .relateditem_section.othersites li {
    background-position: 12px 10px;
    padding: 4px 0 4px 38px;
  }
}
.relateditem_section #relatedAuthorList.collapse,
.relateditem_section #relatedJournalList.collapse {
  display: block;
  height: auto !important;
  visibility: visible;
}
@media (max-width: 767px) {
  .relateditem_section .heading.accordion {
    position: relative;
    padding-left: 36px;
  }
  .relateditem_section .heading.accordion .accordionSwitch {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 32px;
    z-index: 10;
    background-image: url("../images/accordion-triangle.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 8px -24px;
  }
  .relateditem_section .heading.accordion .accordionSwitch.collapsed {
    background-position: 8px 7px;
  }
  .relateditem_section #relatedAuthorList,
  .relateditem_section #relatedJournalList {
    display: none;
  }
  .relateditem_section #relatedAuthorList.collapse,
  .relateditem_section #relatedJournalList.collapse {
    display: none;
    height: 0;
    visibility: hidden;
  }
  .relateditem_section #relatedAuthorList.collapse.show,
  .relateditem_section #relatedJournalList.collapse.show {
    display: block;
    height: auto;
    visibility: visible;
  }
}
@media (max-width: 767px) and (-webkit-device-pixel-ratio: 2) {
  .relateditem_section .heading.accordion .accordionSwitch {
    background-image: url("../images/accordion-triangle@2x.png");
  }
}
/* Unique to jst */
.footer {
  position: absolute;
  padding: 16px;
  background-color: #f7f7f7;
  bottom: 0;
  width: 100%;
  min-width: 960px;
  zoom: 1;
}
.footer:before,
.footer:after {
  content: " ";
  display: table;
}
.footer:after {
  clear: both;
}
.footer:before,
.footer:after {
  content: " ";
  display: table;
}
.footer:after {
  clear: both;
}
.footer:after {
  content: "";
  display: block;
  clear: both;
}
.footer:after {
  content: "";
  display: block;
  clear: both;
}
.footer a,
.footer a:link,
.footer a:visited {
  color: #666666;
  text-decoration: none;
}
.footer a:hover,
.footer a:hover,
.footer a:active,
.footer a:focus {
  color: #0055aa;
  font-size: inherit;
}
.footer .ft-heading {
  font-weight: normal;
  font-size: 109%;
}
.topscreen .footer {
  margin-top: 24px;
}
.footer .footer-wrap {
  width: 880px;
  margin: 0 auto 16px auto;
}
.footer .footer-wrap .footer-linkblock {
  float: left;
}
.footer .footer-wrap .footer-linkblock.ftb-about {
  width: 200px;
}
.footer .footer-wrap .footer-linkblock.ftb-help {
  width: 270px;
}
.footer .footer-wrap .footer-linkblock.ftb-info {
  width: 140px;
}
.footer .footer-wrap .footer-linkblock.ftb-service {
  width: 270px;
}
.footer .footer-wrap .footer-linkblock .ft-heading {
  margin-bottom: 8px;
}
.english .footer .footer-wrap .ftb-about {
  width: 270px;
}
.english .footer .footer-wrap .ftb-help {
  width: 200px;
}
.english .footer .footer-wrap .ftb-info {
  width: 140px;
}
.english .footer .footer-wrap .ftb-service {
  width: 270px;
}
@media (max-width: 767px) {
  .footer {
    padding: 16px 12px;
    position: relative;
    line-height: 2.4em;
    min-width: inherit;
  }
  .footer .footer-linkblock {
    float: none !important;
  }
  .footer .footer-linkblock.ftb-about,
  .footer .footer-linkblock.ftb-help,
  .footer .footer-linkblock.ftb-info,
  .footer .footer-linkblock.ftb-service {
    width: 100% !important;
  }
  .footer .footer-wrap {
    width: 100%;
  }
  .footer .footer-wrap .ft-group {
    margin-bottom: 36px;
  }
  .footer a {
    display: block;
  }
}
.displaymode {
  width: 100%;
  text-align: center;
  margin-bottom: 13px;
}
.displaymode .modelist {
  display: inline-block;
}
.displaymode .modeitem {
  display: inline-block;
  background: transparent;
  font-size: inherit;
  border: none !important;
  padding: 0 12px;
}
.displaymode .modeitem .selected {
  font-size: inherit;
  line-height: 24px;
  color: #aaaaaa;
}
.servicestop_information {
  text-align: right;
  padding: 4px 16px 0;
  margin: 0;
}
.servicestop_information ul li {
  margin-bottom: 4px;
}
.servicestop_information a {
  line-height: 20px;
}
.servicestop_information a,
.servicestop_information a:link,
.servicestop_information a:visited {
  color: #666666;
  text-decoration: none;
}
.servicestop_information a:hover,
.servicestop_information a:hover,
.servicestop_information a:active,
.servicestop_information a:focus {
  color: #0055aa;
  font-size: inherit;
}
@media (max-width: 767px) {
  .servicestop_information {
    text-align: left;
    margin: 8px 12px;
    padding: 0;
  }
}
.paging {
  text-align: center;
}
.paging .paginglist {
  margin: 12px 0 8px 0;
}
.paging .paginglist .pagingitem {
  display: inline;
}
.paging .paginglist .pagingitem .pagingbtn {
  display: inline-block;
  height: 24px;
  line-height: 22px;
  padding: 0 8px;
  margin-left: 1px;
  margin-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-size: 100%;
}
@media screen and (max-width: 767px) {
  .paging .paginglist .pagingitem .pagingbtn {
    line-height: 32px;
    height: 32px;
  }
}
.paging .paginglist .pagingitem .pagingbtn.paging_prev,
.paging .paginglist .pagingitem .pagingbtn.paging_next,
.paging .paginglist .pagingitem .pagingbtn.paging_first,
.paging .paginglist .pagingitem .pagingbtn.paging_end {
  position: relative;
  padding: 0 8px;
}
.paging .paginglist .pagingitem .pagingbtn.currentpage {
  border: #555555 1px solid;
  background: transparent;
  background-image: none;
  background-color: #555555 !important;
  text-shadow: none;
  cursor: default;
  filter: none;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .paging.paging-bottom {
    margin-bottom: 24px;
  }
}
.paging .pagingIndicator {
  margin: 0 12px;
}
.iconlabel {
  display: inline-block;
  width: 16px;
  height: 22px;
}
@media screen and (max-width: 767px) {
  .iconlabel {
    position: relative;
    top: 4px;
  }
}
.gotop {
  text-align: center;
  padding-top: 24px;
  background-image: url("../images/arrow-top.png");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center 0;
  cursor: pointer;
}
@media (-webkit-device-pixel-ratio: 2) {
  .gotop {
    background-image: url("../images/arrow-top@2x.png");
  }
}
.gotop,
.gotop:link,
.gotop:visited,
.gotop:hover,
.gotop:hover,
.gotop:active,
.gotop:focus {
  text-decoration: none;
  color: #666666;
}
.content_heading {
  margin-bottom: 8px;
  line-height: 32px;
  min-height: 32px;
}
@media (max-width: 767px) {
  .content_heading {
    margin-top: 16px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .content_heading {
    padding-right: 12px;
  }
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  body {
    font-size: 65% !important;
  }
  .navbar-header {
    position: absolute;
  }
  .navbar-header {
    width: 100%;
    background: #fff;
  }
  .navbar-header .headerlogo {
    background-image: url("../images/ci-header.png");
    background-repeat: no-repeat;
    background-size: 52px;
    width: 80px;
  }
  .navbar-header .headermenu {
    display: block;
    visibility: visible;
  }
  .navbar-header .headermenu .menu-service-list {
    background: transparent;
    float: left;
  }
  .navbar-header .headermenu .menu-service-list li {
    display: none;
    visibility: hidden;
  }
  .navbar-header .headermenu .menu-service-list li.active {
    display: block;
    visibility: visible;
    background: transparent;
    float: left;
  }
  .navbar-header .headermenu .menu-utility-list {
    display: none;
    visibility: hidden;
  }
  .servicestop_information,
  .footer,
  .gotop {
    display: none !important;
  }
  a,
  a:link,
  a:visited a:hover,
  a:hover,
  a:active,
  a:focus {
    color: #000 !important;
  }
  .tab_index_item a,
  .tab_index_item a:link,
  .tab_index_item a:visited a:hover,
  .tab_index_item a:hover,
  .tab_index_item a:active,
  .tab_index_item a:focus {
    color: #fff !important;
  }
  .searchbox .filter_radiobtnbox .advsearchbtn-area {
    display: none !important;
  }
  .filter_segmentControl {
    width: 100% !important;
  }
  .actionforlist,
  .listcheck {
    display: none;
  }
  .sortlist {
    text-align: left;
    right: auto !important;
    left: 0;
  }
  .sortlist .commonBtn {
    display: none;
  }
  .listContainer .listitem .list_number {
    font-family: sans-serif !important;
    font-style: normal !important;
    font-size: 1em !important;
    color: #333 !important;
    position: static !important;
    padding-left: 52px !important;
    display: block !important;
    margin-bottom: 6px !important;
  }
  .side_navigation .promotion {
    display: none;
  }
}
@media print and (max-width: 767px) {
  body {
    font-size: 65%;
  }
}
@media print and (-webkit-device-pixel-ratio: 2) {
  .navbar-header .headerlogo {
    background-image: url("../images/ci-header@2x.png");
  }
}
@media print and (min-width: 767px) {
  .listitem {
    padding-right: 40px;
    page-break-inside: avoid !important;
  }
  .listitem dl {
    margin-left: 12px;
  }
}
@media print and (max-width: 767px) {
  .result_list ul li {
    page-break-inside: avoid !important;
  }
  .result_list .searchbox,
  .result_list .searchFormContainer,
  .result_list .searchformcontents {
    width: 100% !important;
  }
  .result_list .searchbox {
    padding: 8px 0 !important;
    min-height: 116px;
  }
  .result_list .searchFormContainer {
    padding-right: 10%;
  }
  .result_list .searchformcontents {
    padding: 0;
  }
  .result_list .searchbtn {
    width: 120px;
    height: 24px;
    line-height: 26px;
    font-size: 13px;
  }
  .result_list .row-textform {
    margin-bottom: 4px !important;
  }
  .result_list input[type="text"] {
    line-height: 24px;
    height: 24px;
    font-size: 11px;
  }
  .result_list input[type="text"].main_srchterm {
    width: 100%;
  }
  .result_list input[type="text"].degreeconferment_year {
    width: 50px !important;
  }
  .english.result_list input[type="text"].degreeconferment_year {
    width: 50% !important;
  }
  .result_list .unit {
    margin: 0;
  }
  .english.result_list .unit {
    display: inline-block;
    width: 30%;
    text-align: right;
  }
  .result_list .filter_segmentControl {
    width: 100% !important;
  }
  .result_list .filter_radiobtnbox {
    margin: 4px 0 8px 0 !important;
  }
  .result_list .filter_radiobtnbox * {
    display: inline !important;
  }
  .result_list .filter_radiobtnbox-segmentarea1,
  .result_list .filter_radiobtnbox-segmentarea2,
  .result_list .filter_radiobtnbox-segmentarea3 {
    padding: 0!important;
    width: auto !important;
  }
  .result_list .filter_radiobtnbox-segmentarea1 label,
  .result_list .filter_radiobtnbox-segmentarea2 label,
  .result_list .filter_radiobtnbox-segmentarea3 label {
    border-width: 0;
    border-right-width: 1px;
    height: 24px !important;
    line-height: 24px !important;
    font-size: 11px !important;
    padding: 4px 8px !important;
  }
  .result_list .filter_radiobtnbox-segmentarea1 label.checked,
  .result_list .filter_radiobtnbox-segmentarea2 label.checked,
  .result_list .filter_radiobtnbox-segmentarea3 label.checked {
    border-width: 1px;
    border-color: #CCC;
  }
  .result_list .searchformlabel {
    padding-right: 4px;
    font-size: 10px;
  }
  .result_list .col-xs-12.col-sm-2 {
    width: 16%;
  }
  .result_list .col-xs-12.col-sm-3 {
    width: 25%;
  }
  .result_list .col-xs-12.col-sm-4 {
    width: 33%;
  }
  .result_list .col-xs-12.col-sm-5 {
    width: 41%;
  }
  .result_list .col-xs-12.col-sm-6 {
    width: 50%;
  }
  .result_list .col-xs-12.col-sm-7 {
    width: 58%;
  }
  .result_list .col-xs-12.col-sm-8 {
    width: 66%;
  }
  .result_list .col-xs-12.col-sm-9 {
    width: 75%;
  }
  .result_list .col-xs-12.col-sm-10 {
    width: 83%;
  }
  .result_list .col-xs-12.col-sm-12 {
    width: 100%;
  }
  .result_list .col-xs-12.col-sm-offset-2 {
    margin-left: 16%;
  }
  .result_list .visible-xs-block .searchbtn,
  .result_list .visible-xs-block.advsearchbtn-area {
    display: none !important;
  }
  .result_list .paging .pagingitem .paging_first,
  .result_list .paging .pagingitem .paging_prev,
  .result_list .paging .pagingitem .paging_next,
  .result_list .paging .pagingitem .paging_end {
    display: none !important;
  }
  .detail .navbar {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  }
  .detail .searchbox {
    display: none;
  }
}
/* Unique to jst */
/* Unique to jst */
/* Unique to jst */
.navbar {
  margin: 0;
}
.tab_index {
  visibility: visible;
}
.dissertations .searchbox .filter_radiobtnbox input[type="checkbox"] {
  width: 0px;
  overflow: hidden;
  opacity: 0;
}
a:link,
a:visited {
  color: #2954af;
}
a:hover,
a:active {
  color: #203e80;
}
#content {
  zoom: 1;
}
#content:before,
#content:after {
  content: " ";
  display: table;
}
#content:after {
  clear: both;
}
#content:before,
#content:after {
  content: " ";
  display: table;
}
#content:after {
  clear: both;
}
#content:after {
  content: "";
  display: block;
  clear: both;
}
#content:after {
  content: "";
  display: block;
  clear: both;
}
@media screen (min-width: 480px) {
  .navbar-brand.headerlogo {
    background: url("../images/jst_logo_ja.png") no-repeat 10px 10px;
    width: 332px;
  }
  body.en .navbar-brand.headerlogo {
    background-image: url("../images/jst_logo_en.png");
  }
}
@media (max-width: 767px) {
  .navbar-brand.headerlogo {
    background: url("../images/jst_logo_ja_sp.png") no-repeat 10px center;
    background-size: 90% auto;
    max-width: 240px;
    margin-top: 5px;
  }
  body.en .navbar-brand.headerlogo {
    background-image: url("../images/jst_logo_en_sp.png");
  }
}
p.footer-links a {
  padding-right: 12px;
}
.jst-footer-logo {
  margin-right: 30px;
}
@media (max-width: 767px) {
  table.summary-table {
    margin-top: 40px;
    width: 100%;
  }
  table.summary-table tr {
    display: block;
    margin-bottom: 1.5em;
  }
  table.summary-table th,
  table.summary-table td {
    display: block;
    border: none;
  }
  table.summary-table th {
    margin-bottom: 10px;
    border-bottom: dotted 1px #ddd;
    font-size: 24px;
    color: #666;
  }
}
body.en .searchbox .searchFormContainer .searchformcontents {
  width: auto;
}
@media (min-width: 768px) {
  body.en .collapsed.btn-toggle-advsearch .btn-toggle-advsearch-label {
    background-position: 0px 3px;
    font-size: 11px;
    padding-left: 28px;
  }
}
body.en #searchbox.lower-page .tab_index .tab_index_item a {
  padding: 0;
}
.navbar {
  box-shadow: none;
}
.navbar #nav-content {
  background: #122858;
}
.jst-search-text,
.kakenhi-search-text {
  color: #fff;
  padding-bottom: 20px;
}
.topscreen .searchbox {
  padding-bottom: 35px;
}
.searchboxheader ul.tab_index_list li a {
  color: #fff;
  text-decoration: none;
}
.searchboxheader ul.tab_index_list li.tab_index_item.active {
  border-bottom: 2px solid #ffffff;
}
@media (max-width: 991px) {
  .advsearchbtn-area {
    margin-top: 0!important;
    width: auto!important;
  }
  .collapsed.btn-toggle-advsearch .btn-toggle-advsearch-label {
    width: auto;
  }
}
input[type="text"].main_srchterm {
  width: 100%;
}
.fulltext-check {
  color: #fff;
}
#research-advance {
  padding-top: 60px;
}
#research-advance .form-group {
  margin-bottom: 12px;
}
#research-advance .form-group table.summary-table th,
#research-advance .form-group table.summary-table td {
  padding-bottom: 10px;
  padding-right: 12px;
}
#research-advance .form-group table.summary-table th {
  font-weight: 700;
  width: auto;
  white-space: nowrap;
  font-size: 14px;
}
#research-advance .form-group table.summary-table label {
  padding-right: 20px;
  font-weight: 500;
}
#research-advance .form-group table.summary-table input#qb {
  width: 120px;
}
#research-advance .form-group table.summary-table input#qj {
  width: 120px;
}
#research-advance .form-group table.summary-table span.fromto {
  text-align: center;
  margin-right: 5px;
  margin-top: 3px;
  float: left;
}
#research-advance .form-group table.summary-table input.fromto,
#research-advance .form-group table.summary-table select.fromto {
  width: 100px;
  float: left;
  margin-right: 5px;
}

.jst #research-advance .form-group table.summary-table select.select_fromto {
	width: 200px;
}
#research-advance .advanced-info h1 {
  padding: 40px 0 20px 0;
  margin-bottom: 10px;
  border-bottom: dotted 1px #ddd;
  font-size: 24px;
  color: #555555;
}
@media (max-width: 991px) {
  #research-advance {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.modal {
  background: rgba(0, 0, 0, 0.5);
}
.modal .modal-header {
  background: #f7f7f7;
  border: none;
  position: relative;
}
.modal .modal-header button {
  background: #143872;
  filter: none!important;
  color: #fff;
  border: none;
  text-shadow: none;
  margin-bottom: 10px;
}
.modal .modal-header button:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.modal .modal-header button.close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10000;
}
.modal .modal-header h2,
.modal .modal-header ul {
  padding-right: 20px;
}
.modal .modal-header h2 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.modal .modal-header ul {
  zoom: 1;
}
.modal .modal-header ul:before,
.modal .modal-header ul:after {
  content: " ";
  display: table;
}
.modal .modal-header ul:after {
  clear: both;
}
.modal .modal-header ul:before,
.modal .modal-header ul:after {
  content: " ";
  display: table;
}
.modal .modal-header ul:after {
  clear: both;
}
.modal .modal-header ul:after {
  content: "";
  display: block;
  clear: both;
}
.modal .modal-header ul:after {
  content: "";
  display: block;
  clear: both;
}
.modal .modal-header ul li {
  float: left;
  padding-right: 20px;
}
.modal .modal-header ul li button {
  background: none;
  color: #143872;
  margin-bottom: 0;
}
.modal .modal-content {
  border-radius: 4px;
  overflow: hidden;
}
.modal .modal-content ul.ng-scope li span {
  line-height: 180%;
}
.modal .modal-content ul.ng-scope li i {
  background: none;
  padding: 0;
}
.modal .modal-content ul.ng-scope li i:before {
  font-family: FontAwesome;
  font-style: normal;
  font-size: 14px;
}
.modal .modal-content ul.ng-scope li.tree-expanded i:before {
  content: "\f147";
}
.modal .modal-content ul.ng-scope li.tree-collapsed i:before {
  content: "\f196";
}
.modal .modal-content ul.ng-scope li.tree-leaf i:before {
  content: "\f096";
}

.modal .modal-content ul.ng-scope li .tree-selected span:after {
  font-family: FontAwesome;
  font-style: normal;
  content: "\f00c";
  color: #143872;
}
.modal .modal-main {
  padding: 20px 20px 20px 0;
}

@media (min-width: 768px) {
  #result-wrapper #collapse-facet {
    width: 340px;
    float: left;
  }
  #result-wrapper #result-list {
    overflow: hidden;
  }
}
.search_zero {
  margin-top: 120px;
}
.block-info {
  margin: 20px 0;
}
.block-info .search-term-selected {
  font-weight: 700;
  margin-bottom: 10px;
}
.block-info .pagenumber {
  zoom: 1;
}
.block-info .pagenumber:before,
.block-info .pagenumber:after {
  content: " ";
  display: table;
}
.block-info .pagenumber:after {
  clear: both;
}
.block-info .pagenumber:before,
.block-info .pagenumber:after {
  content: " ";
  display: table;
}
.block-info .pagenumber:after {
  clear: both;
}
.block-info .pagenumber:after {
  content: "";
  display: block;
  clear: both;
}
.block-info .pagenumber:after {
  content: "";
  display: block;
  clear: both;
}
.block-info .pagenumber .paging-top {
  float: right;
  margin-bottom: 10px;
}
.block-info .pagenumber .paging-top .paginglist {
  margin: 0;
}
.block-info .pagenumber select.form-control {
  display: inline;
  width: 60px;
}
.block-info .pageinfo select {
  width: auto;
  display: inline-block;
}
.margin-block {
  margin-bottom: 0!important;
}
.fileout-message {
	margin: 5px 0;
    font-size: 124%;
    color: #ff0000;
}
select.form-control {
  background-image: none;
  padding: 0 0 0 5px!important;
  line-height: 200%;
}
#searchbox.lower-page {
  min-height: 0;
  padding: 0;
}
#searchbox.lower-page .searchformcontents {
  padding-top: 18px;
}
#searchbox.lower-page .searchformcontents a {
  color: #fff;
}
@media (min-width: 768px) {
  #searchbox.lower-page .searchformcontents .searchboxheader {
    text-align: right;
  }
  #searchbox.lower-page .searchformcontents .fulltext-area {
    margin-top: 5px;
  }
}
#searchbox.lower-page .searchformcontents a.link-page {
  padding-left: 10px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  #searchbox.lower-page .searchformcontents .searchboxheader {
    margin-bottom: 5px;
  }
  #searchbox.lower-page .searchformcontents ul.tab_index_list {
    text-align: left;
    padding-left: 4%;
  }
}
#searchbox.lower-page ul.list-inline {
  margin-top: 5px;
}
#searchbox.lower-page ul.list-inline li {
  display: inline;
}
#searchbox.lower-page ul.list-inline li a {
  font-size: 14px;
  padding: 8px 15px;
  margin-right: 10px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
}
#searchbox.lower-page ul.list-inline li.active a {
  background: #fff;
  color: #333;
}
#searchbox.lower-page .searchforminput {
  width: 90%;
}
#searchbox.lower-page .searchbtn {
  width: 100%;
}
#searchbox.lower-page .fulltext-area {
  margin-top: 5px;
  text-align: left;
}
#searchbox.lower-page .fulltext-area label.fulltext {
  font-size: 14px;
  color: #fff;
}
#searchbox.lower-page .fulltext-area a.link-page {
  font-size: 14px;
  padding: 8px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 991px) {
  #searchbox.lower-page .fulltext-area {
    padding-left: 4%;
  }
}
a.collapse-facet-toggle {
  width: 100%;
  margin: 10px 0;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
a.collapse-facet-toggle:before {
  content: "\f077";
  font-family: FontAwesome;
  padding-right: 5px;
}
a.collapse-facet-toggle.collapsed:before {
  content: "\f078";
}
@media (min-width: 768px) {
  a.collapse-facet-toggle {
    display: none;
  }
  #collapse-facet {
    display: block!important;
    visibility: visible!important;
  }
}
#facet-wrapper .sidebar {
  margin: 20px 0;
}
#facet-wrapper .sidebar .facet-title {
  margin-bottom: 30px;
  padding: 10px 5px;
  text-align: center;
  background: #f5f5f5;
  font-size: 16px;
}
#facet-wrapper .sidebar h3 {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: dotted 1px #ddd;
  font-size: 18px;
  color: #555555;
}
#facet-wrapper .sidebar .panel-body {
  margin-bottom: 40px;
}
#facet-wrapper .sidebar .panel-body ul.nav li {
  zoom: 1;
  margin-bottom: 5px;
}
#facet-wrapper .sidebar .panel-body ul.nav li:before,
#facet-wrapper .sidebar .panel-body ul.nav li:after {
  content: " ";
  display: table;
}
#facet-wrapper .sidebar .panel-body ul.nav li:after {
  clear: both;
}
#facet-wrapper .sidebar .panel-body ul.nav li:before,
#facet-wrapper .sidebar .panel-body ul.nav li:after {
  content: " ";
  display: table;
}
#facet-wrapper .sidebar .panel-body ul.nav li:after {
  clear: both;
}
#facet-wrapper .sidebar .panel-body ul.nav li:after {
  content: "";
  display: block;
  clear: both;
}
#facet-wrapper .sidebar .panel-body ul.nav li:after {
  content: "";
  display: block;
  clear: both;
}
#facet-wrapper .sidebar .panel-body ul.nav li label {
  font-weight: 500;
  display: block;
  float: left;
  text-indent: -16px;
  margin-left: 16px;
}
#facet-wrapper .sidebar .panel-body ul.nav li .badge {
  color: #999;
  float: right;
  min-width: 50px;
}
#facet-wrapper .sidebar .panel-body a.more {
  padding: 10px 0;
}
#facet-wrapper .sidebar .award-year {
  width: 260px;
  margin: 0 auto 40px auto;
}
#facet-wrapper .sidebar .award-year #chart {
  width: 245px;
}
#facet-wrapper .sidebar .award-year #slider-wrap #slider {
  margin-bottom: 10px;
  width: 245px;
}
#facet-wrapper .sidebar .award-year #slider-wrap .form-group {
  display: inline-block;
}
#facet-wrapper .sidebar .award-year #slider-wrap .form-group .form-control {
  width: 50px;
  text-align: center;
  padding: 2px 4px;
}
#facet-wrapper .sidebar .award-year #slider-wrap .form-group .btn {
  text-align: center;
}
#facet-wrapper .sidebar .award-year #slider-wrap .form-group .btn.update {
  font-family: FontAwesome;
  width: 36px;
}
#facet-wrapper .sidebar .award-year #slider-wrap .form-group .btn.clear {
  width: 60px;
}
@media (min-width: 768px) {
  #facet-wrapper .sidebar {
    margin: 20px 40px 20px 20px;
    padding-right: 20px;
    border-right: solid 1px #eeeeee;
  }
}
.listContainer ul li {
  margin-bottom: 40px;
}
.listContainer ul li .listitem {
  border-radius: 4px;
  background: #f5f5f5;
  padding: 0;
}
.listContainer ul li .listitem .summary-table,
.listContainer ul li .listitem .area {
  margin: 20px;
}
h3.item_mainTitle {
  margin: 0!important;
  padding-top: 0!important;
  width: 100%;
  border-radius: 4px 4px 0 0;
}
h3.item_mainTitle div {
  padding: 10px 20px!important;
}
h3.item_mainTitle div.title {
  -moz-box-flex: 1.0;
  -webkit-box-flex: 1.0;
  -o-box-flex: 1.0;
  -ms-box-flex: 1.0;
}
h3.item_mainTitle div.ptype.area {
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #fff;
}
h3.item_mainTitle div.ptype.project {
  padding: 0;
  font-size: 12px;
}
h3.item_mainTitle div a {
  line-height: 160%;
}
@media (max-width: 767px) {
  h3.item_mainTitle .ptype {
    background: #dddddd;
    width: 100%;
  }
  h3.item_mainTitle .ptype.area {
    background: #e49912;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .listContainer ul li h3.item_mainTitle {
    border-right: #dddddd solid 120px;
  }
  .listContainer ul li.area h3.item_mainTitle {
    border-right: #e49912 solid 120px;
  }
  .listContainer ul li h3.item_mainTitle {
    position: relative;
    zoom: 1;
  }
  .listContainer ul li h3.item_mainTitle:before,
  .listContainer ul li h3.item_mainTitle:after {
    content: " ";
    display: table;
  }
  .listContainer ul li h3.item_mainTitle:after {
    clear: both;
  }
  .listContainer ul li h3.item_mainTitle:before,
  .listContainer ul li h3.item_mainTitle:after {
    content: " ";
    display: table;
  }
  .listContainer ul li h3.item_mainTitle:after {
    clear: both;
  }
  .listContainer ul li h3.item_mainTitle:after {
    content: "";
    display: block;
    clear: both;
  }
  .listContainer ul li h3.item_mainTitle:after {
    content: "";
    display: block;
    clear: both;
  }
  .listContainer ul li h3.item_mainTitle .title {
    float: left;
  }
  .listContainer ul li h3.item_mainTitle .ptype {
    float: right;
    width: 120px;
    margin-right: -120px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -19px;
    padding: 10px 0!important;
  }
}
.summary-pre {
  zoom: 1;
  margin-bottom: 10px;
}
.summary-pre:before,
.summary-pre:after {
  content: " ";
  display: table;
}
.summary-pre:after {
  clear: both;
}
.summary-pre:before,
.summary-pre:after {
  content: " ";
  display: table;
}
.summary-pre:after {
  clear: both;
}
.summary-pre:after {
  content: "";
  display: block;
  clear: both;
}
.summary-pre:after {
  content: "";
  display: block;
  clear: both;
}
.summary-pre h3,
.summary-pre .award-num,
.summary-pre ul {
  float: left;
}
.summary-pre .award-num {
  margin-right: 20px;
}
.summary-pre ul li {
  display: inline;
  margin-right: 10px;
  padding: 3px 10px;
  color: #fff;
}
.listitem > .area {
  border-top: solid 4px #fff;
  margin: 0!important;
  padding: 20px 20px 0 20px;
}
.listitem > .area p {
  background: #fff;
  margin-bottom: 20px;
  padding: 15px 20px;
  font-size: 14px;
}
table.summary-table th,
table.summary-table td {
  padding-bottom: 10px;
  padding-right: 12px;
  line-height: 160%;
  vertical-align: top;
}
table.summary-table th {
  font-weight: 700;
  font-size: 14px;
}
.ja table.summary-table th {
  width: 210px;
}
.en table.summary-table th {
  width: 260px;
}
@media (max-width: 767px) {
  .ja table.summary-table th, .en table.summary-table th {
    width:auto;
  }
}
table.summary-table th .award_amount_help {
  font-size: 12px;
}
table.summary-table td h4 span {
  padding-right: 15px;
  font-weight: bold;
}
table.summary-table td h5 {
  padding-right: 15px;
  font-weight: bold;
  margin-top: 3px;
}
table.summary-table td h5:nth-of-type(n+2) {
  margin-top: 10px;
}
table.summary-table td span.fiscal_year {
  font-weight: 700;
}
table.summary-table td span.pstatus {
  background: #143872;
  color: #fff;
  margin: 0 10px;
  padding: 3px 10px;
  border-radius: 4px;
}
table.summary-table td span.converted_jpy_cost {
  color: #666666;
  font-size: 0.9em;
  padding-left: 15px;
}
#chart {
  position: relative;
  margin-bottom: -13px;
}
@media (max-width: 767px) {
  #chart {
    position: relative;
    margin-bottom: -15px;
  }
}
.area {
  stroke: #D3DEF5;
  fill: #D3DEF5;
}
.tooltip {
  position: absolute;
  text-align: center;
  background: #143872;
  border: none;
  color: #fff;
  border-radius: 3px;
  pointer-events: none;
  padding: 4px;
}
.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}
.x.axis path {
  display: none;
}
.line {
  fill: none;
  stroke: #203E80;
  stroke-width: 1.5px;
}
.overlay {
  fill: none;
  pointer-events: all;
}
.focus circle {
  fill: #fff;
  stroke: #143872;
}
#slider-wrap {
  margin: 0;
}
#slider-wrap input {
  width: 4em;
  text-align: center;
}
#slider {
  margin: 10px 5px 15px;
  background: #eeeeee;
  border: none;
}
.ui-widget-header {
  background: #143872 !important;
}
.ui-slider .ui-slider-handle {
  width: 7px!important;
  margin-left: -3px !important;
}
#listings-page {
  max-width: 1080px;
  padding: 0 10px;
  margin-top: 10px;
}
#listings-page .year-tab {
  margin-bottom: 40px;
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
}
#listings-page .breadcrumb {
  float: left;
}
#listings-page .details-heading {
  padding: 40px 0 10px 0;
  margin-bottom: 20px;
  border-bottom: dotted 1px #ddd;
}
#listings-page #heading-tabs {
  border-bottom: None;
}
#listings-page .details-heading h2 {
  display: inline;
  font-size: 24px;
  color: #555555;
}
#listings-page .details-heading .count {
  color: #555555;
}
#listings-page .conditions {
  margin-bottom: 10px;
}
#listings-page .conditions p {
  text-align: right;
}
#listings-page .conditions p a {
  line-height: 32px;
  padding: 5px;
  background: #eeeeee;
  margin-left: -6px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  border: solid 1px #ddd;
  white-space: nowrap;
}
#listings-page .conditions p a.clicked,
#listings-page .conditions p a:hover {
  background: #143872;
  border-top: solid 1px #143872;
  border-right: solid 1px #143872;
  border-bottom: solid 1px #143872;
  color: #fff;
}
#listings-page .conditions p a.clicked:first-child,
#listings-page .conditions p a:hover:first-child {
  border-left: solid 1px #143872;
}
@media (min-width: 768px) {
  #listings-page .conditions p a {
    padding: 5px 10px;
  }
  #listings-page .conditions p a:first-child {
    border-radius: 4px 0 0 4px;
  }
  #listings-page .conditions p a:last-child {
    border-radius: 0 4px 4px 0;
  }
}
@media (max-width: 768px) {
  #listings-page .year-tab {
    margin-top: -40px;
  }
}
#listings-page .breadcrumb {
  margin: 20px 0;
}
#listings-page .summary-area {
  margin-top: 20px;
  border-radius: 4px;
  background: #f5f5f5;
}
#listings-page .summary-area .page-title {
  zoom: 1;
  width: 100%;
  border-radius: 4px 4px 0 0;
}
#listings-page .summary-area .page-title:before,
#listings-page .summary-area .page-title:after {
  content: " ";
  display: table;
}
#listings-page .summary-area .page-title:after {
  clear: both;
}
#listings-page .summary-area .page-title:before,
#listings-page .summary-area .page-title:after {
  content: " ";
  display: table;
}
#listings-page .summary-area .page-title:after {
  clear: both;
}
#listings-page .summary-area .page-title:after {
  content: "";
  display: block;
  clear: both;
}
#listings-page .summary-area .page-title:after {
  content: "";
  display: block;
  clear: both;
}
#listings-page .summary-area .page-title h1 {
  font-size: 24px;
  line-height: 140%;
  padding: 12px 20px 8px 20px;
}
#listings-page .summary-area .page-title .ptype {
  padding: 10px 20px!important;
  font-size: 14px;
  margin: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #listings-page .summary-area .page-title .ptype {
    width: 100%;
    background: #dddddd;
  }
  #listings-page .summary-area .page-title .ptype.area {
    background: #e49912;
    color: #fff;
  }
}
@media (min-width: 768px) {
  #listings-page .summary-area .page-title {
    position: relative;
    border-right: #dddddd solid 120px;
    zoom: 1;
  }
  #listings-page .summary-area .page-title:before,
  #listings-page .summary-area .page-title:after {
    content: " ";
    display: table;
  }
  #listings-page .summary-area .page-title:after {
    clear: both;
  }
  #listings-page .summary-area .page-title:before,
  #listings-page .summary-area .page-title:after {
    content: " ";
    display: table;
  }
  #listings-page .summary-area .page-title:after {
    clear: both;
  }
  #listings-page .summary-area .page-title:after {
    content: "";
    display: block;
    clear: both;
  }
  #listings-page .summary-area .page-title:after {
    content: "";
    display: block;
    clear: both;
  }
  #listings-page .summary-area .page-title.area {
    border-right: #e49912 solid 120px;
  }
  #listings-page .summary-area .page-title.area .ptype {
    color: #fff;
  }
  #listings-page .summary-area .page-title h1 {
    float: left;
  }
  #listings-page .summary-area .page-title .ptype {
    float: right;
    width: 120px;
    margin-right: -120px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -19px;
    padding: 10px 0!important;
  }
}
#listings-page .summary-area .area-list {
  border-top: solid 4px #fff;
  padding: 20px 20px 0 20px;
}
#listings-page .summary-area .area-list p {
  background: #fff;
  padding: 15px 20px;
  font-size: 14px;
}
#listings-page .summary-area .listing-row {
  margin: 20px;
}
#listings-page .summary-area .listing-row {
  padding-bottom: 20px;
}
#listings-page .summary-area .link_files {
  text-align: right;
  margin-top: 20px;
  padding: 20px 10px 10px 10px;
  border-top: dotted 1px #ddd;
}
#listings-page .summary-area .link_files li {
  display: inline;
  padding-left: 20px;
}
#listings-page #product_list {
  border-radius: 4px;
  overflow: hidden;
  zoom: 1;
}
#listings-page #product_list:before,
#listings-page #product_list:after {
  content: " ";
  display: table;
}
#listings-page #product_list:after {
  clear: both;
}
#listings-page #product_list:before,
#listings-page #product_list:after {
  content: " ";
  display: table;
}
#listings-page #product_list:after {
  clear: both;
}
#listings-page #product_list:after {
  content: "";
  display: block;
  clear: both;
}
#listings-page #product_list:after {
  content: "";
  display: block;
  clear: both;
}
#listings-page #product_list li {
  zoom: 1;
}
#listings-page #product_list li:before,
#listings-page #product_list li:after {
  content: " ";
  display: table;
}
#listings-page #product_list li:after {
  clear: both;
}
#listings-page #product_list li:before,
#listings-page #product_list li:after {
  content: " ";
  display: table;
}
#listings-page #product_list li:after {
  clear: both;
}
#listings-page #product_list li:after {
  content: "";
  display: block;
  clear: both;
}
#listings-page #product_list li:after {
  content: "";
  display: block;
  clear: both;
}
#listings-page #product_list li:nth-child(2n+1) {
  background: #f5f5f5;
}
#listings-page #product_list li:nth-child(2n+0) {
  background: #fefefe;
}
#listings-page #product_list li h4 {
  zoom: 1;
  display: block;
  position: relative;
  text-decoration: none;
  padding: 15px 30px 15px 20px;
}
#listings-page #product_list li h4:before,
#listings-page #product_list li h4:after {
  content: " ";
  display: table;
}
#listings-page #product_list li h4:after {
  clear: both;
}
#listings-page #product_list li h4:before,
#listings-page #product_list li h4:after {
  content: " ";
  display: table;
}
#listings-page #product_list li h4:after {
  clear: both;
}
#listings-page #product_list li h4:after {
  content: "";
  display: block;
  clear: both;
}
#listings-page #product_list li h4:after {
  content: "";
  display: block;
  clear: both;
}
#listings-page #product_list li h4 .year {
  font-size: 16px;
  color: #ccc;
  font-weight: bold;
}
#listings-page #product_list li a {
  padding: 15px 30px 15px 20px;
  display: block;
  position: relative;
  text-decoration: none;
}
#listings-page #product_list li a h4 {
  padding: 0;
}
#listings-page #product_list li a:after {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  color: #ccc;
}
#listings-page #product_list li .accordion-body {
  padding: 0 20px 20px 20px;
}
#listings-page #product_list li .accordion-body ul.list-unstyled {
  padding: 20px 10px 0 10px;
  background: #fff;
  border: solid 1px #eeeeee;
  border-radius: 4px;
  overflow: hidden;
}
#listings-page #product_list li .accordion-body ul.list-unstyled li {
  zoom: 1;
  background: none!important;
  padding: 0 10px;
}
#listings-page #product_list li .accordion-body ul.list-unstyled li:before,
#listings-page #product_list li .accordion-body ul.list-unstyled li:after {
  content: " ";
  display: table;
}
#listings-page #product_list li .accordion-body ul.list-unstyled li:after {
  clear: both;
}
#listings-page #product_list li .accordion-body ul.list-unstyled li:before,
#listings-page #product_list li .accordion-body ul.list-unstyled li:after {
  content: " ";
  display: table;
}
#listings-page #product_list li .accordion-body ul.list-unstyled li:after {
  clear: both;
}
#listings-page #product_list li .accordion-body ul.list-unstyled li:after {
  content: "";
  display: block;
  clear: both;
}
#listings-page #product_list li .accordion-body ul.list-unstyled li:after {
  content: "";
  display: block;
  clear: both;
}
#listings-page #product_list li .accordion-body ul.list-unstyled li:last-child {
  padding-bottom: 10px;
}
#listings-page #product_list li .accordion-body ul.list-unstyled li h5 {
  margin: 0 10px 10px 0;
  font-weight: bold;
  min-width: 120px;
}
#listings-page #product_list li .accordion-body ul.list-unstyled li div {
  font-size: 12px;
  padding-bottom: 10px;
}
#listings-page #product_list li .accordion-body ul.list-unstyled li div a {
  display: inline;
}
#listings-page #product_list li .accordion-body ul.list-unstyled li div p:not(:last-child) {
  padding-bottom: 3px;
}
#listings-page #product_list li .accordion-body ul.list-unstyled li div p span {
  padding-left: 10px;
  font-weight: bold;
}
#listings-page #product_list li .accordion-body ul.list-unstyled li div p span:first-child {
  padding-left: 0;
}
#listings-page #product_list li .accordion-body ul.list-unstyled li a {
  padding: 0;
  background: none;
}
#listings-page #product_list li .accordion-body ul.list-unstyled li a:after {
  content: "";
}
#listings-page #product_list li .disp_doi {
  padding: 5px 0 0 10px;
  background: #fff;
  border: solid 1px #eeeeee;
  border-radius: 4px;
  overflow: hidden;
}
#listings-page #product_list li .disp_doi a:after {
  content: "";
  position: relative;
  right: 0;
  top: 0;
  margin-top: 0;
}
#listings-page #product_list li .disp_doi a {
  display: inline;
  padding: 0 0 0 20px;
}
#listings-page .details-list {
  border-radius: 4px;
  overflow: hidden;
}
#listings-page .details-list li {
  padding: 15px 30px 15px 20px;
}
#listings-page .details-list li.detail {
  zoom: 1;
}
#listings-page .details-list li.detail:before,
#listings-page .details-list li.detail:after {
  content: " ";
  display: table;
}
#listings-page .details-list li.detail:after {
  clear: both;
}
#listings-page .details-list li.detail:before,
#listings-page .details-list li.detail:after {
  content: " ";
  display: table;
}
#listings-page .details-list li.detail:after {
  clear: both;
}
#listings-page .details-list li.detail:after {
  content: "";
  display: block;
  clear: both;
}
#listings-page .details-list li.detail:after {
  content: "";
  display: block;
  clear: both;
}
#listings-page .details-list li:nth-child(2n+1) {
  background: #f5f5f5;
}
#listings-page .details-list li:nth-child(2n+0) {
  background: #fefefe;
}
#listings-page .details-list li .list-title a {
  /*
					font-size: 14px;
					font-weight: bold;
					*/
}
#listings-page .details-list li .list-title a:hover {
  background: none;
}
#listings-page .details-list li a:hover {
  background: #C0E1D7;
}
#listings-page .details-list li a:hover:after {
  color: #143872;
}
#listings-page .details-list li .link_files {
  float: right;
  text-align: right;
}
#listings-page .details-list li .link_files li {
  display: inline;
  padding: 0 0 0 20px;
  background: none;
  white-space: nowrap;
}
#listings-page .details-list li .link_files li a:hover {
  background: none;
}
#listings-page .listing-footer {
  margin: 40px 0;
}
#listings-page .listing-footer .footer-links {
  margin-bottom: 10px;
}
#listings-page .listing-footer .footer-links input[type="text"] {
  max-width: 100%;
}
@media (min-width: 768px) {
  #listings-page {
    margin: 48px auto 10px auto;
  }
}
.report-page .report-title {
  zoom: 1;
  padding: 20px 0 10px 0;
  margin-bottom: 10px;
  border-bottom: dotted 1px #ddd;
}
.report-page .report-title:before,
.report-page .report-title:after {
  content: " ";
  display: table;
}
.report-page .report-title:after {
  clear: both;
}
.report-page .report-title:before,
.report-page .report-title:after {
  content: " ";
  display: table;
}
.report-page .report-title:after {
  clear: both;
}
.report-page .report-title:after {
  content: "";
  display: block;
  clear: both;
}
.report-page .report-title:after {
  content: "";
  display: block;
  clear: both;
}
.report-page .report-title h2 {
  font-size: 30px;
  float: left;
  line-height: 140%;
}
.report-page ul.related-files {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
}
.report-page ul.related-files li {
  display: inline;
  padding-right: 20px;
}
.report-page dl dt {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}
.report-page dl dd {
  margin-bottom: 20px;
}
.error-content {
  width: 880px;
  margin: 140px auto 100px auto;
}
.error-content h1 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: dotted 1px #ddd;
  font-size: 30px;
  color: #666;
}
.error-content p {
  font-size: 14px;
}
.highlight {
  background-color: #FFD24D;
  color: #000;
  padding: 2px 0 !important;
}

.btn-master {
	width: 100%;
}
/* Unique to jst */
/* Unique to jst */
/* Unique to jst */
@media (min-width: 480px) {
  body.jst .navbar-brand.headerlogo {
    background: url("../images/jst_logo_ja.png") no-repeat 10px 10px;
    width: 332px;
  }
  body.jst.en .navbar-brand.headerlogo {
    background-image: url("../images/jst_logo_en.png");
  }
}
@media (max-width: 767px) {
  body.jst .navbar-brand.headerlogo {
    background: url("../images/jst_logo_ja_sp.png") no-repeat 10px center;
    background-size: 90% auto;
    max-width: 240px;
    margin-top: 5px;
  }
  body.jst.en .navbar-brand.headerlogo {
    background-image: url("../images/jst_logo_en_sp.png");
  }
}
/* Unique to jst */
/* Unique to jst */
/* Unique to jst */
@media (min-width: 480px) {
  body.kakenhi .navbar-brand.headerlogo {
    background: url("../images/kaken_logo_ja.png?20170706") no-repeat 10px 10px;
    width: 180px;
  }
  body.kakenhi.en .navbar-brand.headerlogo {
    background-image: url("../images/kaken_logo_en.png?20170706");
  }
}
@media (max-width: 767px) {
  body.kakenhi .navbar-brand.headerlogo {
    background: url("../images/kaken_logo_ja_sp.png?20170706") no-repeat 10px center;
    background-size: 90% auto;
    max-width: 180px;
    margin-top: 5px;
  }
  body.kakenhi.en .navbar-brand.headerlogo {
    background-image: url("../images/kaken_logo_en_sp.png?20170706");
  }
}
body.kakenhi h1.homesystemname {
  padding-left: 0;
}
body.kakenhi .listContainer ul li .listitem .summary-table {
  width: 100%;
  margin: 0;
  border-top: solid 4px #fff;
}
body.kakenhi .listContainer ul li .listitem .summary-table th,
body.kakenhi .listContainer ul li .listitem .summary-table td {
  padding-left: 20px;
  padding-right: 20px;
}

body.kakenhi .listContainer ul li .listitem .summary-table tr:first-child th,
body.kakenhi .listContainer ul li .listitem .summary-table tr:first-child td {
  padding-top: 20px;
}
body.kakenhi .listContainer ul li .listitem .summary-table tr:last-child th,
body.kakenhi .listContainer ul li .listitem .summary-table tr:last-child td {
  padding-bottom: 20px;
}
body.kakenhi #listings-page .summary-area .listing-row {
  border-top: solid 4px #fff;
  margin: 0;
  padding: 20px;
}
@media (max-width: 767px) {
  body.kakenhi .btn-toggle-advsearch {
    width: auto;
    padding-right: 20px;
  }
}
body.kakenhi .kakenhi-footer-logo {
  margin-right: 10px;
}
body.kakenhi #listings-page .details-list li,
body.jst #listings-page .details-list li {
  padding: 5px 0 20px 0;
  background: none;
}

@media (min-width: 480px) {
  body.s_grant .navbar-brand.headerlogo {
    background: url("../images/grants_logo_ja.png") no-repeat 10px 10px;
    width: 332px;
  }
  body.s_grant.en .navbar-brand.headerlogo {
    background-image: url("../images/grants_logo_en.png");
  }
}
@media (max-width: 767px) {
  body.s_grant .navbar-brand.headerlogo {
    background: url("../images/grants_logo_ja.png") no-repeat 10px center;
    background-size: 90% auto;
    max-width: 240px;
    margin-top: 5px;
  }
  body.s_grant.en .navbar-brand.headerlogo {
    background-image: url("../images/grants_logo_en.png");
  }
}
body.s_grant h1.homesystemname {
  padding-left: 0;
}
body.s_grant .listContainer ul li .listitem .summary-table {
  width: 100%;
  margin: 0;
  border-top: solid 4px #fff;
}
body.s_grant .listContainer ul li .listitem .summary-table th,
body.s_grant .listContainer ul li .listitem .summary-table td {
  padding-left: 20px;
  padding-right: 20px;
}
body.s_grant .listContainer ul li .listitem .summary-table tr:first-child th,
body.s_grant .listContainer ul li .listitem .summary-table tr:first-child td {
  padding-top: 20px;
}
body.s_grant .listContainer ul li .listitem .summary-table tr:last-child th,
body.s_grant .listContainer ul li .listitem .summary-table tr:last-child td {
  padding-bottom: 20px;
}
body.s_grant #listings-page .summary-area .listing-row {
  border-top: solid 4px #fff;
  margin: 0;
  padding: 20px;
}
@media (max-width: 767px) {
  body.s_grant .btn-toggle-advsearch {
    width: auto;
    padding-right: 20px;
  }
}
body.s_grant .kakenhi-footer-logo,
body.s_grant .jst-footer-logo {
  margin-right: 30px;
}
body.s_grant #listings-page .details-list li {
  padding: 5px 0 20px 0;
  background: none;
}

body.kakenhi #listings-page .details-list li a,
body.jst #listings-page .details-list li a,
body.s_grant #listings-page .details-list li a {
  background: #fff;
  font-size: 14.7px;
  padding: 10px 20px 10px 15px;
  line-height: 28px;
  border-radius: 9px;
}
body.jst .listContainer ul li .listitem .summary-table {
  width: 100%;
  margin: 0;
  border-top: solid 4px #fff;
}
body.jst .listContainer ul li .listitem .summary-table th,
body.jst .listContainer ul li .listitem .summary-table td {
  padding-left: 20px;
  padding-right: 20px;
}
body.jst .listContainer ul li .listitem .summary-table tr:first-child th,
body.jst .listContainer ul li .listitem .summary-table tr:first-child td {
  padding-top: 20px;
}
body.jst .listContainer ul li .listitem .summary-table tr:last-child th,
body.jst .listContainer ul li .listitem .summary-table tr:last-child td {
  padding-bottom: 20px;
}

body.kakenhi h3.item_mainTitle div,
body.s_grant h3.item_mainTitle div {
  padding: 15px 20px!important;
}

@media (min-width: 768px) {
	body.kakenhi .listContainer ul li h3.item_mainTitle .ptype,
	body.s_grant .listContainer ul li h3.item_mainTitle .ptype {
    	margin-top: 0;
	    transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
	    font-size: 11.5px;
	    line-height: 1.3em;
	}

	body.kakenhi #listings-page .summary-area .page-title .ptype,
	body.s_grant #listings-page .summary-area .page-title .ptype {
	    margin-top: 0;
	    transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
		font-size: 12px;
		line-height: 1.3em;
	}
}

.fault-message {
	color: #ff0000;
	font-size: 12pt;
	text-align: center;
	padding-bottom: 10px;
}

.select_range span {
	background-color: #c1e0ff;
}

.file_btn {
	margin: 0 10px;
}

.terms-message {
	font-size: 12pt;
	text-align: center;
	margin: 20px 0 0;
}
.terms-message p{
	line-height: normal;
}
.terms-message p.terms-info{
	color: #ff0000;
	font-weight: bold;
	font-size: 14pt;
}

.search-foreignFlag {
	white-space: normal !important;
}

.choice_type {
	width: 100px !important;
	vertical-align: top !important;
}

.output_type {
	width: 100px !important;
	vertical-align: top !important;
	margin-left: 10px;
}

.more_make_list {
	display: none;
}

.link_pointer {
	cursor: pointer;
}

#research-advance.in {
	height: auto;
}

div.treeselect {
    /* prevent user selection */
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* default */
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:13px;
    color: #555;
    text-decoration: none;
}

div.treeselect ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    overflow: hidden;
}

div.treeselect li.odd,
div.treeselect li.even {
    position: relative;
    padding: 0 0 0 20px;
    line-height: 20px;
    background-color: transparent;
}

div.treeselect li.tree-expanded i.tree-leaf-head, div.treeselect li.tree-collapsed i.tree-leaf-head {display:none;}
div.treeselect li.tree-expanded i.tree-branch-head, div.treeselect li.tree-collapsed i.tree-branch-head {display:inline;}
div.treeselect li.tree-leaf i.tree-branch-head {display:none;}
div.treeselect li.tree-leaf i.tree-leaf-head {display:inline;}

div.treeselect li i {
    cursor: pointer;
}

div.treeselect li .tree-label {
    cursor: pointer;
    display: inline;
}

.treeselect .treenode ul ul {
    margin: 0;
}

div.treeselect.tree-classic li.tree-expanded i {
    padding: 1px 10px;
    background: url("../images/folder.png") no-repeat;
}

div.treeselect.tree-classic li.tree-collapsed i {
    padding: 1px 10px;
    background: url("../images/folder-closed.png") no-repeat;
}

div.treeselect.tree-classic li.tree-leaf i {
    padding: 1px 10px;
    background: url("../images/file.png") no-repeat;
}

div.treeselect.tree-classic li .tree-selected {
    background-color: #aaddff;
    font-weight: bold;
}


div.treeselect.tree-light li.tree-expanded i {
    padding: 1px 10px;
    background: url("../images/node-opened-2.png") no-repeat;
}

div.treeselect.tree-light li.tree-collapsed i {
    padding: 1px 10px;
    background: url("../images/node-closed-2.png") no-repeat;
}

div.treeselect.tree-light li.tree-leaf i {
    padding: 1px 10px;
    width: 16px; height: 16px;
    background: none no-repeat;
}

div.treeselect ul li input[type=checkbox]:checked + label span {
    font-weight: bold;
}

div.treeselect.tree-dark li.tree-expanded i {
    padding: 1px 10px;
    background: url("../images/node-opened-light.png") no-repeat;
}

div.treeselect.tree-dark li.tree-collapsed i {
    padding: 1px 10px;
    background: url("../images/node-closed-light.png") no-repeat;
}

div.treeselect.tree-dark li.tree-leaf i {
    padding: 1px 10px;
    width: 16px; height: 16px;
    background: none no-repeat;
}

div.treeselect.tree-dark {
    color: #ddd;
}

.modal .modal-content div.treeselect ul li i {
  background: none;
  padding: 0;
  margin-right: 5px;
}
.modal .modal-content div.treeselect ul li i:before {
  font-family: FontAwesome;
  font-style: normal;
  font-size: 14px;
}

.modal .modal-content div.treeselect ul li.tree-expanded i:before {
  content: "\f147";
}

.modal .modal-content div.treeselect ul li.tree-collapsed i:before {
  content: "\f196";
}

.modal .modal-content div.treeselect ul li.tree-leaf i:before {
  content: "\f096";
}

.modal .modal-content div#treeBrowse-field div.treeselect ul li input[type=checkbox]:checked + label span:after {
  font-family: FontAwesome;
  font-style: normal;
  content: '\f00c';
  color: #143872;
}
.modal .modal-content div#tree-report_type div.treeselect ul li ul.depth2 li.tree-leaf input[type=checkbox]:checked+label span:after {
  font-family: FontAwesome;
  font-style: normal;
  content: '\f00c';
  color: #143872;
}
.modal .modal-content div#tree-report_type div.treeselect ul li.tree-leaf input[type=checkbox]:checked+label span:after {
  font-family: FontAwesome;
  font-style: normal;
  content: "\f00c";
  color: #143872;
}

.treewrapper {
    border: none;
}

.chzntree-search {
	padding: 0;
	margin-left: 10px;
    margin-bottom: 10px;
}

.chzntree-search input[type='text'].searching {
  background: none;
}

label.treeselect-title {
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  display:inline;
}

input.chosentree-results {
	display: none;
}

.treeselect span.treebusy, .treeselect span.treebusy.treeselect-expand.expanded, .treeselect span.treebusy.treeselect-expand.collapsed  {
  background:url(../images/icon_loading.gif) no-repeat 99% 12px !important;
}

.treeselect li.tree-expanded ul {
	display: block;
}

.treeselect li.tree-collapsed ul {
	display: none;
}

.select_institution_group {
	margin-left: 20px;
}

#listings-page #research_data_list {
  border-radius: 4px;
  overflow: hidden;
  zoom: 1;
}
#listings-page #research_data_list:before,
#listings-page #research_data_list:after {
  content: " ";
  display: table;
}
#listings-page #research_data_list:after {
  clear: both;
}
#listings-page #research_data_list:before,
#listings-page #research_data_list:after {
  content: " ";
  display: table;
}
#listings-page #research_data_list:after {
  clear: both;
}
#listings-page #research_data_list:after {
  content: "";
  display: block;
  clear: both;
}
#listings-page #research_data_list:after {
  content: "";
  display: block;
  clear: both;
}
#listings-page #research_data_list li {
  zoom: 1;
}
#listings-page #research_data_list li:before,
#listings-page #research_data_list li:after {
  content: " ";
  display: table;
}
#listings-page #research_data_list li:after {
  clear: both;
}
#listings-page #research_data_list li:before,
#listings-page #research_data_list li:after {
  content: " ";
  display: table;
}
#listings-page #research_data_list li:after {
  clear: both;
}
#listings-page #research_data_list li:after {
  content: "";
  display: block;
  clear: both;
}
#listings-page #research_data_list li:after {
  content: "";
  display: block;
  clear: both;
}
#listings-page #research_data_list li:nth-child(2n+1) {
  background: #f5f5f5;
}
#listings-page #research_data_list li:nth-child(2n+0) {
  background: #fefefe;
}
#listings-page #research_data_list li h4 {
  zoom: 1;
  display: block;
  position: relative;
  text-decoration: none;
  padding: 15px 30px 15px 20px;
}
#listings-page #research_data_list li h4:before,
#listings-page #research_data_list li h4:after {
  content: " ";
  display: table;
}
#listings-page #research_data_list li h4:after {
  clear: both;
}
#listings-page #research_data_list li h4:before,
#listings-page #research_data_list li h4:after {
  content: " ";
  display: table;
}
#listings-page #research_data_list li h4:after {
  clear: both;
}
#listings-page #research_data_list li h4:after {
  content: "";
  display: block;
  clear: both;
}
#listings-page #research_data_list li h4:after {
  content: "";
  display: block;
  clear: both;
}
#listings-page #research_data_list li h4 .year {
  font-size: 16px;
  color: #ccc;
  font-weight: bold;
}
#listings-page #research_data_list li a {
  padding: 15px 30px 15px 20px;
  display: block;
  position: relative;
  text-decoration: none;
}
#listings-page #research_data_list li a h4 {
  padding: 0;
}
#listings-page #research_data_list li a:after {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  color: #ccc;
}
#listings-page #research_data_list li .accordion-body {
  padding: 0 20px 20px 20px;
}
#listings-page #research_data_list li .accordion-body ul.list-unstyled {
  padding: 20px 10px 20px 10px;
  background: #fff;
  border: solid 1px #eeeeee;
  border-radius: 4px;
  overflow: hidden;
}
#listings-page #research_data_list li .accordion-body ul.list-unstyled li {
  zoom: 1;
  padding: 0 10px;
}
#listings-page #research_data_list li .accordion-body ul.list-unstyled > li {
  padding-top: 10px;
}
#listings-page #research_data_list li .accordion-body ul.list-unstyled li:before,
#listings-page #research_data_list li .accordion-body ul.list-unstyled li:after {
  content: " ";
  display: table;
}
#listings-page #research_data_list li .accordion-body ul.list-unstyled li:after {
  clear: both;
}
#listings-page #research_data_list li .accordion-body ul.list-unstyled li:before,
#listings-page #research_data_list li .accordion-body ul.list-unstyled li:after {
  content: " ";
  display: table;
}
#listings-page #research_data_list li .accordion-body ul.list-unstyled li:after {
  clear: both;
}
#listings-page #research_data_list li .accordion-body ul.list-unstyled li:after {
  content: "";
  display: block;
  clear: both;
}
#listings-page #research_data_list li .accordion-body ul.list-unstyled li:after {
  content: "";
  display: block;
  clear: both;
}
#listings-page #research_data_list li .accordion-body ul.list-unstyled li h5 {
  margin: 0 10px 10px 0;
  font-weight: bold;
  min-width: 120px;
}
#listings-page #research_data_list li .accordion-body ul.list-unstyled li div {
  font-size: 12px;
  padding-bottom: 10px;
}
#listings-page #research_data_list li .accordion-body ul.list-unstyled li div a {
  display: inline;
}
#listings-page #research_data_list li .accordion-body ul.list-unstyled li div p:not(:last-child) {
  padding-bottom: 3px;
}
#listings-page #research_data_list li .accordion-body ul.list-unstyled li div p span {
  padding-left: 10px;
  font-weight: bold;
}
#listings-page #research_data_list li .accordion-body ul.list-unstyled li div p span:first-child {
  padding-left: 0;
}
#listings-page #research_data_list li .accordion-body ul.list-unstyled li a {
  padding: 0;
  background: none;
}
#listings-page #research_data_list li .accordion-body ul.list-unstyled li a:after {
  content: "";
}
#listings-page #research_data_list li .accordion-body ul.list-unstyled .second_item li:first-child {
  padding-top: 10px;
}
#listings-page #research_data_list li .accordion-body ul.list-unstyled .second_item ul {
  border: solid 1px #eeeeee;
  border-radius: 4px;
}
#listings-page #research_data_list li .accordion-body ul.list-unstyled .second_item ul:not(:last-child) {
  margin-bottom: 10px;
}
#listings-page #research_data_list li .accordion-body ul.list-unstyled .second_item li {
  background: #ffffff;
}
#listings-page #research_data_list li .disp_doi {
  padding: 5px 0 0 10px;
  background: #fff;
  border: solid 1px #eeeeee;
  border-radius: 4px;
  overflow: hidden;
}
#listings-page #research_data_list li .disp_doi a:after {
  content: "";
  position: relative;
  right: 0;
  top: 0;
  margin-top: 0;
}
#listings-page #research_data_list li .disp_doi a {
  display: inline;
  padding: 0 0 0 20px;
}

.raw-text {
  white-space: pre-wrap;
}