@charset "UTF-8";
/*コンセプト*/
#concept_con {
  width: 768px;
  background-color: #FFFFFF;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  padding-bottom: 50px;
}
#concept_con #concept_main_img {
  width: 768px;
  margin-bottom: 35px;
}
#concept_con #concept_bra_area {
  width: 708px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 75px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 35px;
}
#concept_con #concept_bra_area h2 {
  margin: 0 0 23px 3px;
}
#concept_con #concept_bra_area dl {
  width: 708px;
}
#concept_con #concept_bra_area dt {
  width: 267px;
  float: left;
  border-right: 1px solid #CCCCCC;
}
#concept_con #concept_bra_area dd {
  color: #000;
  line-height: 1.8;
  font-size: 12px;
  width: 408px;
  float: right;
}
#concept_con #concept_product_area {
  width: 708px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 40px;
}
#concept_con #concept_product_area h2 {
  margin-bottom: 40px;
}
#concept_con #concept_product_area dl {
  width: 708px;
}
#concept_con #concept_product_area dl p {
  font-size: 13px;
  color: #000;
  line-height: 1.6;
  letter-spacing: 1px;
}
#concept_con #concept_product_area dt {
  padding-bottom: 90px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 40px;
}
#concept_con #concept_product_area dt div {
  text-align: center;
  margin-bottom: 45px;
}
#concept_con #concept_product_area dd {
  height: 250px !important;
}
#concept_con #concept_product_area dd .imgLeft {
  float: left;
  margin-right: 30px;
}
#concept_con #concept_product_area dd .colTx {
  overflow: hidden;
}
#concept_con #concept_product_area dd .imgTx {
  padding: 20px 0 33px;
}
#concept_con #concept_product_area .bnArea {
  margin-top: 23px;
}
#concept_con #concept_product_area .bnArea ul {
  overflow: hidden;
  margin-right: -14px;
}
#concept_con #concept_product_area .bnArea li {
  float: left;
  margin-right: 7px;
}
#concept_con #concept_shop_area {
  width: 708px;
  padding-left: 30px;
  padding-right: 30px;
}
#concept_con #concept_shop_area h2 {
  margin-bottom: 40px;
}
#concept_con #concept_shop_area dl {
  width: 708px;
}
#concept_con #concept_shop_area dt {
  float: left;
  padding-right: 55px;
}
#concept_con #concept_shop_area dd {
  width: 390px;
  float: left;
}
#concept_con #concept_shop_area dd div {
  margin: 70px 0 45px;
}
#concept_con #concept_shop_area dd p {
  font-size: 13px;
  letter-spacing: 0.8px;
  line-height: 1.8;
  color: #000;
}
#concept_con #concept_product_area .bnArea ul:after, #concept_con #concept_product_area dd:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/*コンセプト　ブランド*/
/*コンセプト　商品*/
/*コンセプト　ショップ*/
/*clearfix*/
* html #concept_con #concept_product_area .bnArea ul, * html #concept_con #concept_product_area dd {
  /* IE6 hack */
  zoom: 1;
}
*:first-child + html #concept_con #concept_product_area .bnArea ul, *:first-child + html #concept_con #concept_product_area dd {
  /* IE7 hack */
  zoom: 1;
}
