
/* 背景
----------------------------------------------- */

@media (min-width:1040px){
  #main {
    background: #FFF url(/img/block/bg/honeycomb-fade.png) center 420px repeat-x;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) calc( 50% - 540px ),rgba(255,255,255,1) calc( 50% - 500px ),rgba(255,255,255,1) calc( 50% + 500px ),rgba(255,255,255,0) calc( 50% + 540px )),
                url(/img/block/bg/honeycomb-fade.png) center 420px repeat-x;
    background: linear-gradient(to right, rgba(255,255,255,0) calc( 50% - 540px ),rgba(255,255,255,1) calc( 50% - 500px ),rgba(255,255,255,1) calc( 50% + 500px ),rgba(255,255,255,0) calc( 50% + 540px )),
                url(/img/block/bg/honeycomb-fade.png) center 420px repeat-x;
  }
} /* Eo min1040 */


/* 目次調整
----------------------------------------------- */
#toc_container {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background: #fff !important;
}

/* イントロ（concept）
----------------------------------------------- */
#contents .concept h1 {
  color: #333;
}

@media (max-width:729px){
  #contents .concept h1 {
    background: #D2D6DF;
    margin: 0 -3.5% 0.5em;
    padding: 0.5em 1em;
  }
} /* Eo max729 */

@media (min-width:730px){
  #contents .concept h1 {
    font-size: 2.3em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.5em;
  }
} /* Eo min730 */


/* 事例（results）
----------------------------------------------- */
#contents .results {
}


/* 買取価格（price-list）
----------------------------------------------- */
#contents .price-list {
}

@media (min-width:730px){
  #contents .price-list .catch {
    color: #C73535 !important;
  }
} /* Eo min730 */



/* 買取対象（taishou）
----------------------------------------------- */
.wp-table-reloaded td,
.wp-table-reloaded th {
  border-color: #91D4EF;
}
.wp-table-reloaded .odd td {
  background: #FFF;
}
.wp-table-reloaded .even td {
  background: #F6FBFF;
}

#contents .taishou .tekisei .deco.txt-c {
  color: #C73535;
  margin: 0;
}

@media (max-width:729px){
  #contents .taishou table {
    background: none;
    overflow: auto;
    white-space: nowrap;
    display: block;
  }
  #contents .taishou table::-webkit-scrollbar{
    height: 5px;
  }
  #contents .taishou table::-webkit-scrollbar-track{
    background: #F1F1F1;
  }
  #contents .taishou table::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }

  #contents .taishou table tbody {
    display: table;
    width: 100%;
  }
} /* Eo max729 */

@media (min-width:730px) {
  #contents .taishou .wp-table-reloaded-table-description {
    text-align: center;
  }
  #contents .taishou .tekisei {
    padding-bottom: 1em;
  }
  #contents .taishou .tekisei .deco.txt-c {
    font-size: 2em;
  }
} /* Eo min730 */


/* ○○の買取について（about）
----------------------------------------------- */
@media (min-width:730px) {
  #contents .about .catch {
    color: #C73535 !important;
  }
  #contents div[id$="-about"].outer {
    background-color: #EEEDE8;
    background-image: url(/img/block/bg/books.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    text-shadow:
     1px  1px 2px #EEEDE8,
    -1px  1px 2px #EEEDE8,
     1px -1px 2px #EEEDE8,
    -1px -1px 2px #EEEDE8;
  }
} /* Eo min730 */


/* よくある質問（qa）
----------------------------------------------- */
section[id$="qa"].qa dl dt:before,
section[id$="qa"].qa dl dd:before {
  border-radius: 50%;
  color: #FFF;
  display: block;
  line-height: 1em;
  text-align: center;
  height: 1.5em;
  width: 1.5em;
  padding: 0.3em;
  position: absolute;
  top: 0.5em;
}
section[id$="qa"].qa dl dt {
  background: none;
  border-bottom: 1px #666 dotted;
  padding: 0.5em 1em 0.5em 2em;
  position: relative;
}
section[id$="qa"].qa dl dt:before {
  background: #6BC4D6;
  content: "Q";
  left: 0;
}
section[id$="qa"].qa dl dd {
  background: #FFF;
  border-radius: 0.5em;
  padding: 0.5em 1em 0.5em 2.5em;
  position: relative;
}
section[id$="qa"].qa dl dd:before {
  background: #FA6F06;
  content: "A";
  left: 0.5em;
}

@media (min-width:730px) {
  #contents .qa {
    background: url(/img/illust/navigator.png) 10% top no-repeat;
  }
  section[id$="qa"].qa dl {
    background: #FFF6C4;
    padding: 2em;
  }
} /* Eo min730 */


/* 高く売るには（point）
----------------------------------------------- */
#contents .point {
}


/* 業者の選び方（erabikata）
----------------------------------------------- */