@charset "utf-8";
/* Unique to research */
/* Unique to research */
.research .searchbox {
  background-color: #333333;
  background-image: -webkit-linear-gradient(top, #333333 0%, #4E4E4E 100%);
  background-image: -o-linear-gradient(top, #333333 0%, #4E4E4E 100%);
  background-image: linear-gradient(to bottom, #333333 0%, #4E4E4E 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff4e4e4e', GradientType=0);
}
.research .searchbox a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.research .searchbox .filter_radiobtnbox label {
  border-color: #EFF5F6;
}
.research .searchbox .filter_radiobtnbox label.checked {
  color: #333333;
  background-color: #EFF5F6;
}
.research .searchbox .filter_radiobtnbox label:hover:not(.checked) {
  background-color: #2D2D2D;
}
@media (max-width: 1023px) {
  .research .navbar {
    background-color: #333333;
  }
}
/* Unique to research */
* {
  -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: #fff;
}
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: #fff;
  border: 1px solid #ddd;
  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: 1024px) {
  .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 #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.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 #ddd;
}
.table .table {
  background-color: #fff;
}
.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 #ddd;
}
.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 #ddd;
}
.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: 1023px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .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;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  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 #ddd;
}
.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 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  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: 1024px) {
  .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 #ddd;
}
@media (min-width: 1024px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    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: #fff;
  }
}
.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: #fff;
  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: 1024px) {
  .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 #ddd;
}
@media (min-width: 1024px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    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: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.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: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;
}
.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;
}
:target {
  scroll-margin-top: 60px;
}
@-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: 1023px) {
  .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: 1023px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 1023px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 1023px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) 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: 1024px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) 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: 1023px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 1024px) 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: 1024px;
  font-size: 81.3%;
  font-family: Sans-Serif;
  color: #000000;
  line-height: 140%;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 1023px) {
  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: 1023px) {
  .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: 1em;
}
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: #666;
  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: #666;
  text-decoration: none;
  font-size: inherit;
}
li {
  zoom: 1;
}
button {
  cursor: pointer;
}
button:hover {
  cursor: pointer;
}
.btn,
.commonBtn {
  height: 24px;
  border: 1px solid #ccc;
  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: #ddd;
  background-image: -webkit-linear-gradient(top, #ddd 0%, #eaeaea 100%);
  background-image: -o-linear-gradient(top, #ddd 0%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #ddd 0%, #eaeaea 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdddddd', endColorstr='#ffeaeaea', GradientType=0);
}
@media (max-width: 1023px) {
  .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: #333;
}
@media (max-width: 1023px) {
  .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;
  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: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.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.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right 0;
  font-size: 1em;
  border: none;
  padding-left: 0 !important;
}
@media (max-width: 1023px) {
  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: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 1024px) {
  .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: 1023px) {
  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;
  padding-left: 22px;
}
.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.svg");
  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 (max-width: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .select-value {
    height: 32px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  .form-group-inline {
    display: inline-block;
  }
}
@media only screen and (min-width: 1px) {
  /*IE8-に適用なし*/
  label > input[type='checkbox'] {
    width: 0px;
    height: 0px;
    opacity: 0;
    outline: 1px solid #0055AA;
    border: none;
    vertical-align: sub;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  input[type='checkbox'] + .customCB {
    display: inline-block;
    width: 16px !important;
    height: 16px;
    background: white;
    border: 1px solid #CCC;
    border-top-color: #AAA;
    vertical-align: sub;
    border-radius: 2px;
    margin-right: 0.5rem;
  }
  input[type='checkbox']:checked + .customCB {
    background: #3A8AD9;
    background-image: url('../images/checkbox-on.svg');
    background-size: 16px;
    border: none;
  }
  input[type='checkbox']:focus + .customCB {
    outline: 1px solid #0055AA;
  }
}
@media only screen and (min-width: 1px) {
  /*IE8-に適用なし*/
  label > input[type='radio'] {
    width: 0px;
    height: 0px;
    opacity: 0;
    border: none;
    vertical-align: sub;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  input[type='radio'] + .customRB {
    display: inline-block;
    width: 16px !important;
    height: 16px;
    background: white;
    border: 1px solid #CCC;
    border-top-color: #AAA;
    vertical-align: sub;
    border-radius: 10px;
    margin-right: 0.5rem;
  }
  input[type='radio']:checked + .customRB {
    background: #3A8AD9;
    background-image: url('../images/radio-on.svg');
    background-size: 16px;
    border: none;
  }
  input[type='radio']:focus + .customRB {
    outline: 1px solid #0055AA;
  }
}
.authorsContainer .authorslist {
  background-position: 8px 0;
}
.cft-available .cfullTextBtn {
  background-position: 12px center;
}
.iconlabel {
  background-position: center;
}
.relateditem_section.relatedauthor li {
  background-position: 8px 3px;
}
.relateditem_section.relatedjournal li {
  background-position: 8px 3px;
}
.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");
  }
}
.navbar-toggle.button-menu {
  background-image: url("../images/ico-menu.svg");
  background-repeat: no-repeat;
  background-size: 28px;
}
.collapsed.navbar-toggle.button-menu {
  background-image: url("../images/ico-menu.svg");
  background-repeat: no-repeat;
  background-size: 28px;
}
.navbar-toggle.button-search {
  background-image: url("../images/ico-search.svg");
  background-repeat: no-repeat;
  background-size: 28px;
}
.collapsed.navbar-toggle.button-search {
  background-image: url("../images/ico-search.svg");
  background-repeat: no-repeat;
  background-size: 28px;
}
dl.paper_class {
  background-image: url("../images/classIcon-article.svg");
  background-repeat: no-repeat;
  background-size: 24px;
}
dl.book_class {
  background-image: url("../images/classIcon-book.svg");
  background-repeat: no-repeat;
  background-size: 24px;
}
dl.paper-dissertation_class {
  background-image: url("../images/classIcon-dissertation.svg");
  background-repeat: no-repeat;
  background-size: 24px;
}
dl.research_class {
  background-image: url("../images/classIcon-research1.svg");
  background-repeat: no-repeat;
  background-size: 24px;
}
dl.data_class {
  background-image: url("../images/classIcon-data.svg");
  background-repeat: no-repeat;
  background-size: 24px;
}
dl.author_class {
  background-image: url("../images/classIcon-author.svg");
  background-repeat: no-repeat;
  background-size: 24px;
}
dl.journal_class {
  background-image: url("../images/classIcon-journal.svg");
  background-repeat: no-repeat;
  background-size: 24px;
}
dl.library_class {
  background-image: url("../images/classIcon-library.svg");
  background-repeat: no-repeat;
  background-size: 24px;
}
dl.other_class {
  background-image: url("../images/classIcon-other.svg");
  background-repeat: no-repeat;
  background-size: 24px;
}
dl.elink_class {
  background-image: url("../images/classIcon-elink.svg");
  background-repeat: no-repeat;
  background-size: 24px;
}
.itemheading .paper_class {
  background-image: url("../images/classIcon-article.svg");
  background-repeat: no-repeat;
  background-size: 32px;
}
.itemheading .paper-dissertation_class {
  background-image: url("../images/classIcon-dissertation.svg");
  background-repeat: no-repeat;
  background-size: 32px;
}
.itemheading .book_class {
  background-image: url("../images/classIcon-book.svg");
  background-repeat: no-repeat;
  background-size: 32px;
}
.itemheading .research_class {
  background-image: url("../images/classIcon-research1.svg");
  background-repeat: no-repeat;
  background-size: 32px;
}
.itemheading .data_class {
  background-image: url("../images/classIcon-data.svg");
  background-repeat: no-repeat;
  background-size: 32px;
}
.itemheading .journal_class {
  background-image: url("../images/classIcon-journal.svg");
  background-repeat: no-repeat;
  background-size: 32px;
}
.itemheading .author_class {
  background-image: url("../images/classIcon-author.svg");
  background-repeat: no-repeat;
  background-size: 32px;
}
.itemheading .library_class {
  background-image: url("../images/classIcon-library.svg");
  background-repeat: no-repeat;
  background-size: 32px;
}
.itemheading .other_class {
  background-image: url("../images/classIcon-other.svg");
  background-repeat: no-repeat;
  background-size: 32px;
}
.authorsContainer .authorslist {
  background-image: url("../images/classIcon-author.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 8px 0;
}
#library-list .librarylist-item {
  background-image: url("../images/classIcon-library.svg");
  background-repeat: no-repeat;
  background-size: 24px;
}
.relateditem_section.relatedauthor li {
  background-image: url("../images/classIcon-author.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 8px 3px;
}
.relateditem_section.relatedjournal li {
  background-image: url("../images/classIcon-journal.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 8px 3px;
}
.facetOptionList .entityItem.paper_class .facetItemTitle {
  background-image: url("../images/classIcon-article.svg");
  background-repeat: no-repeat;
  background-size: 18px;
}
.facetOptionList .entityItem.paper-dissertation_class .facetItemTitle {
  background-image: url("../images/classIcon-dissertation.svg");
  background-repeat: no-repeat;
  background-size: 18px;
}
.facetOptionList .entityItem.book_class .facetItemTitle {
  background-image: url("../images/classIcon-book.svg");
  background-repeat: no-repeat;
  background-size: 18px;
}
.facetOptionList .entityItem.research_class .facetItemTitle {
  background-image: url("../images/classIcon-research1.svg");
  background-repeat: no-repeat;
  background-size: 18px;
}
.facetOptionList .entityItem.data_class .facetItemTitle {
  background-image: url("../images/classIcon-data.svg");
  background-repeat: no-repeat;
  background-size: 18px;
}
.facetOptionList .entityItem.journal_class .facetItemTitle {
  background-image: url("../images/classIcon-journal.svg");
  background-repeat: no-repeat;
  background-size: 18px;
}
.facetOptionList .entityItem.author_class .facetItemTitle {
  background-image: url("../images/classIcon-author.svg");
  background-repeat: no-repeat;
  background-size: 18px;
}
.facetOptionList .entityItem.library_class .facetItemTitle {
  background-image: url("../images/classIcon-library.svg");
  background-repeat: no-repeat;
  background-size: 18px;
}
.facetOptionList .entityItem.other_class .facetItemTitle {
  background-image: url("../images/classIcon-other.svg");
  background-repeat: no-repeat;
  background-size: 18px;
}
.facetOptionList .entityItem .facetItemTitle {
  background-position: 8px center;
}
.button-clearFacet {
  background-image: url("../images/classIcon-library.svg");
  background-repeat: no-repeat;
  background-size: 24px;
}
.button-balloon {
  display: inline-block;
  background-image: url("../images/ico-notice.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  height: 24px;
  width: 24px;
  text-indent: -9999px;
}
a.button-balloon:hover {
  cursor: default;
}
.button-help {
  display: inline-block;
  background-image: url("../images/ico-help.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  height: 24px;
  width: 24px;
  text-indent: -9999px;
  border-radius: 3px;
}
.button-help:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
/* Unique to research */
html {
  position: relative;
  min-height: 100%;
}
@media (max-width: 1023px) {
  body.showModal {
    position: fixed;
    height: 100;
    overflow: hidden;
  }
}
@media (max-width: 1023px) {
  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 #ddd;
  min-height: 32px;
}
@media (max-width: 1023px) {
  .heading {
    padding: 0 12px;
  }
}
.container-hasSubnav {
  display: table;
  vertical-align: top;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .container-hasSubnav .side_navigation {
    width: 100%;
    display: block;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .container-hasSubnav .side_navigation {
    padding-right: 80px;
    width: 280px;
  }
}
.container-hasFacet {
  display: table;
  vertical-align: top;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .container-hasFacet {
    display: block;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .container-hasFacet {
    margin-top: 20px;
  }
}
.container-hasFacet .maincontents {
  padding-right: 24px;
  padding-left: 24px;
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 1023px) {
  .container-hasFacet .maincontents {
    width: 100%;
    display: block;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .container-hasFacet .maincontents {
    padding-right: 80px;
  }
}
.container-hasFacet .leftPane {
  width: 280px;
  display: table-cell;
  vertical-align: top;
  padding-left: 24px;
}
@media (max-width: 1023px) {
  .container-hasFacet .leftPane {
    display: block;
    position: fixed;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    padding: 0;
    background: #FFFFFF;
    z-index: 10;
    left: -100%;
    transition: left 0.25s ease-out;
  }
}
@media (min-width: 1200px) {
  .container-hasFacet .leftPane {
    padding-left: 80px;
    width: 336px;
  }
}
.container-single {
  margin: 68px 24px 0;
  padding: 0 0 0 26px;
  display: block;
}
@media (max-width: 1023px) {
  .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: 1023px) {
  .container-single .content_heading {
    font-size: 1.4em;
  }
  .container-single .content_heading .en {
    font-size: 0.9em;
    line-height: 130%;
  }
}
@media (max-width: 1023px) {
  .container-single .content_heading {
    font-weight: bold;
  }
}
.showModal .container-hasFacet {
  overflow: hidden;
}
.showModal .container-hasFacet .leftPane {
  left: 0%;
  overflow: auto;
}
.jumbotron {
  padding: 80px 0 32px;
  background-color: #fff;
  text-align: center;
}
.jumbotron .homesystemname {
  display: inline-block;
  padding-left: 36px;
}
.jumbotron .container {
  max-width: 100%;
}
.jumbotron {
  padding: 120px 0 32px;
}
.jumbotron .homesystemname {
  padding-left: 0;
}
/* Unique to research */
.navbar {
  position: relative;
  min-height: 48px;
  margin-bottom: 0;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 1024px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (max-width: 1023px) {
  .navbar {
    height: auto;
    box-shadow: none;
  }
}
@media (min-width: 1024px) {
  .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: #fff;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1024px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    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: 1024px) and (min-device-width: 1024px) {
  .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: 1024px) {
  .navbar-header .navbar-collapse {
    max-height: 400px;
    width: 100%;
  }
}
@media (max-device-width: 1023px) {
  .navbar-header .navbar-collapse {
    width: 100%;
    border: 1px solid #ddd;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 1024px) {
  .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: 1024px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1024px) {
  .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: 1024px) {
  .navbar-header {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;
    border-width: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .navbar-header {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  padding: 14px 10px;
  line-height: 20px;
  height: 48px;
  z-index: 5;
}
.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: 1023px) {
  .navbar-brand.headerlogo {
    background-position: 16px center;
    width: 176px;
  }
}
@media (min-width: 1024px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  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-toggle.button-menu {
  margin-left: 10px;
}
.navbar-toggle .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-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1024px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-toggle.button-menu {
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.collapsed.navbar-toggle.button-menu {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-toggle.button-search {
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.collapsed.navbar-toggle.button-search {
  opacity: 1;
  filter: alpha(opacity=100);
}
.topscreen .navbar-toggle.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: #f4f4f4;
}
@media (max-width: 1023px) {
  .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: 1024px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media (max-width: 1023px) {
  .navbar-nav {
    margin: 0;
  }
}
.navbar-nav.menu-service-list {
  z-index: 100;
  position: relative;
  background-color: #fff;
}
.navbar-nav.menu-service-list .menu-service-item:hover {
  background-color: #f4f4f4;
}
@media screen and (min-width: 1024px) {
  .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: #666;
  text-decoration: none;
  font-size: inherit;
}
.navbar-nav.menu-utility-list {
  position: absolute;
  right: 8px;
}
@media screen and (max-width: 1023px) {
  .navbar-nav.menu-utility-list {
    right: 0;
    position: relative;
  }
}
.navbar-nav.menu-utility-list .menu-utility-item:hover {
  background-color: #fff;
}
.navbar-nav.menu-utility-list a,
.navbar-nav.menu-utility-list a:link,
.navbar-nav.menu-utility-list a:visited {
  color: #666;
  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: #666;
}
.navbar-nav .loginuserinfomobile {
  border-top: 1px solid #ddd;
}
.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: 1023px) {
  .navbar-brand.headerlogo {
    width: 176px;
    height: 48px;
    background-image: url("../images/ci_header_mobile_researches.png");
    background-repeat: no-repeat;
    background-size: 160px;
    top: 0;
  }
}
@media (max-width: 1023px) and (-webkit-device-pixel-ratio: 2) {
  .navbar-brand.headerlogo {
    background-image: url("../images/ci_header_mobile_researches@2x.png");
  }
}
/*
.navbar-nav{
	.menu-utility-item {
		padding: 4px @mobile-margin-leftright;
		line-height: 24px;
		@media (max-width: @screen-xs-max) {
			padding: 12px @mobile-margin-leftright;
		}	
	}
}

.navbar-header{
	min-width: 1024px;
	
	@media (min-width: @screen-sm-min){
		position: absolute;
		top: 0;
		width: 100%;
	}
	@media (min-width: @screen-lg-min) {
		position: absolute;
		top: 0;
		width: 100%;
	}
	@media (max-width: @screen-xs-max) {
		padding: 0;
		min-width: 0;
	}
}

@media (min-width: @grid-float-breakpoint){
	.navbar-header, .headermenu, .navbar-collapse.collapse{
		height: 0;
		min-height: 0;
	}
}

.navbar-collapse{
	background: transparent;

	@media (max-width: @screen-xs-max) {
		background: #FFFFFF !important;
		padding: 0;
	}	
}

.navbar-brand {
	&.headerlogo {
		.size(80px;32px);
		.backgroundsvg("@{img-ci-header-w}",52px);
		position: relative;
		top: 12px;
		
		@media (max-width: @screen-xs-max) {
			.size(176px;48px);
			.backgroundimage("@{img-headerlogo-mobile-research}",160px);
			top: 0;
		}
	}
}

.navbar-nav {
	&.menu-utility-list {
		top: 12px;
		.menu-utility-item{
			&:hover {
				background-color: rgba(255,255,255,0.1);
			}
		}
		a{
			&,&:link,&:visited{
				color:#DDDDDD;
				text-decoration: none;
			}
			&:hover,&:active,&:focus{
				color:#FFFFFF;
				font-size:inherit;
			}
		}
		
		@media (max-width: @screen-xs-max) {
			top: 0;
		}
	}
}

.topscreen{
	.navbar-nav {
		&.menu-utility-list {
			.menu-utility-item{
				&:hover {
					background-color:@navbar-service-link-active-bg;
				}
			}
			a{
				&,&:link,&:visited{
					color:#666666;
					text-decoration: none;
				}
				&:hover,&:active,&:focus{
					color:#0055AA;
					font-size:inherit;
				}
			}
		}
	}
}
*/
.otherServices-toggle {
  -webkit-appearance: none !important;
  background: transparent;
  background-position: center center;
  border: none;
  text-indent: -9999px;
  width: 44px;
}
.otherServices-toggle.button-menu {
  background-image: url("../images/ico-menu.svg");
  background-repeat: no-repeat;
  background-size: 28px;
}
.collapsed.otherServices-toggle.button-menu {
  background-image: url("../images/ico-menu.svg");
  background-repeat: no-repeat;
  background-size: 28px;
}
@media (max-width: 1023px) {
  .otherServices-toggle {
    display: none;
  }
}
.userInfo-toggle {
  -webkit-appearance: none !important;
  background: transparent;
  background-position: center center;
  border: none;
  text-indent: -9999px;
  width: 44px;
}
.userInfo-toggle.button-userinfo {
  background-image: url("../images/ico-user.svg");
  background-repeat: no-repeat;
  background-size: 28px;
}
.collapsed.userInfo-toggle.button-userinfo {
  background-image: url("../images/ico-user.svg");
  background-repeat: no-repeat;
  background-size: 28px;
}
@media (max-width: 1023px) {
  .userInfo-toggle {
    display: none;
  }
}
.topscreen .otherServices-toggle.button-menu {
  background-image: url("../images/ico-menu-bk.svg");
  background-repeat: no-repeat;
  background-size: 28px;
}
.collapsed.topscreen .otherServices-toggle.button-menu {
  background-image: url("../images/ico-menu-bk.svg");
  background-repeat: no-repeat;
  background-size: 28px;
}
.topscreen .userInfo-toggle.button-userinfo {
  background-image: url("../images/ico-user-bk.svg");
  background-repeat: no-repeat;
  background-size: 28px;
}
.collapsed.topscreen .userInfo-toggle.button-userinfo {
  background-image: url("../images/ico-user-bk.svg");
  background-repeat: no-repeat;
  background-size: 28px;
}
.otherServiceMenu {
  position: absolute;
  display: none;
  top: 48px;
  right: 8px;
  background: #FFFFFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  width: 240px;
}
.otherServiceMenu li {
  float: none;
}
.otherServiceMenu li a {
  display: block;
  position: relative;
  width: auto;
  line-height: 24px;
  padding: 12px 12px 12px 52px;
  background-position: 12px center;
}
.otherServiceMenu li a,
.otherServiceMenu li a:link,
.otherServiceMenu li a:visited {
  color: #666;
  text-decoration: none;
}
.otherServiceMenu li a:hover,
.otherServiceMenu li a:hover,
.otherServiceMenu li a:active,
.otherServiceMenu li a:focus {
  color: #0055aa;
  font-size: inherit;
}
.otherServiceMenu li .osm-ciA {
  background-image: url("../images/appIcon-ciArticles.svg");
  background-repeat: no-repeat;
  background-size: 28px;
}
.otherServiceMenu li .osm-ciB {
  background-image: url("../images/appIcon-ciBooks.svg");
  background-repeat: no-repeat;
  background-size: 28px;
}
.otherServiceMenu li .osm-ciD {
  background-image: url("../images/appIcon-ciDissertations.svg");
  background-repeat: no-repeat;
  background-size: 28px;
}
.otherServiceMenu li .osm-kaken {
  background-image: url("../images/appIcon-kaken.svg");
  background-repeat: no-repeat;
  background-size: 28px;
}
.otherServiceMenu li .osm-jairo {
  background-image: url("../images/appIcon-jairo.svg");
  background-repeat: no-repeat;
  background-size: 28px;
}
.otherServiceMenu li .osm-reo {
  background-image: url("../images/appIcon-reo.svg");
  background-repeat: no-repeat;
  background-size: 28px;
}
.otherServiceMenu li .osm-irdb {
  background-image: url("../images/appIcon-IRDB.svg");
  background-repeat: no-repeat;
  background-size: 28px;
}
@media (max-width: 1023px) {
  .otherServiceMenu {
    display: block;
    width: 100%;
    position: static;
    box-shadow: none;
    padding: 0;
  }
  .otherServiceMenu li {
    margin-bottom: 0;
  }
  .otherServiceMenu li a {
    display: block;
    width: auto;
    height: auto;
    line-height: 24px;
    padding: 12px 12px 12px 52px;
    text-align: left;
    vertical-align: middle;
    background-size: 28px !important;
    background-position: 12px center;
    /*
				span{
					display: inline;
					position: static;
				}
				*/
  }
}
@media print {
  .popover,
  .navbar-header {
    display: none !important;
    position: relative !important;
  }
}
.userInfo-popup {
  position: absolute;
  display: none;
  top: 48px;
  right: 52px;
  background: #FFFFFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  width: 240px;
}
.userInfo-popup .userinfo {
  padding: 12px;
  line-height: 24px;
  font-weight: bold;
}
.userInfo-popup .logoutBtn {
  display: block;
  position: relative;
  width: auto;
  line-height: 24px;
  padding: 8px 12px;
  text-align: right;
  border-top: 1px solid #DDDDDD;
  background: #f7f7f7;
}
.userInfo-popup .logoutBtn,
.userInfo-popup .logoutBtn:link,
.userInfo-popup .logoutBtn:visited {
  color: #666;
  text-decoration: none;
}
.userInfo-popup .logoutBtn:hover,
.userInfo-popup .logoutBtn:hover,
.userInfo-popup .logoutBtn:active,
.userInfo-popup .logoutBtn:focus {
  color: #0055aa;
  font-size: inherit;
}
.userInfo-popup .logoutBtn:hover {
  background: #F2F2F2;
}
@media (max-width: 1023px) {
  .userInfo-popup {
    display: block;
    width: 100%;
    position: static;
    box-shadow: none;
    padding: 0;
  }
  .userInfo-popup .logoutBtn {
    padding: 12px 12px;
    text-align: left;
    background: none;
  }
}
/*
.topscreen {
	.servicestop_information.hidden-xs {
		padding-top: 48px;
	}
}
*/
.skiplink {
  position: absolute;
  left: -9999px;
  top: 10px;
  line-height: 28px;
  padding: 0 4px;
  z-index: 999;
  color: #FFFFFF !important;
  text-decoration: none !important;
  background: #0055aa;
}
.skiplink:focus {
  left: auto;
}
/* Unique to research */
.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: 1023px) {
  .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: 1023px) {
  .topscreen .searchbox {
    display: block;
    padding: 12px 0;
  }
}
.searchbox .form-tabcontent {
  margin-bottom: 8px;
}
.searchbox .searchboxfooter {
  position: relative;
}
.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: 1em;
}
@media screen and (max-width: 1023px) {
  .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: 1023px) {
  .searchbox .searchFormContainer {
    display: block;
  }
}
.searchbox .searchFormContainer .searchformcontents {
  width: 908px;
}
@media screen and (max-width: 1023px) {
  .searchbox .searchFormContainer .searchformcontents {
    width: 100%;
  }
}
.searchbox .searchFormContainer .searchformcontents .advsearchbtn-area {
  top: 0;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .searchbtn,
  .searchbtn:link,
  .searchbtn:visited,
  .searchbtn:hover,
  .searchbtn:hover,
  .searchbtn:active,
  .searchbtn:focus {
    line-height: 40px;
  }
}
.searchbtn:active {
  background: #ddd;
  background-image: -webkit-linear-gradient(top, #ddd 0%, #eaeaea 100%);
  background-image: -o-linear-gradient(top, #ddd 0%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #ddd 0%, #eaeaea 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdddddd', endColorstr='#ffeaeaea', GradientType=0);
}
@media screen and (max-width: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .filter_radiobtnbox label {
    margin: 0;
    height: 40px;
    line-height: 40px;
  }
}
.filter_radiobtnbox input {
  margin: 0 4px 0;
}
@media screen and (min-width: 1024px) {
  .filter_radiobtnbox .filter_segmentControl {
    width: 596px;
  }
}
@media screen and (max-width: 1023px) {
  .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: 1023px) {
  .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: 1024px) {
  .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: 1023px) {
  .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: 1024px) {
  .filter_radiobtnbox .filter_segmentControl .filter_radiobtnbox-segmentarea1 {
    width: 96px;
  }
  .filter_radiobtnbox .filter_segmentControl .filter_radiobtnbox-segmentarea2 {
    width: 140px;
  }
  .filter_radiobtnbox .filter_segmentControl .filter_radiobtnbox-segmentarea3 {
    width: 360px;
  }
}
.btn-toggle-advsearch {
  display: block;
  width: auto;
  height: 30px;
  cursor: pointer;
}
.btn-toggle-advsearch .btn-toggle-advsearch-label {
  display: inline-block;
  width: auto;
  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: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  input[type="text"].main_srchterm {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
}
.advanced_search input[type="text"] {
  height: 28px;
}
@media screen and (max-width: 1023px) {
  .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: 1023px) {
  .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;
}
.searchbox {
  min-height: auto;
  padding: 12px 151.33333333px 4px 0;
}
.topscreen .searchbox {
  min-height: auto;
  padding: 24px 151.33333333px 4px 0;
}
@media screen and (max-width: 1023px) {
  .topscreen .searchbox {
    padding: 12px 0;
  }
}
@media screen and (max-width: 1023px) {
  .searchbox {
    padding: 12px 0;
  }
}
.searchbox .searchFormContainer {
  position: relative;
}
.searchbox .searchFormContainer .searchformcontents {
  width: 960px;
}
@media screen and (max-width: 1023px) {
  .searchbox .searchFormContainer .searchformcontents {
    width: 100%;
  }
}
.searchbox .searchFormContainer .searchformcontents .advsearchbtn-area {
  position: static;
}
@media screen and (max-width: 1023px) {
  .searchbox .searchFormContainer .searchformcontents .advsearchbtn-area {
    position: static;
    margin-top: 12px;
  }
  .searchbox .searchFormContainer .searchformcontents .advsearchbtn-area#btn-toggle-advsearch-bottom {
    margin-top: 0;
  }
}
.searchbox .row-textform.filter-fulltext,
.searchbox .row-textform.switch-ftr {
  margin-bottom: 0;
}
.searchbox .row-textform.filter-fulltext label,
.searchbox .row-textform.switch-ftr label {
  padding-left: 0;
}
.searchbox .searchboxfooter {
  margin-top: 12px;
}
.topscreen .searchbox .searchboxfooter {
  margin-top: 24px;
}
.searchbox label {
  color: white;
}
.searchbox .col-filter label {
  white-space: nowrap;
  line-height: 28px;
  margin-bottom: 0;
  padding-left: 12px;
}
@media screen and (max-width: 1023px) {
  .searchbox .col-filter label {
    line-height: 32px;
    padding-left: 0px;
  }
}
.searchbox .period {
  display: table;
}
.searchbox .period span {
  display: table-cell;
  width: 44%;
}
.searchbox .period input[type="text"] {
  width: 100%;
}
.searchbox .period .tilde {
  color: white;
  width: 1em;
  text-align: center;
}
.searchbox .period .advanced-search-condition-period {
  font-size: 0.9em;
}
.searchbox .volnum {
  display: table;
}
.searchbox .volnum span {
  display: table-cell;
  width: auto;
}
.searchbox .volnum span:nth-child(1),
.searchbox .volnum span:nth-child(2) {
  padding-right: 4px;
}
.searchbox .volnum input[type="text"] {
  width: 100%;
}
.searchbox .datasource-select {
  display: grid;
  grid-template-columns: repeat(5, auto);
  /* 旧レイアウト方策
		label {	padding-left: 8px; }
		label:nth-child(1),label:nth-child(7),label:nth-child(13) { width: 72px; padding-left: 0;}
		label:nth-child(2),label:nth-child(8),label:nth-child(14) { width: 108px;}
		label:nth-child(3),label:nth-child(9),label:nth-child(15) { width: 108px;}
		label:nth-child(4),label:nth-child(10),label:nth-child(16) { width: 124px;}
		label:nth-child(5),label:nth-child(11),label:nth-child(17) { width: 124px;}
		label:nth-child(6),label:nth-child(12),label:nth-child(18) { width: 180px;}

		@media screen and (max-width: @screen-xs-max) {
			display: flex;
			flex-wrap: wrap;
			label {
				width: auto !important;
				padding: 0;
				margin-right: 24px
			} 
		}
		*/
}
.searchbox .datasource-select label {
  padding-left: 0;
}
@media screen and (max-width: 1023px) {
  .searchbox .datasource-select {
    display: flex;
    flex-wrap: wrap;
  }
  .searchbox .datasource-select label {
    width: auto !important;
    padding: 0;
    padding-right: 24px;
  }
}
.searchbox .advanced-search-content {
  display: none;
}
.searchbox .advanced-search-content.active {
  display: block;
}
.searchbox input[type='checkbox']:focus + .customCB {
  outline: 1px solid #45C1ED;
}
.searchbox input[type='radio']:focus + .customRB {
  outline: 1px solid #45C1ED;
}
@media screen and (max-width: 1023px) {
  .searchbox .searchformlabel {
    padding-top: 0;
    height: 32px;
  }
}
.searchbox .btn-checkall {
  position: absolute;
  top: 28px;
  right: 0;
  background: none;
  border: none;
  text-shadow: none;
  color: #45C1ED;
}
@media screen and (max-width: 1023px) {
  .searchbox .btn-checkall {
    top: 0;
    right: 0;
  }
}
@media (min-width: 1024px) {
  .searchbox.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
  }
}
.btn-toggle-advsearch {
  display: block;
  width: auto;
  height: 30px;
  position: relative;
}
.btn-toggle-advsearch .btn-toggle-advsearch-label {
  background: none;
}
.btn-toggle-advsearch .btn-toggle-advsearch-label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 16px;
  width: 24px;
  height: 30px;
  background-image: url("../images/arrow-light.svg");
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 1023px) {
  .btn-toggle-advsearch .btn-toggle-advsearch-label:before {
    width: 24px;
    height: 36px;
    line-height: 36px;
  }
}
.english .btn-toggle-advsearch .btn-toggle-advsearch-label {
  letter-spacing: -0.5px;
}
.english .btn-toggle-advsearch .btn-toggle-advsearch-label:before {
  top: 0;
  left: 0px;
}
.collapsed.btn-toggle-advsearch .btn-toggle-advsearch-label:before {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.searchbtn {
  position: static;
  width: 100%;
  height: 32px;
}
@media screen and (max-width: 1023px) {
  .searchbtn {
    width: 100%;
    height: 40px;
  }
  .searchbtn.srchbtn-normal-bottom {
    width: 100% !important;
  }
}
.main_srchterm_wrap {
  margin-right: 8px;
}
input[type="text"].searchforminput {
  width: 100%;
}
input[type="text"].degreeconferment_year {
  width: 48px;
}
input[type="text"].main_srchterm {
  width: 100%;
  height: 32px;
}
@media screen and (max-width: 1023px) {
  input[type="text"].main_srchterm {
    width: 100%;
    height: 40px;
  }
}
.advanced_search input[type="text"] {
  height: 28px;
}
@media screen and (max-width: 1023px) {
  .advanced_search input[type="text"] {
    height: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .entity_index {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .entity_index::-webkit-scrollbar {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
  }
}
.entity_index .entity_index_list {
  display: table;
  table-layout: auto;
  width: auto;
}
@media screen and (max-width: 1023px) {
  .entity_index .entity_index_list > * {
    transform: translateZ(0px);
  }
}
.entity_index .entity_index_unit {
  display: table-cell;
  height: 36px;
  position: relative;
}
.entity_index .entity_index_unit a:first-child {
  display: block;
  min-width: 80px;
  white-space: nowrap;
  padding: 0 4px;
}
.entity_index .entity_index_unit a:first-child:focus {
  text-decoration: none !important;
}
.entity_index .entity_index_unit a:first-child span {
  display: block;
  text-align: center;
}
.entity_index .entity_index_unit a:first-child .entity_index_title {
  line-height: 18px;
}
.entity_index .entity_index_unit a:first-child .entity_index_number {
  font-size: 12px;
  line-height: 14px;
  color: #CCCCCC;
}
@media screen and (max-width: 1023px) {
  .entity_index .entity_index_unit a:first-child {
    height: 36px;
    line-height: 36px;
  }
  .entity_index .entity_index_unit a:first-child.btn-toggle-advsearch {
    width: auto;
  }
  .entity_index .entity_index_unit a:first-child.btn-toggle-advsearch .btn-toggle-advsearch-label {
    line-height: 36px;
  }
}
.entity_index .entity_index_unit a.button-balloon {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: -6px;
  top: 0;
}
.entity_index .entity_index_unit.entity_index_unit-active {
  border-bottom: 2px solid #ffffff;
}
.entity_index .entity_index_unit.entity_index_unit-active a:first-child:hover {
  background: transparent;
  cursor: default;
}
.entity_index .entity_index_unit.entity_index_unit-active a.button-balloon {
  visibility: visible;
  opacity: 100;
}
.balloon {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.5s;
  background: #F7F7F7;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  border: 1px solid #DDD;
  max-width: 400px;
  padding: 12px;
  margin: 0 auto;
  z-index: 10;
  line-height: 1.6em;
}
.balloon .moreinfo {
  display: block;
  text-align: right;
  margin-top: 8px;
}
.balloon.active {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .balloon {
    max-width: initial;
    margin: 0 20px;
  }
}
/*
.periodSelect{ Smart Period Selector used at the time of prototyping phase
	position: relative;
	
	.searchforminput{
		.backgroundsvg("@{img-select-arrow}",16px);
		background-position: right 2px top 2px;
		@media screen and (max-width: @screen-xs-max) {
			background-position: right 4px top 4px;
		}
	}
	
	.periodOptions{
		display: none;
		background: #FFFFFF;
		box-shadow: 0 2px 4px rgba( 0, 0, 0, 0.5);
		width: 200px;
		position: absolute;
		top: 28px; right:0;
		z-index: 10;
		
		li{
			padding: 0 12px;
			&:hover{
				background: #EEEEEE;
			}
		}
		
		.periodOption{
			line-height: 28px;
			cursor: pointer;
		}
		.periodInput{
			height:auto;
			line-height: inherit;
			border-top:1px solid #CCCCCC;
		}
		
		input[type="text"]{
			width: 4em;
			margin: 8px 0;
		}
		input[type="button"]{
			margin: 8px 0 8px 4px ;
			height:28px;
			line-height: 28px;
			vertical-align: middle;
		}
		
		@media screen and (max-width: @screen-xs-max) {
			width: 100%;
			top: 36px;
			
			.periodOption {
				line-height: 36px;
			}
		}
	}
}
*/
@media screen and (max-width: 1023px) {
  .topscreen .btn-toggle-advsearch .btn-toggle-advsearch-label:before {
    line-height: inherit;
  }
}
.topscreen .entity_index .entity_index_unit {
  height: 30px;
  line-height: 30px;
}
.topscreen .entity_index .entity_index_unit a:first-child {
  height: 30px;
  line-height: 30px;
}
.topscreen .entity_index .entity_index_unit a:first-child .entity_index_title {
  line-height: 30px;
}
/* Unique to research */
.listheading {
  border-bottom: 1px solid #ddd;
}
.listheading .heading {
  border-bottom: none !important;
}
@media (max-width: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .listheading .actionsortbox {
    min-height: 48px;
  }
}
@media (max-width: 1023px) {
  .listContainer,
  .dataContainer {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.listitem {
  padding: 8px 60px 8px 0;
  clear: both;
  height: 100%;
  position: relative;
}
@media (max-width: 1023px) {
  .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: 1023px) {
  .listitem dl {
    margin: 0 20px;
  }
}
.listitem .listcheck + dl {
  margin: 0 0 0 32px;
}
@media (max-width: 1023px) {
  .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 #d92;
  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: 1023px) {
  .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: #666;
}
.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: 1023px) {
  .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: 1023px) {
  .listitem .author_id {
    display: block;
    margin-left: 0;
  }
}
.oddline,
.evenline {
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .oddline,
  .evenline {
    border-bottom: 1px solid #ddd;
  }
}
.oddline {
  background-color: #f0f0f0;
}
.evenline {
  background-color: #fff;
}
.select {
  margin-right: 4px;
}
.listheading {
  position: relative;
  border-bottom: none;
}
.resultlist .listheading .heading {
  font-size: 1em;
  line-height: 28px;
  height: 28px;
  min-height: 28px;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  z-index: 5;
}
@media (max-width: 1023px) {
  .resultlist .listheading .heading {
    margin-top: 16px;
    text-align: center;
    font-weight: bold;
  }
}
.resultlist .listheading .paging-top {
  position: absolute;
  top: 0;
  width: 100%;
}
.resultlist .listheading .actionsortbox {
  min-height: 28px;
  margin-top: 8px;
}
.resultlist .listheading .actionsortbox .actionforlist {
  padding: 0 0 0 8px;
}
.resultlist .listheading .actionsortbox .sortlist,
.resultlist .listheading .actionsortbox .actionforlist {
  top: 0;
  right: 0;
}
.resultlist .listheading .actionsortbox .sortlist select,
.resultlist .listheading .actionsortbox .actionforlist select,
.resultlist .listheading .actionsortbox .sortlist .form-control,
.resultlist .listheading .actionsortbox .actionforlist .form-control,
.resultlist .listheading .actionsortbox .sortlist .select,
.resultlist .listheading .actionsortbox .actionforlist .select {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  line-height: 28px;
  height: 28px;
  width: auto;
}
.resultlist .listheading .actionsortbox .sortlist select:hover,
.resultlist .listheading .actionsortbox .actionforlist select:hover,
.resultlist .listheading .actionsortbox .sortlist .form-control:hover,
.resultlist .listheading .actionsortbox .actionforlist .form-control:hover,
.resultlist .listheading .actionsortbox .sortlist .select:hover,
.resultlist .listheading .actionsortbox .actionforlist .select:hover {
  background-color: #F2F2F2;
}
.resultlist .listheading .actionsortbox .sortlist .select,
.resultlist .listheading .actionsortbox .actionforlist .select {
  background-size: 16px 24px;
  background-position: right center;
  border-bottom: 1px solid #CCCCCC;
}
.resultlist .listheading .actionsortbox .sortlist .select-value,
.resultlist .listheading .actionsortbox .actionforlist .select-value {
  line-height: 28px;
}
@media (min-width: 1024px) {
  .resultlist .listheading .actionsortbox .sortlist .select-value,
  .resultlist .listheading .actionsortbox .actionforlist .select-value {
    text-align: right;
  }
}
.resultlist .listheading .actionsortbox .sortlist .btn,
.resultlist .listheading .actionsortbox .actionforlist .btn {
  height: 28px;
  line-height: 28px;
}
@media (max-width: 1023px) {
  .resultlist .listheading .actionsortbox .sortlist,
  .resultlist .listheading .actionsortbox .actionforlist {
    padding-right: 20px;
    text-align: right;
  }
  .resultlist .listheading .actionsortbox .sortlist select,
  .resultlist .listheading .actionsortbox .actionforlist select,
  .resultlist .listheading .actionsortbox .sortlist .form-control,
  .resultlist .listheading .actionsortbox .actionforlist .form-control,
  .resultlist .listheading .actionsortbox .sortlist .select,
  .resultlist .listheading .actionsortbox .actionforlist .select {
    line-height: 32px;
    height: 32px;
  }
}
@media (max-width: 1023px) {
  .listheading {
    display: block;
  }
  .resultlist .listheading .paging-top {
    position: static;
  }
}
.listContainer,
.dataContainer {
  padding: 16px 0 16px 0;
  position: relative;
}
.listContainer.imageList ul {
  display: flex;
}
.listContainer.imageList ul li {
  width: 100%;
}
.listContainer.imageList ul .listitem {
  padding: 12px;
  text-align: center;
  min-height: 200px;
}
.listContainer.imageList .item_image {
  max-height: 120px;
  max-width: 120px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 12px;
}
.listContainer.imageList .item_title {
  font-size: 108%;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .listContainer.imageList .imageList-slideWrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .listContainer.imageList .imageList-slideWrap::-webkit-scrollbar {
    display: none;
    height: 0 !important;
  }
  .listContainer.imageList ul {
    display: table;
    table-layout: auto;
    margin: 0 16px;
  }
  .listContainer.imageList ul > * {
    -webkit-transform: translateZ(0px);
  }
  .listContainer.imageList ul li {
    display: table-cell;
  }
  .listContainer.imageList ul li .listitem {
    width: 180px;
  }
  .listContainer.imageList .item_title {
    font-size: 108%;
    font-weight: bold;
  }
}
.listContainer.tileList .author_class .author_id {
  margin-left: 32px;
}
.listContainer.tileList .author_class .authoraffiliation {
  color: #666666;
}
@media (min-width: 1024px) {
  .listContainer.tileList ul {
    display: flex;
    -webkit-align-content: stretch;
    /* Safari */
    align-content: stretch;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
  }
  .listContainer.tileList ul li {
    width: 280px;
  }
  .listContainer.tileList ul li .listitem {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.listContainer .seeAllLink {
  display: inline-block;
  line-height: 28px;
  padding-right: 28px;
  position: relative;
}
.listContainer .seeAllLink:after {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  top: 0;
  right: 0;
  background-image: url("../images/arrow-blue.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center center;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (max-width: 1023px) {
  .listContainer .seeAllLink {
    line-height: 32px;
    position: absolute;
    right: 16px;
    top: 8px;
  }
  .listContainer .seeAllLink:after {
    width: 28px;
    height: 32px;
  }
}
.listContainer a.button-balloon {
  position: relative;
  top: -3px;
}
.listSectionTitle,
.dataContainer .dataSectionTitle {
  padding: 0 8px;
  font-size: 1.385em;
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .listSectionTitle,
  .dataContainer .dataSectionTitle {
    padding: 0 16px;
  }
  .listSectionTitle .keywordText {
    display: none;
  }
}
.listitem {
  padding-top: 12px;
  padding-bottom: 12px;
}
.listitem:before,
.listitem:after {
  content: " ";
  display: table;
}
.listitem:after {
  clear: both;
}
.listitem:before,
.listitem:after {
  content: " ";
  display: table;
}
.listitem:after {
  clear: both;
}
.listitem .item_title {
  word-break: break-word;
  overflow-wrap: break-word;
}
.listitem .item_title span.translated {
  color: #666666 !important;
  margin-right: 0.5em;
  font-weight: bold !important;
  font-size: 0.813rem;
  border-radius: 3px;
}
.listitem .item_affiliationdata,
.listitem .item_fielddata {
  display: block;
}
.listitem .item_yomi,
.listitem .item_othername {
  display: block;
}
.listitem .numof_quoted_reference {
  color: #666;
  margin-right: 4px;
  white-space: nowrap;
}
.listitem dl.book_class {
  display: flex;
  flex-wrap: wrap;
}
.listitem dl.book_class dt {
  flex-basis: 100%;
}
.listitem dl.book_class dd.imageDD {
  flex-basis: 96px;
}
.listitem dl.book_class dd.imageDD + dd {
  padding-left: 12px;
  margin-left: 0;
  flex-basis: calc(100% - 128px);
}
.listitem .imageDD {
  text-align: center;
}
.listitem .imageDD .item_image {
  top: 0;
  left: 0;
  max-height: 96px;
  max-width: 96px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.listitem .item_data {
  margin-bottom: 6px;
  line-height: 130%;
  color: 666;
  word-break: break-word;
  overflow-wrap: break-word;
}
.listitem .item_data span:not('query') {
  margin-right: 1em;
}
.listitem .item_data .author {
  color: #333333;
}
.listitem .item_snipet {
  margin-bottom: 6px;
  line-height: 130%;
  color: #666;
  word-break: break-word;
  overflow-wrap: break-word;
}
.listitem .item_additional {
  line-height: 20px;
  margin-top: 8px;
}
@media (max-width: 1023px) {
  .listitem .item_additional {
    line-height: 24px;
  }
}
.listitem dd p {
  word-break: break-word;
  overflow-wrap: break-word;
}
.listContainer.applicablePersons .listitem dl {
  margin-left: 32px;
}
.item_additional .availableLink {
  display: inline-block;
  padding: 4px 8px 4px 8px;
  border: 1px solid #dd9922;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  margin-right: 4px;
  background-color: #fadc96;
  font-weight: normal;
  color: #666;
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .item_additional .availableLink {
    margin-left: 0;
  }
}
.item_additional .availableLink:hover {
  background-color: #f1cb73;
}
.item_additional .availableLink,
.item_additional .availableLink:link,
.item_additional .availableLink:visited,
.item_additional .availableLink:hover,
.item_additional .availableLink:hover,
.item_additional .availableLink:active,
.item_additional .availableLink:focus {
  text-decoration: none;
}
.item_additional .availableLinkGroup {
  display: inline-block;
  padding: 4px 8px 4px 8px;
  border: 1px solid #f2f2f2;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  margin-right: 4px;
  background-color: #f2f2f2;
  font-weight: normal;
  color: #666;
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .item_additional .availableLinkGroup {
    margin-left: 0;
  }
}
.item_additional .availableLinksNum {
  margin-right: 8px;
  margin-left: 4px;
  color: #666666;
}
.item_additional .item_tag {
  display: inline-block;
  padding: 4px 0.5em 4px 24px;
  border: none;
  margin-right: 4px;
  background-position: 4px center;
  color: #666;
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .item_additional .item_tag {
    margin-left: 0;
  }
}
.item_additional .item_tag.tag-data {
  background-image: url("../images/tagIcon-data.svg");
  background-repeat: no-repeat;
  background-size: 16px;
}
.item_additional .item_tag.tag-cited {
  background-image: url("../images/tagIcon-cited.svg");
  background-repeat: no-repeat;
  background-size: 16px;
}
.item_additional .item_tag.tag-reviewed {
  background-image: url("../images/tagIcon-reviewed.svg");
  background-repeat: no-repeat;
  background-size: 16px;
}
.item_additional .item_tag.tag-library {
  background-image: url("../images/tagIcon-library.svg");
  background-repeat: no-repeat;
  background-size: 16px;
}
.item_additional .item_tag.tag-person {
  background-image: url("../images/tagIcon-person.svg");
  background-repeat: no-repeat;
  background-size: 16px;
}
.item_additional .item_tag.tag-info {
  background-image: url("../images/tagIcon-info.svg");
  background-repeat: no-repeat;
  background-size: 16px;
}
.item_additional .item_tag.tag-cc {
  background-image: url("../images/tagIcon-cc.svg");
  background-repeat: no-repeat;
  background-size: 16px;
}
.item_additional .item_tag.tag-oa {
  background-image: url("../images/tagIcon-openaccess.svg");
  background-repeat: no-repeat;
  background-size: 16px;
}
.item_additional .item_tag.tag-reference {
  background-image: url("../images/tagIcon-reference.svg");
  background-repeat: no-repeat;
  background-size: 16px;
}
.item_additional .item_tag.tag-paper {
  background-image: url("../images/tagIcon-paper.svg");
  background-repeat: no-repeat;
  background-size: 16px;
}
.item_additional .item_tag.tag-book {
  background-image: url("../images/tagIcon-book.svg");
  background-repeat: no-repeat;
  background-size: 16px;
}
.item_additional .item_tag.tag-research {
  background-image: url("../images/tagIcon-research.svg");
  background-repeat: no-repeat;
  background-size: 16px;
}
.item_additional a.item_tag {
  text-decoration: none;
  background-color: #DFE8F2;
  border: 1px solid #DFE8F2;
  border-radius: 3px;
}
.item_additional a.item_tag:hover {
  background-color: #D3DCE6;
}
.loader {
  margin: 60px auto;
  text-indent: -9999em;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #a6a6a6;
  background: linear-gradient(to right, #a6a6a6 10%, rgba(255, 255, 255, 0) 75%);
  position: relative;
  animation: load3 0.85s infinite linear;
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #a6a6a6;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #FFFFFF;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body.english .resultlist .listheading .actionsortbox .sortlist .form-group-inline:last-child:before {
  content: 'sort by';
  display: inline-block;
  margin-left: 8px !important;
  margin-right: 4px !important;
  color: #666666;
}
/* Unique to research */
@media (max-width: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .authorsContainer {
    margin-left: 0;
    padding-top: 8px;
  }
}
.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 .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: 1023px) {
  .authorsContainer .authorslist {
    background-position: 20px 0;
  }
  .authorsContainer .authorslist .authordata {
    padding-left: 52px;
  }
}
@media (max-width: 1023px) {
  .authorsContainer .authorslist {
    width: 100%;
  }
}
@media (min-width: 1024px) 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: 1023px) {
  .sectionofdata {
    margin-bottom: 16px;
    margin-left: 0;
  }
}
.sectionofdata .dataContainer {
  padding: 8px 60px 8px 40px;
}
@media (max-width: 1023px) {
  .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: 8px;
}
@media (max-width: 1023px) {
  .readfulltext .fulltextlis {
    text-align: center;
  }
}
.readfulltext .fulltextitem {
  float: left;
  margin: 0 8px 8px 0;
  width: 20em;
  height: 54px;
}
@media (max-width: 1023px) {
  .readfulltext .fulltextitem {
    float: none;
    display: inline-block;
  }
}
.readfulltext .fulltextitem .cfullTextBtn {
  vertical-align: middle;
  display: table;
  width: 100%;
  height: 100%;
}
.readfulltext .fulltextitem .cft-DBName {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.readfulltext .fulltextitem .cft-note {
  display: inline-block;
  width: 100%;
  margin-top: 4px;
  font-size: 90%;
}
@media (max-width: 1023px) {
  .readfulltext {
    margin: 0;
    padding: 4px 0 8px 0;
    text-align: center;
  }
  .readfulltext .fulltextlist {
    display: inline-block;
  }
}
.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: 1023px) {
  .externallink li {
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 991px) {
  .externallink li {
    width: 280px;
  }
}
@media (min-width: 992px) {
  .externallink li {
    width: 280px;
  }
}
.externallink li a {
  display: block;
  cursor: pointer;
}
.externallink li.externallinkS {
  background-size: 24px;
  background-position: 0 5px;
}
.externallink li.externallinkS a {
  padding: 10px 8px 8px 40px;
}
.externallink li.externallinkL {
  background-size: 70px;
  background-position: 0 7px;
}
.externallink li.externallinkL a {
  padding: 10px 8px 8px 80px;
}
.abstract {
  font-size: 105%;
  line-height: 159%;
}
.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: 1023px) {
  .lowlv-section dt .attachedlabel {
    display: inline-block;
  }
}
.lowlv-section dd {
  padding-left: 20px;
}
@media (max-width: 1023px) {
  .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: 1023px) {
  .referencetext {
    margin-left: 0;
    padding: 4px 12px 4px 52px;
  }
}
.itemheading .entry-title {
  margin-left: 0;
  padding-bottom: 12px;
  word-break: break-word;
  overflow-wrap: break-word;
}
.itemheading .entry-title span.translated,
.itemheading .entry-title span.original {
  color: #666666;
  margin-right: 0.5rem;
  font-size: 0.813rem;
  font-weight: bold !important;
  display: inline;
  margin-bottom: inherit;
}
.itemheading .item_additional {
  line-height: 24px;
  margin-left: 40px;
  margin-bottom: 8px;
  margin-top: 1rem;
  /* external-cooperation.less */
}
@media (max-width: 1023px) {
  .itemheading .item_additional {
    line-height: 28px;
    margin-left: 52px;
  }
}
.itemheading .item_additional .item_tag {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  background-color: #F2F2F2;
  padding: 4px 8px 4px 32px;
  background-position: 8px center;
}
.itemheading .item_additional a.item_tag {
  text-decoration: none;
  background-color: #DFE8F2;
}
.itemheading .item_additional a.item_tag:hover {
  background-color: #D3DCE6;
}
.itemheading .item_additional .btn_showAll {
  display: inline-block;
  padding: 4px 8px 4px 32px;
  text-align: center;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  position: relative;
}
.itemheading .item_additional .btn_showAll,
.itemheading .item_additional .btn_showAll:link,
.itemheading .item_additional .btn_showAll:visited {
  color: #666;
  text-decoration: none;
}
.itemheading .item_additional .btn_showAll:hover,
.itemheading .item_additional .btn_showAll:hover,
.itemheading .item_additional .btn_showAll:active,
.itemheading .item_additional .btn_showAll:focus {
  color: #0055aa;
  font-size: inherit;
}
.itemheading .item_additional .btn_showAll:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.itemheading .item_additional .btn_showAll:after {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  background-image: url("../images/arrow-blue.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center center;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
@media (max-width: 1023px) {
  .itemheading .item_additional .btn_showAll:after {
    width: 36px;
    height: 36px;
  }
}
.itemheading .item_additional .btn_showaPart {
  display: none;
  padding: 4px 8px 4px 32px;
  text-align: center;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  position: relative;
}
.itemheading .item_additional .btn_showaPart,
.itemheading .item_additional .btn_showaPart:link,
.itemheading .item_additional .btn_showaPart:visited {
  color: #666;
  text-decoration: none;
}
.itemheading .item_additional .btn_showaPart:hover,
.itemheading .item_additional .btn_showaPart:hover,
.itemheading .item_additional .btn_showaPart:active,
.itemheading .item_additional .btn_showaPart:focus {
  color: #0055aa;
  font-size: inherit;
}
.itemheading .item_additional .btn_showaPart:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.itemheading .item_additional .btn_showaPart:after {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  background-image: url("../images/arrow-blue.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center center;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 1023px) {
  .itemheading .item_additional .btn_showaPart:after {
    width: 36px;
    height: 36px;
  }
}
.itemheading .item_additional .availableLink.collapsed {
  display: none;
}
.itemheading .item_additional.showAll .availableLink.collapsed {
  display: inline-block;
}
.itemheading .item_additional.showAll .btn_showAll {
  display: none;
}
.itemheading .item_additional.showAll .btn_showaPart {
  display: inline-block;
}
.itemheading #numofrelateditem {
  padding-left: 0;
  margin-left: 40px;
}
.itemheading #numofrelateditem a.button-balloon {
  display: inline-block;
  background-image: url("../images/ico-notice.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-indent: -9999px;
}
@media (max-width: 1023px) {
  .itemheading #numofrelateditem li {
    display: block;
  }
}
.landingPageLink {
  display: inline-block;
  line-height: 28px;
  padding-right: 28px;
  position: relative;
  margin-left: 40px;
}
.landingPageLink:after {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  top: 0;
  right: 0;
  background-image: url("../images/arrow-blue.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center center;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (max-width: 1023px) {
  .landingPageLink {
    line-height: 32px;
    margin-left: 52px;
  }
  .landingPageLink:after {
    width: 28px;
    height: 32px;
  }
}
.metaDataBlock .hasTranslatedText.collapsed .originalText {
  display: none;
}
.metaDataBlock .hasTranslatedText .originalText {
  margin-top: 8px;
}
.metaDataBlock .hasTranslatedText .btn-expand {
  position: relative;
  display: inline-block;
  line-height: 28px;
  color: #0055aa;
  border: none;
  background: none;
  padding-left: 28px;
  font-weight: normal !important;
}
.metaDataBlock .hasTranslatedText .btn-expand:before {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  top: 0;
  left: 0;
  background-image: url("../images/arrow-blue.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center center;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.metaDataBlock .hasTranslatedText.collapsed .btn-expand:before {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (max-width: 1023px) {
  .metaDataBlock .hasTranslatedText .btn {
    height: 32px;
    line-height: 32px;
    padding: 0 16px;
  }
}
.listContainer:not(.tileList) .item_mainTitle span:not(.query):not(.translated):not(.original) {
  font-size: 124%;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .listContainer:not(.tileList) .item_mainTitle span {
    display: inline-block;
  }
}
.dataContainer .readfulltext,
.dataContainer .externallink,
.dataContainer .abstract,
.dataContainer .biblio-note {
  padding-top: 8px;
}
.detail .listSectionTitle,
.detail .dataSectionTitle {
  display: flex;
  align-items: center;
}
.detail .listSectionTitle::after,
.detail .dataSectionTitle::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #DDD;
  margin-left: 1em;
}
.relatedObjectBlock {
  background-color: #F2F2F2;
  border-top: 1px solid #DDDDDD;
  margin-top: 16px;
  padding-top: 16px;
  padding-left: 16px;
  margin-left: -16px;
}
.authorsContainer .authorslist .authordata .authorname .ja {
  font-size: 1.1em;
  line-height: 125%;
}
.availableItemList {
  padding-left: 40px;
  margin-top: 16px;
}
.availableItemList:before,
.availableItemList:after {
  content: " ";
  display: table;
}
.availableItemList:after {
  clear: both;
}
.availableItemList:before,
.availableItemList:after {
  content: " ";
  display: table;
}
.availableItemList:after {
  clear: both;
}
.availableItemList .availableItem {
  float: left;
  margin: 0 8px 8px 0;
  width: 20em;
  height: 54px;
}
@media (max-width: 1023px) {
  .availableItemList .availableItem {
    float: none;
    display: inline-block;
  }
}
.availableItemList .availableItem .avlItemBtn {
  vertical-align: middle;
  display: table;
  width: 100%;
  height: 100%;
}
.availableItemList .availableItem .avlItem-DBName {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.availableItemList .availableItem .avlItem-note {
  display: inline-block;
  width: 100%;
  margin-top: 4px;
  font-size: 90%;
}
@media (max-width: 1023px) {
  .availableItemList {
    padding-left: 0;
    text-align: center;
    display: inline-block;
  }
}
.avlItemBtn {
  background-image: url("../images/ico-availableLink.svg");
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: 12px center;
}
.avlItemBtn {
  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;
  background-color: #d92;
  background-position: 12px center;
}
.avlItemBtn .avlItem-DBName {
  text-align: center;
  margin-bottom: 4px;
  font-size: 1.2em;
  font-weight: bold;
}
.avlItemBtn .avlItem-note {
  text-align: center;
  font-weight: bold;
}
.avlItemBtn:active {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4) inset;
}
.avlItemBtn:hover {
  background-color: #bd831d;
}
.avlItemBtn,
.avlItemBtn:link,
.avlItemBtn:visited,
.avlItemBtn:hover,
.avlItemBtn:hover,
.avlItemBtn:active,
.avlItemBtn:focus {
  color: #FFFFFF !important;
  text-decoration: none !important;
}
.detail .metaDataBlock .listContainer.tileList {
  padding: 12px 0;
}
.detail .metaDataBlock .listContainer.tileList .listitem {
  padding-top: 4px;
  padding-bottom: 4px;
}
.detail .metaDataBlock .listContainer.tileList .author_class a {
  font-size: 1em;
}
.detail .metaDataBlock .listContainer.tileList .author_class span {
  display: block;
}
.dataContainer .metadataLists {
  word-break: break-word;
  overflow-wrap: break-word;
}
.dataContainer span.translated,
.dataContainer span.original {
  color: #666666;
  margin-right: 0.5rem;
  font-size: 0.813rem;
  font-weight: bold !important;
}
.listContainer h3 {
  padding: 8px 0 4px 8px;
  color: #666;
}
.listContainer.collapsed ul li:nth-child(n+6) {
  display: none;
}
.listContainer.collapsed .paging {
  display: none;
}
.metadataLists {
  margin: 8px 20px 8px 40px;
  display: grid;
  grid-template-columns: [start] auto [center] 1fr [end];
  row-gap: 8px;
  column-gap: 4px;
}
.metadataLists dl {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1 / -1;
  row-gap: 0;
}
.metadataLists dl .key {
  grid-column-start: start;
  grid-column-end: center;
  border-left: 2px solid #CCCCCC;
  line-height: 1em;
  padding: 2px 6px 2px 8px;
  font-weight: normal;
}
@media (max-width: 1023px) {
  .metadataLists dl .key .attachedlabel {
    display: inline-block;
  }
}
.metadataLists dl .value {
  grid-column-start: center;
  grid-column-end: end;
  line-height: 1em;
  padding: 2px 6px;
}
@media (max-width: 1023px) {
  .metadataLists dl .value {
    padding-left: 10px;
  }
}
.metadataLists dl .value p {
  line-height: 1.2em;
  margin-bottom: 4px;
}
.metadataLists dl .value p:first-child {
  padding-top: 0.2em;
}
.metadataLists dl .value ul li:nth-child(n+2) {
  margin-top: 4px;
}
.metadataLists dl .value ul li:empty {
  margin-top: 0;
}
.metadataLists dl dd:has(dl) {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: inherit;
  margin-top: 4px;
  row-gap: 4px;
}
.metadataLists dl dd:has(dl) dl {
  display: grid;
  grid-template-columns: subgrid;
}
.metadataLists .mdlist-item-lv2 .key {
  margin-left: 1.2em;
}
.metadataLists .mdlist-item-lv3 .key {
  margin-left: 2.4em;
}
.metadataLists .mdlist-item-lv4 .key {
  margin-left: 3.6em;
}
.metadataLists.abstract {
  display: block;
}
@media (max-width: 1023px) {
  .metadataLists,
  .metadataLists-lv2,
  .metadataLists-lv3,
  .metadataLists-lv4 {
    display: block !important;
  }
  .metadataLists dl,
  .metadataLists-lv2 dl,
  .metadataLists-lv3 dl,
  .metadataLists-lv4 dl {
    display: block !important;
    margin-bottom: 12px;
  }
  .mdlist-item-lv2,
  .mdlist-item-lv3,
  .mdlist-item-lv4 {
    margin-bottom: 8px !important;
  }
  .mdlist-item-lv2 .value {
    margin-left: 1.2em;
  }
  .mdlist-item-lv3 .value {
    margin-left: 2.4em;
  }
  .mdlist-item-lv4 .value {
    margin-left: 3.6em;
  }
}
.relatedItemNavigation {
  position: relative;
}
.relatedItemNavigation .seeAllLink {
  position: absolute;
  right: 16px ;
  top: 0;
}
@media (max-width: 1023px) {
  .relatedItemNavigation .seeAllLink {
    position: relative;
    margin: 8px 8px 8px 40px;
    right: auto;
    top: auto;
  }
}
.seeMoreLink {
  display: none;
  line-height: 28px;
  padding-right: 28px;
  position: relative;
  width: 240px;
  text-align: center;
  border: 1px solid #CCCCCC;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  margin: 8px 8px 8px 40px;
}
.seeMoreLink,
.seeMoreLink:link,
.seeMoreLink:visited {
  color: #666;
  text-decoration: none;
}
.seeMoreLink:hover,
.seeMoreLink:hover,
.seeMoreLink:active,
.seeMoreLink:focus {
  color: #0055aa;
  font-size: inherit;
}
.seeMoreLink:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.seeMoreLink:after {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  top: 0;
  right: 0;
  background-image: url("../images/arrow-blue.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center center;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (max-width: 1023px) {
  .seeMoreLink {
    line-height: 32px;
  }
  .seeMoreLink:after {
    width: 28px;
    height: 32px;
  }
}
.collapsed .seeMoreLink {
  display: block;
}
.dataContainer.personInfomation {
  padding-top: 0;
}
.papercodesitem-datasrclist .papercodesitem-datasrclistitem span {
  display: block;
}
.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: 1023px) {
  .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: 1023px) {
  .english .sectionofdata .lowlv-section dd {
    margin-left: 9em !important;
  }
}
.itemheading .outlineInHeading .lowlv-section dt {
  width: 4em;
  /*適宜、個別に幅を指定する*/
}
.english .itemheading .outlineInHeading .lowlv-section dt {
  width: 7em !important;
}
.itemheading .outlineInHeading .lowlv-section dd {
  margin-left: 4em;
  /*適宜、個別に幅を指定する*/
}
.english .itemheading .outlineInHeading .lowlv-section dd {
  margin-left: 7em !important;
}
.authorsContainer .authorslist .authordata .authorname .fn {
  font-size: 1.1em;
  line-height: 125%;
}
.authorsContainer .authorslist .authordata .authorname .author-reading {
  font-weight: normal;
}
.sectionofdata .bblp-title {
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 6px;
}
.sectionofdata .bblp-author {
  margin-bottom: 6px;
}
.sectionofdata .bblp-vols {
  margin-top: 6px;
  margin-bottom: 6px;
}
.sectionofdata .bblp-vols li {
  float: left;
  margin-right: 1em;
}
.sectionofdata .lowlv-section dt {
  width: 10em;
  /*適宜、個別に幅を指定する*/
}
.english .sectionofdata .lowlv-section dt {
  width: 13em !important;
}
@media (max-width: 1023px) {
  .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: 1023px) {
  .english .sectionofdata .lowlv-section dd {
    margin-left: 9em !important;
  }
}
.sectionofdata .biblio-contents .toc-kind {
  font-weight: bold;
  margin-bottom: 6px;
}
.sectionofdata .biblio-contents .toc-body {
  padding-bottom: 8px;
}
.sectionofdata .biblio-contents ol {
  list-style-type: disc;
}
.sectionofdata .biblio-contents ol li {
  margin-bottom: 0.5em;
}
.sectionofdata .biblio-contents .toc-provided-by {
  text-align: right;
}
.sectionofdata .library-particulars .lib-paragraph {
  margin-bottom: 4px;
}
.library-list .listitem {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: calc(11em + 8px);
}
.library-list .listitem dl span,
.library-list .listitem dt span {
  color: #777;
}
.library-list .listitem dl span.ll-volume.vlsr,
.library-list .listitem dt span.ll-volume.vlsr {
  white-space: nowrap;
}
.library-list .listitem dt a,
.library-list .listitem dt span,
.library-list .listitem dd a,
.library-list .listitem dd span {
  margin-right: 0.5rem;
}
.library-list .listitem .opacLinkCell {
  position: absolute;
  width: 11em;
  top: 0px;
  right: 0;
  padding-top: 8px;
}
.library-list .listitem .opacLink {
  background: #339900;
  color: #FFFFFF;
  padding: 2px 12px;
  border-radius: 3px;
}
.library-list .listitem .noOpacLink {
  background: #D5D5D5;
  color: #999999;
  padding: 2px 12px;
  border-radius: 3px;
  margin-left: 0 !important;
}
@media (max-width: 1023px) {
  .library-list .listitem {
    padding: 6px 12px 6px 20px;
    background-position: 20px 4px;
  }
  .library-list .listitem .opacLinkCell {
    position: static;
    margin-left: 32px;
    padding-top: 4px;
  }
  .library-list .listitem dl {
    margin-left: 0;
  }
}
.library-list li.hide {
  display: none;
}
.library-list li.oddline {
  background-color: #f7f7f7;
}
@media (max-width: 1023px) {
  .library-list li.oddline {
    border-bottom: none;
  }
}
.library-list #remove_all_filters,
.library-list #no_library_msg {
  padding: 6px 16px 6px 40px;
  margin-bottom: 4px;
}
@media (max-width: 1023px) {
  .library-list #remove_all_filters,
  .library-list #no_library_msg {
    padding: 6px 12px 6px 52px;
    border: none;
  }
}
.elinks-list {
  /*
	.listitem{
		padding-top: 8px; padding-bottom: 8px;
		padding-right: calc( 16em + 8px );
		dl span, dt span{
			color: #777;
			&.ll-volume{
				&.vlsr{
				white-space: nowrap;
				}
			}
		}
		
		.sortCell {
			position: absolute;
			width:16em;
			top: 0px;
			right:0;
			padding-top: 8px;
			p {
				color: #777777;
				a { 
					color: #777777;
				}
			}
		}
		
		@media (max-width: @screen-xs-max) {
			padding:6px @mobile-margin-right 6px 20px;
			background-position: 20px 4px;
			.sortCell {
				position: static;
				margin-left: 32px;
				padding-top: 4px;
				width: auto;
				p {
					display: inline;
				}
			}
			dl {
				margin-left: 0;
			}
		}
	}
	*/
}
.elinks-list .listitem {
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
  align-items: stretch;
}
.elinks-list .listitem dl {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
}
.elinks-list .listitem dl span,
.elinks-list .listitem dt span {
  color: #777;
}
.elinks-list .listitem dl span.ll-volume.vlsr,
.elinks-list .listitem dt span.ll-volume.vlsr {
  white-space: nowrap;
}
.elinks-list .listitem .sortCell {
  flex-basis: 16em;
  flex-grow: 0;
  flex-shrink: 0;
}
.elinks-list .listitem .sortCell p {
  color: #777777;
}
.elinks-list .listitem .sortCell p a {
  color: #777777;
}
@media (max-width: 1023px) {
  .elinks-list .listitem {
    padding: 6px 8px 6px 8px;
    background-position: 20px 4px;
  }
  .elinks-list .listitem dl {
    margin-left: 0;
  }
  .elinks-list .listitem .sortCell {
    flex-basis: 12.4em;
  }
}
.elinks-list li.oddline {
  background-color: #f7f7f7;
}
@media (max-width: 1023px) {
  .elinks-list li.oddline {
    border-bottom: none;
  }
}
.datasect_close .library-list .more {
  display: none;
}
.library-filtering {
  position: relative;
  margin: 16px 0 8px 40px;
}
.library-filtering .select {
  margin-right: 4px;
}
.library-filtering .filter-kencode {
  min-width: 10em;
}
.library-filtering .filter-illtype {
  min-width: 13em;
}
.library-filtering label.opacLinkCell {
  box-sizing: border-box;
  padding-top: 0;
  position: absolute;
  width: 11em;
  line-height: 24px;
  margin-bottom: 0;
  right: 0;
  font-weight: normal;
}
@media (max-width: 1023px) {
  .library-filtering {
    margin: 8px 0 8px 12px;
  }
  .library-filtering .filter-kencode {
    min-width: 10em;
  }
  .library-filtering .filter-illtype {
    min-width: 13em;
  }
  label.opacLinkCell {
    position: static;
    display: inline-block;
    line-height: 32px;
  }
}
#anc-library {
  margin-bottom: 4px;
}
.english .library-filtering .filter-kencode {
  width: 17em;
}
.english .library-filtering .filter-illtype {
  width: 23em;
}
#btn-expand-librarylist {
  position: relative;
  display: inline-block;
  line-height: 28px;
  color: #0055aa;
  border: none;
  background: none;
  padding-left: 28px;
  margin-left: 40px;
}
#btn-expand-librarylist:before {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  top: 0;
  left: 0;
  background-image: url("../images/arrow-blue.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center center;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.datasect_close #btn-expand-librarylist:before {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.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: 1023px) {
  .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: 1023px) {
  .english .sectionofdata .lowlv-section dd {
    margin-left: 9em !important;
  }
}
.sectionofdata .contentslist ol {
  list-style-type: disc;
}
.sectionofdata .contentslist ol li {
  margin-bottom: 0.5em;
}
a.anchor {
  display: block;
  visibility: hidden;
  height: 0;
  width: 0;
}
a.notelink {
  font-size: 0.813rem;
  line-height: 0.813rem;
  margin-left: 0.5rem;
}
.strong {
  font-weight: bold;
}
.externallink ul {
  display: flex;
  flex-wrap: wrap;
}
.externallink li {
  align-self: flex-start;
  float: none !important;
  width: 280px;
  flex-basis: 280px;
}
@media (max-width: 1023px) {
  .externallink li {
    width: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 991px) {
  .externallink li {
    width: 280px;
    flex-basis: 280px;
  }
}
@media (min-width: 992px) {
  .externallink li {
    width: 280px;
    flex-basis: 280px;
  }
}
.popupOverray {
  position: fixed;
  z-index: 1098;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.33);
}
.popup {
  background: #FFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  width: calc(100vw - 240px);
  margin: 120px 120px;
  top: 0;
  left: 0;
  position: fixed;
  border-radius: 8px;
  z-index: 1099;
}
@media (max-width: 1023px) {
  .popup {
    width: calc(100vw - 24px);
    margin: 12px 12px;
  }
}
.popup .popupHeader {
  position: relative;
  height: 48px;
  width: 100%;
  padding: 12px 16px;
}
.popup .popupHeader .popUpTitle {
  display: inline-block;
  line-height: 24px;
  font-size: 1rem;
  padding-right: 32px;
}
.popup .popupHeader .btn-close {
  position: absolute;
  top: 8px;
  right: 16px;
  padding: 0;
  appearance: none !important;
  background: transparent;
  border: none;
  text-indent: -9999px;
  width: 28px;
  line-height: 28px;
  height: 28px;
  border-radius: 4px;
  vertical-align: top;
  background-position: center center;
  background-image: url("../images/ico-close.svg");
  background-repeat: no-repeat;
  background-size: 28px;
}
.popup .popupHeader .btn-close:hover {
  background-color: #F2F2F2;
}
.popup .popupBody {
  padding: 8px 16px 16px 16px;
  height: calc(100vh - 240px - 48px);
  min-height: 480px !important;
  overflow-y: auto;
  scrollbar-color: rgba(0, 0, 0, 0.33) transparent;
}
@media (max-width: 1023px) {
  .popup .popupBody {
    height: calc(100vh - 24px - 48px);
  }
}
.popup .popupBody .container-hasSubnav .maincontents {
  padding-left: 24px;
}
@media (max-width: 1023px) {
  .popup .popupBody .container-hasSubnav .maincontents {
    width: 100%;
    display: block;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .popup .popupBody .container-hasSubnav .maincontents {
    padding-left: 24px;
  }
}
.popup .popupBody .container-hasSubnav .side_navigation {
  padding-right: 24px;
}
@media (min-width: 1200px) {
  .popup .popupBody .container-hasSubnav .side_navigation {
    padding-right: 24px;
  }
}
.popup.libraryPopup .popupHeader {
  position: absolute;
}
.popup.libraryPopup .btn-close {
  right: 24px;
}
.popup.libraryPopup .popupBody {
  height: calc(100vh - 240px);
}
@media (max-width: 1023px) {
  .popup.libraryPopup .popupBody {
    height: calc(100vh - 24px);
  }
}
.popup.elinksPopup {
  width: 774px;
  margin: 120px auto;
  left: calc(50% - 387px);
}
@media (max-width: 1023px) {
  .popup.elinksPopup {
    width: calc(100vw - 24px);
    margin: 12px 12px;
    left: 0;
  }
}
.tabHeaders {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  border-bottom: 1px solid #CCCCCC;
  margin: 0 8px 8px 0;
  padding: 8px 12px 0 40px;
  gap: 8px;
}
.tabHeaders li {
  position: relative;
  bottom: -1px;
}
.tabHeaders .tabItem {
  display: block;
  line-height: 24px;
  padding: 4px 12px;
  background: #F2F2F2;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #CCCCCC;
  text-decoration: none;
}
.tabHeaders .tabItem:hover {
  background: #e7e7e7;
}
.tabHeaders .tabItem[aria-selected="true"] {
  padding: 4px 12px 3px 12px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-bottom: 1px solid #FFFFFF;
  color: #000000;
}
.tabHeaders .tabItem[aria-selected="true"]:hover {
  background: #FFFFFF;
}
@media (max-width: 1023px) {
  .tabHeaders {
    padding: 8px 12px 0 52px;
    margin: 0 0 8px 0;
  }
}
/* Unique to research */
.relateditem_section {
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .relateditem_section {
    width: 100%;
    margin-bottom: 8px;
  }
}
.relateditem_section ul {
  line-height: 140%;
}
@media (max-width: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .relateditem_section.accesscount {
    border: none;
    border-top: 1px solid #ddd;
    padding-top: 12px;
    text-align: left;
    padding-left: 12px;
    display: inline-block;
  }
}
.relateditem_section.promotion p {
  text-align: center;
}
@media (max-width: 1023px) {
  .relateditem_section.promotion {
    margin-top: 12px;
    margin-bottom: 24px;
  }
}
.relateditem_section.social {
  margin-bottom: 0;
  padding-left: 8px;
}
@media (max-width: 1023px) {
  .relateditem_section.social {
    padding-left: 12px;
  }
}
.relateditem_section.social .snsbtn {
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .relateditem_section.papercodes .detailcodeslist {
    padding-left: 0 !important;
  }
  .relateditem_section.papercodes .detailcodeslist .papercodesitem {
    padding-right: 0;
  }
  .relateditem_section.papercodes .detailcodeslist .papercodesitem dl {
    margin-bottom: 16px;
  }
  .relateditem_section.papercodes .detailcodeslist .papercodesitem dt,
  .relateditem_section.papercodes .detailcodeslist .papercodesitem dd {
    padding: 0;
    margin-bottom: 0;
  }
  .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;
    line-height: 1em;
  }
  .relateditem_section.papercodes .detailcodeslist .papercodesitem dd {
    padding-left: 1em;
  }
}
.relateditem_section.feedback {
  border-top: 1px solid #ddd;
  padding-top: 8px;
  text-align: right;
}
@media (max-width: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .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.in,
  .relateditem_section #relatedJournalList.collapse.in {
    display: block;
    height: auto;
    visibility: visible;
  }
}
@media (max-width: 1023px) and (-webkit-device-pixel-ratio: 2) {
  .relateditem_section .heading.accordion .accordionSwitch {
    background-image: url("../images/accordion-triangle@2x.png");
  }
}
.openLeftPaneButton {
  margin: 8px 12px;
}
.openLeftPaneButton .button-openLeftPane {
  appearance: none !important;
  background: transparent;
  border: none;
  display: block;
  line-height: 32px;
  color: #0055aa;
  width: 100%;
}
.openLeftPaneButton .button-openLeftPane .filterIcon {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  background-image: url("../images/ico-filter.svg");
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: center center;
}
.openLeftPaneButton .button-openLeftPane:active {
  background-color: #F2F2F2;
}
.facetHeading {
  line-height: 28px;
  padding: 0 8px;
  margin-bottom: 8px;
  position: relative;
}
@media (max-width: 1023px) {
  .facetHeading {
    line-height: 48px;
    padding: 0 0 0 12px;
    background: #F2F2F2;
    border-bottom: 1px solid #DDDDDD;
  }
}
.button-clearFacet,
.button-closeLeftPane {
  appearance: none !important;
  background: transparent;
  background-position: center center;
  border: none;
  padding: 0;
  text-indent: -9999px;
  width: 28px;
  line-height: 28px;
  position: absolute;
  top: 0;
}
.button-clearFacet:hover,
.button-closeLeftPane:hover {
  background-color: #F2F2F2;
}
@media (max-width: 1023px) {
  .button-clearFacet,
  .button-closeLeftPane {
    line-height: 48px;
    width: 48px;
  }
}
.button-clearFacet {
  background-image: url("../images/ico-refresh.svg");
  background-repeat: no-repeat;
  background-size: 28px;
  right: 8px;
}
@media (max-width: 1023px) {
  .button-clearFacet {
    right: 48px;
  }
}
.button-closeLeftPane {
  background-image: url("../images/ico-close.svg");
  background-repeat: no-repeat;
  background-size: 28px;
  right: 0;
}
.facet_section {
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .facet_section {
    padding: 16px;
  }
}
.facet_section .btn-checkall {
  background: none;
  border: none;
  text-shadow: none;
  color: #0055AA;
}
.facetItem,
.facetItem-multiple {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  text-decoration: none !important;
}
.facetItem:hover,
.facetItem-multiple:hover {
  background: #F2F2F2;
}
.facetItem .facetCheckBox,
.facetItem-multiple .facetCheckBox {
  display: table-cell;
  padding-left: 8px;
  width: 28px;
}
.facetItem .facetCheckBox input[type='checkbox'],
.facetItem-multiple .facetCheckBox input[type='checkbox'] {
  width: 0px;
  height: 0px;
  visibility: hidden;
  border: none;
  vertical-align: middle;
  appearance: none;
}
.facetItem .facetCheckBox input[type='checkbox'] + .customCB,
.facetItem-multiple .facetCheckBox input[type='checkbox'] + .customCB {
  margin-right: 0;
}
.facetItem .facetItemTitle,
.facetItem-multiple .facetItemTitle {
  display: table-cell;
  padding-left: 8px;
}
.facetItem.entityItem .facetItemTitle,
.facetItem-multiple.entityItem .facetItemTitle {
  padding-left: 32px;
}
.facetItem .facetItemNum,
.facetItem-multiple .facetItemNum {
  display: table-cell;
  width: auto;
  width: 5.8em;
  padding-right: 8px;
  text-align: right;
  color: #666666;
}
.facetItem .facetReleaseButton,
.facetItem-multiple .facetReleaseButton {
  display: none;
  width: 32px;
}
.selected .facetItem .facetReleaseButton,
.selected .facetItem-multiple .facetReleaseButton {
  display: table-cell;
}
.facetItem .facetReleaseButton .button-releaseFacet,
.facetItem-multiple .facetReleaseButton .button-releaseFacet {
  appearance: none !important;
  background: transparent;
  background-position: center center;
  border: none;
  padding: 0;
  text-indent: -9999px;
  width: 100%;
  background-image: url("../images/ico-release.svg");
  background-repeat: no-repeat;
  background-size: 28px;
}
@media (max-width: 1023px) {
  .facetItem .facetReleaseButton,
  .facetItem-multiple .facetReleaseButton {
    width: 44px;
  }
}
@media (max-width: 1023px) {
  .facetItem,
  .facetItem-multiple {
    line-height: 44px;
    border-bottom: 1px solid #E7E7E7;
  }
  .facetItem .facetItemTitle,
  .facetItem-multiple .facetItemTitle {
    padding-left: 12px;
  }
  .facetItem .facetItemNum,
  .facetItem-multiple .facetItemNum {
    padding-right: 12px;
  }
}
.facetItem.selected,
.facetItem-multiple.selected {
  background: #555555;
  color: #FFFFFF;
}
.facetItem.selected .facetReleaseButton,
.facetItem-multiple.selected .facetReleaseButton {
  display: table-cell;
}
.facetItem.selected .facetItemNum,
.facetItem-multiple.selected .facetItemNum {
  display: none;
}
.facetItem-multiple label {
  display: table;
  width: 100%;
  margin-bottom: 0 ;
  table-layout: fixed;
}
.facetItem-multiple label:hover {
  cursor: pointer;
}
.facetPeriodSelect {
  padding: 8px;
}
.facetPeriodSelect input[type="number"] {
  line-height: 28px;
  height: 28px;
  border-radius: 3px;
  border: 1px solid #CCCCCC;
  width: 100%;
  padding-left: 6px;
  width: 61px;
  vertical-align: middle;
}
.facetPeriodSelect .sliderOutputs {
  margin-bottom: 12px;
}
.facetPeriodSelect .sliderOutputs span {
  padding: 0 4px;
}
.facetPeriodSelect .sliderOutputs .btn {
  height: 28px;
  margin-left: 4px;
}
@media (max-width: 1023px) {
  .facetPeriodSelect {
    padding: 12px;
  }
  .facetPeriodSelect input[type="number"] {
    line-height: 32px;
    height: 32px;
    border-radius: 4px;
    padding-left: 8px;
    width: 88px;
  }
  .facetPeriodSelect .sliderOutputs {
    margin-bottom: 16px;
  }
  .facetPeriodSelect .sliderOutputs .btn {
    height: 32px;
    padding: 0 16px;
  }
}
.facet_section.collapsed .facetItem-multiple:nth-child(n+6) {
  display: none;
}
.facet_section .btn {
  height: 28px;
  line-height: 28px;
  margin-left: 4px;
}
.facet_section .button-reset {
  appearance: none !important;
  background: transparent;
  background-position: center center;
  background-image: url("../images/ico-refresh.svg");
  background-repeat: no-repeat;
  background-size: 28px;
  border: none;
  padding: 0;
  text-indent: -9999px;
  width: 28px;
  line-height: 28px;
}
.facet_section .button-reset:hover {
  background-color: #F2F2F2;
}
.facet_section .facetOptionSubmit {
  position: relative;
  margin-top: 8px;
  text-align: right;
}
.facet_section .facetOptionSubmit .button-submit {
  padding: 0 16px;
}
.facet_section .facetOptionSubmit .btn-expand {
  position: absolute;
  left: 0;
  display: inline-block;
  line-height: 28px;
  color: #0055aa;
  border: none;
  background: none;
  padding-left: 28px;
}
.facet_section .facetOptionSubmit .btn-expand:before {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  top: 0;
  left: 0;
  background-image: url("../images/arrow-blue.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center center;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.facet_section.collapsed .facetOptionSubmit .btn-expand:before {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (max-width: 1023px) {
  .facet_section .button-reset {
    line-height: 32px;
    width: 32px;
  }
  .facet_section .btn {
    height: 32px;
    line-height: 32px;
    padding: 0 16px;
  }
}
.facet_section .promotion,
.relateditem_section.promotion {
  padding-top: 16px;
}
.relateditem_section li {
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.relateditem_section.papercodes .papercodesitem ul {
  margin-left: 0;
}
.relateditem_section.papercodes .papercodesitem ul li {
  padding-left: 0;
}
.relateditem_section.papercodes .clsn a,
.relateditem_section.papercodes .sh a {
  display: inline-block;
}
.relateditem_section.preview a {
  display: block;
  text-align: center;
}
.relateditem_section.paperversions .paperversionlist {
  /*版名と出版日を2行で表示する場合は、次のスタイルをアンコメントしてください。
      .versionname, .date {
        display: block;
      }
      */
}
.relateditem_section.paperversions .paperversionlist .paperversionitem {
  border-left: 2px solid #dddddd;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.relateditem_section.paperversions .paperversionlist .paperversionitem.current {
  border-left: 4px solid #555555;
  background-color: #f2f2f2;
  display: block !important;
}
.relateditem_section.paperversions .paperversionlist .linktothisversion {
  display: block;
}
.relateditem_section.paperversions .paperversionlist a.linktothisversion:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.relateditem_section.paperversions .paperversionlist .versionname {
  font-weight: bold;
}
.relateditem_section.paperversions .paperversionlist .versionname:after {
  content: "\0020";
  letter-spacing: 0.5rem;
  display: inline;
}
.relateditem_section.paperversions .paperversionlist .versionname:empty:after {
  content: "";
}
.relateditem_section.paperversions .paperversionlist .date {
  white-space: nowrap;
}
.relateditem_section.paperversions .paperversionlist dt {
  display: inline-block;
}
.relateditem_section.paperversions .paperversionlist dt:after {
  margin-left: 4px;
  content: ":";
}
.relateditem_section.paperversions .paperversionlist dd {
  padding-left: 2em;
  padding-right: 8px;
}
.relateditem_section.paperversions .paperversionlist dd ul li {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1023px) {
  .relateditem_section.paperversions .paperversionlist {
    padding-left: 0 !important;
  }
  .relateditem_section.paperversions .paperversionlist .paperversionitem {
    padding-right: 0;
    margin-bottom: 8px;
  }
  .relateditem_section.paperversions .paperversionlist .paperversionitem dt,
  .relateditem_section.paperversions .paperversionlist .paperversionitem dd {
    padding: 0;
    margin-bottom: 0;
  }
  .relateditem_section.paperversions .paperversionlist .paperversionitem dt ul,
  .relateditem_section.paperversions .paperversionlist .paperversionitem dd ul {
    margin: 0;
  }
  .relateditem_section.paperversions .paperversionlist .paperversionitem dt ul li,
  .relateditem_section.paperversions .paperversionlist .paperversionitem dd ul li {
    padding: 0;
    line-height: 1em;
  }
  .relateditem_section.paperversions .paperversionlist .paperversionitem dd {
    padding-left: 1em;
  }
}
.relateditem_section.paperversions .btn-expand {
  display: none;
  position: relative;
  line-height: 28px;
  color: #0055aa;
  border: none;
  background: none;
  padding-left: 28px;
}
.relateditem_section.paperversions .btn-expand:hover {
  background-color: #F2F2F2;
}
.relateditem_section.paperversions .btn-expand:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  background-image: url("../images/arrow-blue.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center center;
}
.relateditem_section.paperversions .btn-expand-after {
  text-indent: -9999px;
}
.relateditem_section.paperversions .btn-expand-after:before {
  left: calc(50% - 14px);
}
.relateditem_section.paperversions .btn-expand-before {
  text-indent: -9999px;
  margin-bottom: 8px;
}
.relateditem_section.paperversions .btn-expand-before:before {
  left: calc(50% - 14px);
  -moz-transform: rotate(180deg) !important;
  -webkit-transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important;
  -o-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}
.relateditem_section.paperversions .btn-expand-all {
  padding-left: 0;
  text-align: right;
}
.relateditem_section.paperversions .btn-expand-all:before {
  content: none;
}
.relateditem_section.paperversions.hidden-before .paperversionitem.before {
  display: none;
}
.relateditem_section.paperversions.hidden-before .btn-expand-before {
  display: block;
}
.relateditem_section.paperversions.hidden-after .paperversionitem.after {
  display: none;
}
.relateditem_section.paperversions.hidden-after .btn-expand-after {
  display: block;
}
.relateditem_section.paperversions.hidden-before.hidden-after .btn-expand-all {
  display: block;
}
.container-hasSubnav .side_navigation {
  padding-right: 10px;
}
@media (max-width: 1023px) {
  .container-hasSubnav .side_navigation {
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .container-hasSubnav .side_navigation {
    padding-right: 60px;
  }
}
/* Unique to research */
.footer {
  position: absolute;
  padding: 16px;
  background-color: #f7f7f7;
  bottom: 0;
  width: 100%;
  min-width: 960px;
}
.footer a,
.footer a:link,
.footer a:visited {
  color: #666;
  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;
  display: flex;
  justify-content: space-between;
}
.footer .footer-wrap .footer-linkblock .ft-heading {
  margin-bottom: 8px;
}
.footer .footer-logoblock {
  width: calc(880px + 24px);
  margin: 16px auto 16px auto;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
.footer .footer-logoblock .ft-logoname {
  padding: 12px;
  border-radius: 6px;
}
.footer .footer-logoblock .ft-logoname .provider-logo {
  display: table-cell;
  vertical-align: bottom;
}
.footer .footer-logoblock .ft-logoname:hover {
  background-color: #eeeeee;
}
@media (max-width: 1023px) {
  .footer .footer-logoblock .ft-logoname.pc {
    display: none;
  }
  .footer .footer-logoblock .ft-logoname.sp {
    display: block;
  }
}
@media (min-width: 1024px) {
  .footer .footer-logoblock .ft-logoname.pc {
    display: inline-block;
  }
  .footer .footer-logoblock .ft-logoname.sp {
    display: none;
  }
}
.footer .footer-logoblock .copylight {
  margin-left: 12px;
  color: #666666;
}
@media (max-width: 1023px) {
  .footer {
    padding: 16px 12px;
    position: relative;
    line-height: 2.4em;
    min-width: inherit;
  }
  .footer .footer-wrap {
    display: block;
    width: 100%;
  }
  .footer .footer-wrap .ft-group {
    margin-bottom: 36px;
  }
  .footer .footer-logoblock {
    width: 100%;
    text-align: center;
  }
  .footer .footer-logoblock .ft-logoname {
    margin: 0 auto 0 auto;
    display: block;
  }
  .footer .footer-logoblock .ft-logoname .provider-logo {
    display: inline;
    width: 80px;
    height: 52px;
    margin-bottom: 16px;
  }
  .footer .footer-logoblock .ft-logoname .provider-name {
    display: block;
    padding: 0;
    color: #3a358c;
    font-weight: bold;
  }
  .footer .footer-logoblock .ft-logoname .provider-name .name-main {
    display: block;
    font-size: 20px;
    line-height: 20px;
  }
  .footer .footer-logoblock .ft-logoname .provider-name .name-sub {
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 14px;
  }
  .footer .footer-logoblock .copylight {
    margin: 0;
  }
  .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: #aaa;
}
body {
  margin-bottom: 280px;
}
@media (max-width: 1023px) {
  body {
    margin-bottom: 0;
  }
}
.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: #666;
  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: 1023px) {
  .servicestop_information {
    text-align: left;
    margin: 8px 12px;
    padding: 0;
  }
}
.paging {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .paging {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.paging .paginglist {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.paging .paginglist .pagingitem {
  display: block;
  width: auto;
}
.paging .paginglist .pagingitem .pagingbtn {
  display: block;
  width: auto;
  vertical-align: middle;
  height: 28px;
  line-height: 28px;
  padding: 0 8px;
  margin: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-size: 100%;
}
.paging .paginglist .pagingitem .pagingbtn,
.paging .paginglist .pagingitem .pagingbtn:link,
.paging .paginglist .pagingitem .pagingbtn:visited {
  color: #666;
  text-decoration: none;
}
.paging .paginglist .pagingitem .pagingbtn:hover,
.paging .paginglist .pagingitem .pagingbtn:hover,
.paging .paginglist .pagingitem .pagingbtn:active,
.paging .paginglist .pagingitem .pagingbtn:focus {
  color: #0055aa;
  font-size: inherit;
}
@media screen and (max-width: 1023px) {
  .paging .paginglist .pagingitem .pagingbtn {
    line-height: 32px;
    height: 32px;
    margin: 0 4px;
  }
}
.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:hover {
  background-color: #F2F2F2;
}
.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: 1023px) {
  .paging.paging-bottom {
    margin-bottom: 24px;
  }
}
.paging .pagingIndicator {
  margin: 0 12px;
  line-height: 32px;
}
.iconlabel {
  display: inline-block;
  width: 16px;
  height: 28px;
  background-position: center;
}
@media screen and (max-width: 1023px) {
  .iconlabel {
    width: 16px;
    height: 32px;
    position: relative;
  }
}
.paging_prev .iconlabel {
  background-image: url("../images/arrow-dark.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.paging_next .iconlabel {
  background-image: url("../images/arrow-dark.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.paging_first .iconlabel {
  background-image: url("../images/arrow-double.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.paging_end .iconlabel {
  background-image: url("../images/arrow-double.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.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: #666;
}
.content_heading {
  margin-bottom: 8px;
  line-height: 32px;
  min-height: 32px;
}
@media (max-width: 1023px) {
  .content_heading {
    margin-top: 16px;
    padding-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .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: 1023px) {
  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: 1023px) {
  .listitem {
    padding-right: 40px;
    page-break-inside: avoid !important;
  }
  .listitem dl {
    margin-left: 12px;
  }
}
@media print and (max-width: 1023px) {
  .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;
  }
}
.container-singleColumn {
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 20px;
  display: block;
}
@media (max-width: 1023px) {
  .container-singleColumn {
    display: block;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .container-singleColumn {
    padding-left: 80px;
    padding-right: 80px;
  }
}
#topic_path {
  margin: 0 12px 12px 12px;
}
#topic_path a,
#topic_path span {
  white-space: nowrap;
}
@media (max-width: 1023px) {
  #topic_path {
    margin-top: 8px;
    line-height: 200%;
  }
  #topic_path a,
  #topic_path span {
    display: inline-block;
  }
}
.journalVolData {
  position: relative;
}
.journalVolData:before,
.journalVolData:after {
  content: " ";
  display: table;
}
.journalVolData:after {
  clear: both;
}
.journalVolData:before,
.journalVolData:after {
  content: " ";
  display: table;
}
.journalVolData:after {
  clear: both;
}
.journalVolData .listtitle {
  margin: 0 12px;
  padding-bottom: 8px;
  min-height: 32px;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 144%;
}
.journalVolData .outlineInHeading {
  margin-left: 12px !important;
  padding-left: 0 !important;
}
.journalVolData .ciniibookslink {
  box-sizing: content-box;
  min-height: 24px;
  background-repeat: no-repeat;
  background-size: 24px;
  position: absolute;
  top: 0;
  right: 0;
  width: 10em;
}
.journalVolData .ciniibookslink a {
  line-height: 24px;
  display: inline-block;
  padding: 0 8px 0 32px;
}
.journalVolData .org_website_link {
  box-sizing: content-box;
  min-height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  width: 8em;
}
.journalVolData .org_website_link a {
  line-height: 24px;
  display: inline-block;
  padding: 0 8px 0 8px;
}
.journalVolData #society_name,
.journalVolData #dinheadeing {
  margin-right: 2em;
  float: left;
}
@media (max-width: 1023px) {
  .journalVolData .ciniibookslink,
  .journalVolData .org_website_link {
    position: static;
    margin-top: 6px;
  }
  .journalVolData #society_name,
  .journalVolData #dinheadeing {
    margin: 0 0 6px 0;
    float: none;
  }
}
.directorylist .dirlistheader {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.directorylist .dirlistheader p {
  display: table-cell;
  padding: 4px 8px;
  vertical-align: middle;
  color: #666;
}
.directorylist .listContainer ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.directorylist .listContainer ul li {
  display: table-row;
}
.directorylist .listContainer ul li p {
  display: table-cell;
  padding: 2px 8px;
  vertical-align: middle;
}
.directorylist .listContainer ul li p a {
  display: block;
  padding: 6px 0;
}
@media (max-width: 1023px) {
  .directorylist .dirlistheader {
    display: block;
  }
  .directorylist .dirlistheader p {
    display: block;
    width: auto !important;
    padding: 6px 12px;
    vertical-align: middle;
    color: #666;
  }
  .directorylist .listContainer ul {
    display: block;
  }
  .directorylist .listContainer ul li {
    display: block;
    position: relative;
    padding: 6px 4px;
    min-height: 24px;
  }
  .directorylist .listContainer ul li p {
    display: block;
    width: auto !important;
  }
  .directorylist .listContainer ul li p a {
    display: block;
    padding: 0 0;
  }
}
.directorylist.journallist .title {
  width: auto;
}
.directorylist.journallist .conditions {
  width: 120px;
}
.directorylist.journallist .conditions a,
.directorylist.journallist .conditions span {
  display: block;
}
.directorylist.journallist .org {
  width: auto;
}
.directorylist.journallist .available {
  width: 200px;
}
.directorylist.journallist .incorporated {
  width: auto;
  word-break: break-all;
}
@media (max-width: 1023px) {
  .directorylist.journallist .title {
    margin-bottom: 6px;
    font-size: 124%;
    font-weight: bold;
    display: block;
    line-height: 160%;
    padding-top: 0;
  }
  .directorylist.journallist .conditions a,
  .directorylist.journallist .conditions span {
    display: inline-block;
    margin-right: 1em;
  }
  .directorylist.journallist .org {
    display: inline-block;
  }
  .directorylist.journallist .available:before {
    content: '収録巻号：';
    color: #666;
  }
  .directorylist.journallist .incorporated:before {
    content: '収録予定：';
    color: #666;
  }
}
@media (max-width: 1023px) {
  .english .directorylist.journallist .available:before {
    content: 'Available Volumes：';
    color: #666;
  }
  .english .directorylist.journallist .incorporated:before {
    content: 'To be incorporated：';
    color: #666;
  }
}
.directorylist.vollist .vol {
  width: 8%;
}
.directorylist.vollist .published {
  width: 12%;
}
.directorylist.vollist .conditions {
  width: auto;
}
@media (max-width: 1023px) {
  .directorylist.vollist .vol {
    margin-bottom: 6px;
    font-size: 124%;
    font-weight: bold;
    display: block;
    line-height: 160%;
    padding-top: 0;
  }
  .directorylist.vollist .published {
    display: inline-block;
  }
  .directorylist.vollist .conditions {
    display: inline-block;
  }
}
.directorylist.tableofcontents .articletitle {
  width: auto;
}
.directorylist.tableofcontents .bodylink {
  width: 120px;
}
.directorylist.tableofcontents .bodylink a,
.directorylist.tableofcontents .bodylink span {
  display: inline-block;
  margin-right: 1em;
}
.directorylist.tableofcontents .bodylink a.txt80b,
.directorylist.tableofcontents .bodylink span.txt80b {
  margin-right: 4px;
}
.directorylist.tableofcontents .page {
  width: 96px;
}
@media (max-width: 1023px) {
  .directorylist.tableofcontents .articletitle {
    margin-bottom: 6px;
    font-size: 124%;
    font-weight: bold;
    display: block;
    line-height: 160%;
    padding-top: 0;
  }
  .directorylist.tableofcontents .bodylink {
    display: inline-block;
  }
  .directorylist.tableofcontents .page {
    display: inline-block;
  }
}
.slider-container {
  height: 24px;
  padding: 8px 0;
  margin: 0 auto;
}
.slider-container .back-bar {
  height: 8px;
  position: relative;
  background-color: #dddddd;
  border-radius: 4px;
}
.slider-container .back-bar .selected-bar {
  position: absolute;
  border-radius: 4px;
  background-color: #0055aa;
  height: 100%;
}
.slider-container .back-bar .pointer {
  position: absolute;
  top: -8px;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  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;
  opacity: 1;
  z-index: 2;
}
.slider-container .back-bar .pointer.last-active {
  z-index: 3;
}
.slider-container .back-bar .pointer-label {
  position: absolute;
  top: -17px;
  font-size: 8px;
  background: white;
  white-space: nowrap;
  line-height: 1;
}
.slider-container .back-bar .focused {
  z-index: 10;
}
@media (max-width: 1023px) {
  .slider-container {
    height: 32px;
    padding: 12px 0;
  }
  .slider-container .back-bar .pointer {
    top: -12px;
    width: 32px;
    height: 32px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
  }
}
.slider-container .clickable-dummy {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slider-container .scale {
  top: 2px;
  position: relative;
}
.slider-container .scale span {
  position: absolute;
  height: 5px;
  border-left: 1px solid #999;
  font-size: 0;
}
.slider-container .scale ins {
  font-size: 9px;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 5px;
  color: #999;
  line-height: 1;
}
.slider-container.slider-readonly .clickable-dummy,
.slider-container.slider-readonly .pointer {
  cursor: auto;
}
/*# sourceMappingURL=cinii.css.map */