.c-accordion_content {
  display: block;
}
.c-pagination {
  display: none;
}
.p-searchResults_info {
  margin-bottom: 16px;
}
.SS_AutoloadItem {
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .SS_AutoloadItem {
    margin-bottom: 24px;
  }
}

/* === Preview === */
div#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;
}
div#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;
}

/*== Additional ==*/
#SS_search1+.l-section-bgGrey{
  margin-top: 8px;
}
.c-selectbtn_wrap label {
  position: relative;
  display: inline-block;
  margin: 8px 0 0 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  padding: 8px 20px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #000;
  border-radius: 4px;
  background: #e6e6e6;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
}
.c-selectbtn_input {
  position: relative;
  display: none;
}
.c-selectbtn_input:hover + label{
  background: #c2c2c2;
}
.c-selectbtn_input:checked + label {
    color: #fff;
    background: #d22d37;
}