/* web-price: 相場テーブル共通スタイル（テーマの装飾に馴染む最小限の指定） */
.wp-price { margin: 1.5em 0 2em; font-size: 0.95em; }
.wp-price__scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.wp-price__table { width: 100%; min-width: 640px; border-collapse: collapse; border: 1px solid #ddd; }
.wp-price__table caption { text-align: left; font-weight: 700; padding: 0 0 .5em; caption-side: top; }
.wp-price__table th, .wp-price__table td { border: 1px solid #ddd; padding: .6em .7em; vertical-align: top; text-align: left; }
/* 見出しセルの文字色。テーマ側（SWELL: .post_content thead th）より詳細度を高くし、
   さらにテーマのカスタムプロパティも打ち消して恒久的に #494949 を保つ。 */
.wp-price { --thead-color--txt: #494949; --thead-color--bg: #f4f5f7; }
.wp-price .wp-price__table thead th { background: #f4f5f7; color: #494949; white-space: nowrap; text-align: center; }
.wp-price .wp-price__table tbody th { font-weight: 600; background: #fafafa; color: #494949; width: 30%; }
.wp-price__label { display: block; }
.wp-price__spec { display: block; font-size: .8em; font-weight: 400; color: #666; margin-top: .2em; }
.wp-price__cell { white-space: nowrap; text-align: right; }
.wp-price__median { display: block; font-weight: 700; }
.wp-price__range { display: block; font-size: .8em; color: #666; }
.wp-price__notes td { font-size: .82em; color: #555; background: #fff; border-top: 0; padding-top: .2em; }
.wp-price__updated { font-size: .8em; color: #666; margin: .5em 0 0; text-align: right; }
.wp-price__sources { font-size: .8em; color: #666; margin: .5em 0 0; }
.wp-price__sources ul { margin: .3em 0 0 1.2em; padding: 0; }
.wp-price__notice { font-size: .85em; color: #555; border-left: 3px solid #ccc; padding: .5em .8em; margin: 1em 0; background: #fafafa; }
.wp-price--single .wp-price__table { min-width: 0; }
@media (max-width: 640px) {
  .wp-price { font-size: .9em; }
  .wp-price__table tbody th { width: auto; min-width: 9em; }
}
