/*（2カラム） - 商品詳細 ページcss*/
.input-prepend.input-append input {
  font-size: 10px;
  padding-top: 11p
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}
.stock_error {
  color: #DB5656;
}

/*パンくずリスト*/
.em_pan_list {
    width: 100%;
    text-align: left;
    border-radius: inherit;
    background: none;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
}

.em_pan_list ul { margin: 10px 0 0 0;}

.em_pan_list li { 
  border: none; 
  border-radius: inherit; 
  background: none; 
  display: inline-block;
  background: #ffcb7d;
  padding: 2px 5px;
  position: relative;
  text-decoration: none!important;
  font-size: 14px!important;
}

.em_pan_list li:after {
    position: absolute;
    content: ' ';
    height: 0;
    width: 0;
    border: 12px solid transparent;
    border-left-color: #ffcb7d;
    left: 100%;
    top: 0px;
/*    z-index: 3;*/
}

.em_pan_list li:hover { background: #c7a675; }

.em_pan_list li:nth-child(2), 
.em_pan_list li:nth-child(3),
.em_pan_list li:nth-child(3) {
  padding: 2px 5px 2px 25px;  
  position: relative;
  /*z-index: 2; */
}

.em_pan_list li:nth-child(1) { z-index: 2; border-radius: 5px 0 0 5px; }

.em_pan_list li:nth-child(2) { background: #ffeeb2; left: -15px; }
.em_pan_list li:nth-child(2):after { border-left-color: #ffeeb2; z-index: 4; }
.em_pan_list li:nth-child(2):hover { background: #c7a675; }

.em_pan_list li:nth-child(3) { background: #fff9dc; left: -19px; }
.em_pan_list li:nth-child(3):after { border-left-color: #fff9dc; z-index: 5; }
.em_pan_list li:nth-child(3):hover { background: #c7a675; }

.em_pan_list ul.product_name { margin: 2px 0 15px 0; }
.em_pan_list ul.product_name li:after {
    position: absolute;
    content: ' ';
    height: 0;
    width: 0;
    border: none;
}

.em_pan_list ul.product_name li { background: #ffffff; border-radius: 5px; }

/*パンくずリスト*/



/*紹介ページ*/
#product {
  background: #ffffff;
  position: relative; 
  padding: 20px 0;
  margin-top: 20px;
  margin-bottom: 30px; 
}

#product:before {
  content: ' ';
  background: url(https://e-monz.sakura.ne.jp/e-monz-jp/image/renew/product_article_top.png) repeat-x;
  background-size: 100%;
  position: absolute;
  height: 40px;
  width: 100%;
  top: -18px;
  left: 0px;
}

#product:after {
  content: ' ';
  background: url(https://e-monz.sakura.ne.jp/e-monz-jp/image/renew/product_article_bottom.png) repeat-x;
  background-size: 100%;
  position: absolute;
  height: 40px;
  width: 100%;
  bottom: -18px;
  left: 0px;
}


#em_product_detail {
  width: 700px;
  margin: auto;
}

#movie {
  background: #000000;
  color: #ffffff;
  padding: 10px 0;
}

#movie .wht16cbo {
  font-size: 1.5em;
  font-weight: bold;
}

h2.em_product_name {
  font-size: 1.8em;
  font-weight: bold;
}


/* 価格・購入動線枠 説明下部 */
#em_buy_area {
  background: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 15px;
  width: 750px;
  padding: 5px;
  margin: auto;

}

ul.em_buy_menu {
  text-align: left;
}


/* 価格・購入動線枠 ポップアップ */
#em_buy_pop_area {
  background: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 15px;
  position: fixed;
  right: 10px;
  top: 100px;
  width: 250px;
  padding: 5px;
  z-index: 10;
}

button.em-btn-buy {
  background: #ff5722 !important;
  color: #ffffff;
}


/*販売価格を赤文字で強調*/
td.em_detail_price {
  font-size: 1.1em;
  font-weight: bold;
  color: #ff0000;
}

/*商品説明内赤文字*/
.style1 { color: #ff0000; }