/* === HTML === */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,600');

html {
  font-family: Noto Sans JP,sans-serif;
  font-feature-settings: "pkna" 1;
}

em, strong {
  font-family:Noto Sans JP,sans-serif;
  font-weight: 600;
}

form {
  margin: 0;
  padding: 0;
}
img {
  margin: 0;
  padding: 0;
  border: 0;
}
a{
  border:0;
}
span.clear {
  clear: left;
  height: 1px;
}

/* === Layout === */

#SS_container {
  width: 100%;
  margin: 0;
  text-align: left;
}
#SS_contents {
  padding-bottom: 5px;
  background-color: #fff;
}

/* === Search === */
.SS_searchForm {
  background: #eaeef0;
    border: 1px solid #d6d9da;
    border-radius: 2px;
    color: #606d76;
    max-width: 840px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.SS_search input[type="submit"],
.SS_search select {
  box-sizing: border-box;
  padding: 0 5px;
  height: 38px;
  font-size: 1em;
}

.SS_search input + label {
  margin-right: 15px;
}

.SS_search .SS_group,
.SS_search input[type="submit"] {
  float: left;
}
.SS_search .SS_group {
  margin-right: 5px;
}
.SS_search select.SS_group {
  margin-top: 5px;
  margin-bottom: 5px;
}
.SS_search input[type="text"] {
  width: 100%;
  padding: 14px 15px;
  color: #20282e;

}
.SS_search input[type="image"] {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
}

.ss-query-box {
  padding: 5px 0;
}

.SS_searchCategory {
  clear: both;
  margin: 5px 0;
}

.SS_searchCategory input[type="checkbox"],
.SS_searchCategory input[type="radio"] {
  margin: 0 3px 0 0;
  padding: 0;
  vertical-align: middle; 
}

.SS_searchCategory label {
  vertical-align: middle;
  margin-left: 3px;
}

div.SS_group label {
    vertical-align: middle;
    margin-right:5px;
    height: 18px;
}

div.SS_group input {
    vertical-align: middle;
    height: 18px;
}

span#SS_queryString b {
  font-weight: 700;
}

span#SS_queryString,
span#SS_totalHits {
  font-weight: normal;
  font-size: 16px;
}

span#SS_totalHits b {
  font-size: 1.75rem;
}

@media screen and (max-width: 767px) {
  .SS_search .SS_group {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .ss-query-box {
    width: 100%;
    position: relative;
  }
  .SS_search select {
    border: 1px solid #999;
    border-radius: 0;
  }
  .ss-query-box input[type="text"],
  .ss-query-box input[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid #ccc;
  }
  .ss-query-box input[type="text"] {
    width: 100%;
    padding-right: 5em;
  }
  .ss-query-box input[type="submit"] {
    position: absolute;
    right: 0;
    top: 5px;
    background: #ccc;
  }
}

/* === Navication === */
#SS_navi {
  clear: both;
  margin-bottom: 20px;
  padding: 8px 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fafafa;
}
#SS_navi div#SS_naviResult {
  float: left;
}
#SS_navi span#SS_naviSort {
  float: right;
}
#SS_navi span#SS_totalHits {
  padding-left: 10px;
}
#SS_navi span#SS_showCounts {
  padding-left: 10px;
}
span#SS_sortDate {
  margin-left: 10px;
}

/* === Adlink === */
#SS_adlink {
  width: auto;
  margin: 0 10px 20px;
  padding: 10px;
  background: #E8F4FF;
  border: 1px solid #D2EAFF;
}
.SS_adlinkItem {
  position: relative;
  width: 100%;
  min-height: 130px;
  padding-bottom: 15px;
}
* html .SS_adlinkItem {
  height: 130px;
}
*:first-child+html .SS_adlinkItem {
  height: 130px;
}

.SS_adlinkItem:last-child {
  padding-bottom: 0;
}
.SS_adlinkImage {
  position: absolute;
  left: 0;
  top: 0;
  width: 190px;
}
.SS_adlinkImage img {
  padding: 4px;
  border: 1px solid #ccc;
  background: #fff;
}
.SS_adlinkPage {
  padding-left: 190px;
}
.SS_adlinkPage .SS_adlinkSummary {
  margin: 4px 0;
}
.SS_adlinkPage .SS_adlinkUrl {
  color: #006F00;
  font-size: 0.8em;
  word-break: break-all;
}
.SS_adlinkPage span.SS_highlight {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .SS_adlinkItem {
    min-height: auto;
    margin-bottom: 15px;
    border-bottom: 1px dotted #999;
  }
  .SS_adlinkItem:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
  }
  .SS_adlinkImage {
    display: none;
  }
  .SS_adlinkPage {
    padding-left: 0;
  }
}

/* === Result === */
#SS_result {
  width: auto;
  margin: 0 10px 20px;
  padding: 10px; 
}
.SS_item {
  position: relative;
  width: 100%;
  min-height: 130px;
  padding-bottom: 15px;
}
* html .SS_item {
  height: 130px;
}
*:first-child+html .SS_item {
  height: 130px;
}
.SS_item:last-child {
  padding-bottom: 0;
}
.SS_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 190px;
}
.SS_image img {
  padding: 4px;
  border: 1px solid #ccc;
  background: #fff;
}
.SS_page {
  padding-left: 190px;
}
.SS_summary {
  margin: 4px 0;
}
.SS_item span.SS_highlight {
  font-weight: bold;
}
.SS_item .SS_page span.SS_url {
  display: block;
  color: #006F00;
  font-size: 0.8em;
  word-break: break-all;
}
.SS_item span.SS_contentType {
  font-weight: bold;
}
.SS_item span.SS_contentLength,
.SS_item span.SS_lastModified {
  display: inline-block;
  font-size: 0.8em;
  margin-left: 5px;
}

div.SearchResults__itemBody a.pdf:after {
 content: none;
}

@media screen and (max-width: 767px) {
  .SS_item {
    min-height: auto;
    margin-bottom: 15px;
    border-bottom: 1px dotted #999;
  }
  .SS_item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
  }
  .SS_image {
    display: none;
  }
  .SS_page {
    padding-left: 0;
  }
}

/* === Paging === */

/* === NotFound === */
#SS_notFound {
  clear: both;
  padding: 0 10px 20px;
}
#SS_notFound #SS_hint {
  margin-top: 15px;
}
#SS_notFound ul#SS_hintMessage {
  margin-top: 0;
}

/* === Preview === */
#SS_preview {
  position: absolute;
  z-index: 100;
  width: 436px;
  height: 336px;
  background: url(//image.syncsearch.jp/image/preview.gif) no-repeat 0 0; 
  display: none;
}
#SS_previewContainer {
  width: 407px;
  height: 307px;
  margin: 16px 0 0 16px;
  background: url(//image.syncsearch.jp/image/shadow.png) no-repeat 0 0;
}
img#SS_previewImage {
  border: 1px solid #CCCCCC;
}

.SS_search:after,
#SS_navi:after,
.SS_adlinkItem:after,
.ss-query-box:after,
.SS_searchCategory:after {
  clear: both;
  content: "";
  display: block;
}

/* IE6 */
* html .SS_search,
* html #SS_navi,
* html .SS_adlinkItem,
* html .ss-query-box,
* html .SS_searchCategory {
  zoom: 1;
}
/* IE7 */
*:first-child+html .SS_search,
*:first-child+html #SS_navi,
*:first-child+html .SS_adlinkItem,
*:first-child+html .ss-query-boxm,
*:first-child+html .SS_searchCategory {
  zoom: 1;
}
