/* === Search === */
.SS_search {
  position: relative;
  margin: 0 0 30px;
}
.SS_search input[type="text"] {
  height: 34px;
  margin: 0;
  border: 1px solid #000;
  border-radius: 0;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.SS_search input[type="text"] {
  width: 400px;
  padding: 5px 10px;
  float: left;
}

@media (min-width: 740px) {
  .SS_search .form-set-content {
    position: absolute;
    left: 399px;
    top: 0;
    border: none;
    width: 34px;
    height: 34px;
  }
}
.SS_search .form-submit {
  width: 34px;
  height: 34px;
  box-sizing: border-box;
}
.SS_search .form-submit {
  left: 0;
}
.SS_search .icon-contact {
  left: 0;
  top: 6px;
  width: 34px;
  height: 34px;
}
@media (max-width: 739px) {
  .SS_search {
    margin: 30px 10px;
  }
  .SS_search input[type="text"] {
    width: 100%;
    margin-right: -34px;
  }
  .SS_search .form-set-content {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    width: 34px;
    height: 34px;
  }
  .SS_search .icon-contact {
    font-size: 19px;
  }
}



/* === Navication === */
#SS_navi {
  clear: both;
  margin-bottom: 20px;
  padding: 8px 5px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fafafa;
}
#SS_naviResult {
  float: left;
}
#SS_naviSort {
  float: right;
}
#SS_naviResult b,
.SS_contentType,
#sortSelected {
  font-weight: bold;
}
#SS_sortDate {
  margin-left: 1em;
}
.SS_contentType {
  padding-right: 0.4em;
}

@media (max-width: 739px) {
  #SS_naviResult {
    display: block;
    float: none;
    line-height: 1.4em;
  }
}


/* === Adlink === */
#SS_adlink {
  clear: both;
  margin: 10px 20px 30px;
  padding: 10px 10px 0;
  background: #E8F4FF;
  border: 1px solid #D2EAFF;
}
.SS_adlinkItem {
  display: table;
  padding-bottom: 10px;
}
#SS_adlink .SS_adlinkImage {
  display: table-cell;
  width: 180px;
}
#SS_adlink .SS_adlinkImage img {
  padding: 4px;
  background: #fff;
  border: 1px solid #ccc;
}
#SS_adlink .SS_adlinkPage {
  display: table-cell;
  vertical-align: top;
}
.SS_adlinkTitle {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 1.25em;
}
.SS_adlinkSummary,
.SS_adlinkUrl {
  font-size: 1.4rem;
  line-height: 1.42857;
}
#SS_adlink .SS_url {
  padding-left: 0;
}
@media (max-width: 739px) {
  #SS_adlink .SS_adlinkImage {
    display: none;
  }
}


/* === Result === */
#search-result-area .image-col-set {
  clear: both;
  margin-bottom: 20px;
}
.SS_summary {
  word-break: break-all;
}
.article-set .SS_highlight {
  font-weight: bold;
  background: #ffffc6;
}
.SS_lastModified {
  padding-left: 1em;
}
.SS_url {
  padding-left: 1em;
  color: #006F00;
  word-break: break-all;
}
.image-col-set-description-text .selectType {
  font-weight: bold;
}

.image-col-set-description-text .global-message {
  font-size: 90%;
}

@media (min-width: 740px) {
  #search-result-area .image-col-set-image a {
    width: 170px;
    height: 130px;
  }
  #search-result-area .image-col-set-image img {
    max-width: 160px;
    max-height: 120px;
  }
  #search-result-area .image-col-set-image span.global-link-message {
    font-size: 60%;
    color: red;
  }
  #search-result-area .image-col-set-image-center {
    margin: auto;
    text-align: center;
  }
}

@media (max-width: 739px) {
  .image-col-set-image {
    display: none;
  }
}

/* === Paging === */
.SS_prevPage {
  margin-right: 1em;
}
.SS_nextPage {
  margin-left: 1em;
}

@media (min-width: 740px) {
  .SS_paging {
    clear: both;
    margin: 40px 0 20px;
    text-align: center;
  }
  .SS_paging b,
  .SS_paging .SS_numberPage a {
    display: inline-block;
    min-width: 2.2em;
    margin: 0 2px;
    padding: 7px 5px;
    border: 1px solid #ebebeb;
    text-align: center;
  }
  .SS_paging b.SS_selectPage {
    background-color: #ebebeb;
  }
  .SS_paging_sp {
    display: none;
  }
}

@media (max-width: 739px) {
  .SS_paging {
    display: none;
  }
  .SS_paging_sp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 50px 0 0;
  }
  ..SS_numberPage {
    text-align: center;
  }
}


/* === NotFound === */
#SS_notFound {
  margin: 30px 0;
}
#SS_notFound p {
  margin: 0;
  padding: 0 0 20px;
}
#SS_notFound b {
  font-weight: bold;
}
#SS_hint {
  padding-bottom: 10px;
}
ul#SS_hintMessage {
 margin-left: 20px;
}
ul#SS_hintMessage li {
  list-style: disc;
  line-height: 1.42857;
}

/* === 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 0px 0px 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_paging::after,
#SS_adlink::after {
 content: "";
 display: block;
 clear: both;
}