/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
◆unique_parts
　/inquiry/css/unique_parts.css
 - - - - - - - - - - - - - - - - - - -
　#contentsの内容要素で、/inquiryのコンテンツに特化した要素についてスタイルを設定します。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* =========================================================
■【お問い合わせ】お問い合わせ項目リンク
　th の幅調整
　⇒ body.inquiry #contents table.infoTable
========================================================= */
  body.inquiry #contents table.infoTable th {
    width: 35%;
    /* white-space: nowrap; */
  }


/* =========================================================
■【お問い合わせ】電話番号の頭揃え
　th の幅調整
　⇒ body.inquiry #contents div.phoneNum-container
========================================================= */
  body.inquiry #contents div.phoneNum-container {
    padding-left: 2.8em;
    text-indent: -2.8em;
  }



