@import url(/common/css/feature.css);
.feature_detail {
}
.feature_detail .head {
  padding: 0 0 15px;
}/*  */
.feature_detail .body {
}
.feature_detail .foot {
}
.feature_detail .title {
  height: 160px;
  background-image: url("title.png");
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.feature_detail .lead {
  width: 830px;
  font-size: 16px;
  text-align: left;
  line-height: 160%;
  padding: 1em 1.5em;
  margin: 2em auto;
  background:#07b0d8;
  border-top: solid 5px #ddef47;
  border-bottom: solid 5px #d3e441;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.feature_detail .lead:after {
  content:"";
  position: absolute;
  z-index: -1;
  bottom: 10px;
  display: block;
  width: 50%;
  height: 50%;
  box-shadow: 0 10px 5px #999;
  right: 5px;
  transform: rotate(3deg);
}
.feature_list {
}
.feature_list .contentstitle_h1 {
  display: none;
}
.searchresult_list {
}
.searchresult_list .dotline {
}
.searchresult_list .searchresult_row {
  padding-top: 10px;
}
.searchresult_filter a {
  margin: 0 2em 1em;
}
.pagetoparea {
  height: 0;
}

.feature_detail .searchresult_filter {
  display: none;
}

#main .searchresult_list > .result_head {
  text-align: left;
  font-size: 22px;
  background-color: #002354;
  color: #fff;
  padding: 0.3em 0 0.2em 0.4em;
  margin: 10px 0;
  border-radius: 5px;
}
#main .searchresult_list > .searchresult_row + .result_head {
  margin-top: 20px;
}
#main .searchresult_list .searchresult_book .booktitle .label {
  background-color: #ccc;
  color: #fff;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0.1em 0.4em;
  font-size: 11px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
#main .searchresult_list .searchresult_book .booktitle .label-primary {
  background-color: #337ab7;
}
