@charset "UTF-8";
/* CSS Document */
/*///////////////////////////////////////////////////////////

  ?取扱い植物一覧

//////////////////////////////////////////////////////////*/

#item_detail .item_detail_box .detail_center {
  padding: 25px 30px 30px;
}
#item_detail .item_detail_box .detail_center {
  padding-right: 6px\9;
  *padding-right: 6px; /* IE7 */
}
h1 {
  margin-bottom: 15px;
}
h2 {
  clear: both;
  width: 656px\9;
  *width: 656px;
  margin-top: 17px;
  margin-bottom: 15px;
  padding: 7px 8px;
  background-color: #fafafa;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
}
p.lead {
  margin-bottom: 14px;
}
.list_plants {
  padding-bottom: 10px;
  font-size: 0;
}
.list_plants li {
  position: relative;
  display: inline-block;
  *display: inline; /* IE7 */
  *zoom: 1; /* IE7 */
  width: 280px;
  vertical-align: top;
  margin-bottom: 23px;
  font-size: 12px;
}
.list_plants li:nth-of-type(odd) {
  margin-right: 24px;
}
.list_plants .quantitiy {
  position: absolute;
  top: 161px;
  left: 153px;
  width: 2em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  color: #079200;
  text-align: center;
}
.list_plants .order {
  position: absolute;
  top: 209px;
  left: 2px;
  width: 1em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.bnr_sunlight {
  margin: 7px 0;
}
#item_box #item_summary p.bt_estimate_simulation {
  padding-top: 27px;
  background: url("/public/img/img_search/search_intro/estimate_input/ico_price_arrow.png") center 13px no-repeat;
}
/* 写真
------------------------------------------------------------------------*/
.list_plants .pic {
  position:relative;
  float: left;
  margin-bottom: 8px;
}
/*.list_plants .pic:hover {
  border: 1px solid #079200;
  box-shadow: 0 0 2px #079200;
}*/
/* 名前
------------------------------------------------------------------------*/
.list_plants .name {
  margin-bottom: 6px;
  padding: 2px 0 0 7px;
  background-color: #ecf5b9;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
}
/* 開花/特性/特徴
------------------------------------------------------------------------*/
.list_plants table.features {
  float: right;
  width: 173px;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  color: #333;
  border-top: 1px solid #ddd;
}
.list_plants table.features th,
.list_plants table.features td {
  border-bottom: 1px solid #ddd;
}
.list_plants table.features th {
  width: 35px;
  padding: 3px 0;
  text-align: center;
  font-weight: normal;
  background-color: #fff8dd;
}
.list_plants table.features td {
  padding: 3px 0 3px 6px;
  line-height: 1.4;
}
/* この植物が含まれる植栽セットを見る
------------------------------------------------------------------------*/
.list_plants .set {
  clear: both;
  text-align: right;
}
.list_plants .set a{
  padding-left: 9px;
  line-height: 1;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  color: #079200;
  background: url("/public/img/item/pl/estimate/plants/icon_link-green.png") left center no-repeat;
}
