@charset "utf-8";
/* /////////////////////////////////////////////////////////////

  CG合成イメージ
  cad/search/detail.html

///////////////////////////////////////////////////////////// */
.cg-synth {
  margin-top: 25px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
}
.cg-synth img {
  vertical-align: middle;
}
.cg-synth_wrap {
  width: 640px;
  margin: 0 auto;
}
/* ====================================================
  タイトル
====================================================*/
.cg-synth_ttl {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
/* ====================================================
  合成イメージ
====================================================*/
.cg-synth_image {
  margin-bottom: 25px;
}
.cg-synth_pic-list {
  margin-bottom: 19px;
}
.cg-synth_pic-bit {
  text-align: center;
}
.cg-synth_pic-bit--after {
  display: none;
}
/* ====================================================
  表示切替
====================================================*/
.cg-synth_switch {
  text-align: center;
  letter-spacing: -0.4em; /* inline-blockの隙間対策 */
}
.cg-synth_btn {
  display: inline-block;
  *display: inline; /* IE7 */
  *zoom: 1; /* IE7 */
  border: 1px solid #ccc;
  letter-spacing: normal; /* inline-blockの隙間対策 */
}
.cg-synth_switch li:nth-of-type(1) {
  border-radius: 4px 0 0 4px;
}
.cg-synth_switch li:nth-of-type(2) {
  border-radius: 0 4px 4px 0;
}
.cg-synth_switch li:nth-of-type(1) a {
  border-radius: 3px 0 0 3px;
}
.cg-synth_switch li:nth-of-type(2) a {
  border-radius: 0 3px 3px 0;
}
.cg-synth_btn a {
  display: block;
  width: 118px;
  height: 34px;
  background-color: #eee;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  line-height: 34px;
}
.cg-synth_btn a:hover {
  color: #333;
}
.cg-synth_btn--selected a {
  background-color: #0075a9;
  color: #fff;
  font-weight: bold;
}
.cg-synth_btn--selected a:hover {
  color: #fff;
}
/* ====================================================
  コメント・設置のポイント
====================================================*/
.cg-synth_point {
  margin-bottom: 22px;
}
.cg-synth_point-hd {
  margin-bottom: 5px;
  color: #f19049;
  font-size: 18px;
  font-weight: bold;
}
.cg-synth_point-txt {
  padding: 15px;
  border: 2px solid #f19049;
}
/* ====================================================
  商品情報
====================================================*/
.cg-synth_item {
  margin-bottom: 25px;
}
.cg-synth_item-hd{
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}
.cg-synth_item-pic {
  float: left;
}
.cg-synth_item-pic img {
  width: 280px;
  height: auto;
}
.cg-synth_item-detail {
  float: right;
  width: 344px;
}
.cg-synth_item-maker {
  margin-bottom: 5px;
}
.cg-synth_item-name {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}
/*--------------------------------
  価格
--------------------------------*/
.cg-synth_price {
  margin-bottom: 3px;
  color: #f00;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.cg-synth_price-hd {
  float: left;
  margin-top: 5px;
}
.cg-synth_price-txt {
  float: right;
}
.cg-synth_price-num {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
}
/*--------------------------------
  説明文
--------------------------------*/
.cg-synth_item-desc {
  margin-bottom: 5px;
}
/*--------------------------------
  商品ページへのリンク
--------------------------------*/
.cg-synth_item-link {
  text-align: right;
}
.cg-synth_item-link a {
  display: inline-block;
  *display: inline; /* IE7 */
  *zoom: 1; /* IE7 */
  height: 40px;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #0075a9;
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  line-height: 40px;
}
.cg-synth_item-link a::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  border: 4px solid transparent;
  border-left: 8px solid #fff;
  border-right: none;
  vertical-align: middle;
}
/* ------------------------------------------------------------------------
  お値引きタグ
------------------------------------------------------------------------*/

/* お値引きフキダシ
----------------------------------------------------------------*/
.cg-synth ul.discount_list {
  position: relative;
  display: inline-block;
  max-width: 250px;
  margin: 0 0 14px;
  padding: 4px;
  border: 1px solid #faa;
  border-radius: 1px;
  background: #fcff00;
}
.cg-synth ul.discount_list:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 25px;
  border-width: 9px 6px 0;
  border-style: solid;
  border-color: #faa transparent;
}
.cg-synth ul.discount_list li.price_off:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 26px;
  border-width: 8px 5px 0;
  border-style: solid;
  border-color: #fcff00 transparent;
}

/* 値引きタグ共通
----------------------------------------------------------------*/
.cg-synth ul.discount_list li {
  float: left;
  overflow: visible;
  height: 22px;
  padding-right: 2px;
  background-color: red;
  color: white;
  font-family: verdana, meiryo, sans-serif;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  text-align :center;
  line-height: 21px;
  vertical-align: middle;
  *padding-right: 2px;
}

/* +プラス共通
----------------------------------------------------------------*/
.cg-synth ul.discount_list li span.plus {
  float: left;
  position: relative;
  top: -3px;
  height: 28px;
  margin-right: 2px;
  padding: 0 2px;
  background: #fcff00;
  color: #f00;
  font-size: 15px;
  font-weight: normal;
  font-family: verdana, meiryo, sans-serif;
  vertical-align: middle;
  line-height: 26px;
}

/* 商品割引[%OFF]タグ
------------------------------------------------------------------------*/
.cg-synth ul.discount_list li.price_off {
  padding: 0 2px;
  font-family: arial, helvetica, meiryo;
  font-size: 10px;
  vertical-align: bottom;
}
.cg-synth ul.discount_list li.price_off span.percentage {/* 割引率数 */
  display: inline;
  padding: 0;
  font-size: 17px;
  font-family: arial, helvetica !important;
  font-weight: bold !important;
  vertical-align: baseline;
}

/* 工事費負担タグ
------------------------------------------------------------------------*/
.cg-synth ul.discount_list li.const_free {/* 工事費無料 */
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04ex;
}
.cg-synth ul.discount_list li.const_off {/* 工事費一部負担 */
  width: 111px;
  *width: 115px;
}
/* ====================================================
  ご依頼
====================================================*/
.cg-synth_request-hd {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}
.cg-synth_request-bnr {
  text-align: center;
}