/* （2カラム） - 商品一覧のCSS  */

#product.em_product_list_page:before,
#product.em_product_list_page:after  {
  background: none;
}

.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 30px 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) {
  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; }

/*パンくずリスト*/


/*紹介ページ*/
#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: 760px;
  margin: auto;
}


/* 子カテゴリリスト */
ul.category-list {
}

ul.category-list li  {
    width: 180px;
    height: 50px;
    display: inline-block;
    background: #ffee77;
    margin-left: 7px;
    margin-bottom: 7px;
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
}

ul.category-list li img {
	width: 100%;
}


/*子カテゴリにイメージがない場合の代替*/
.em_category_notimage {
  display: inline-block;
  width: 300px;
  height: 152px;
  background: #cccccc;
}


/* 縦商品リスト */
.em_product_list {  }
.em_product_list table {  
  width: 100%;
  text-align: left;
  border: solid 1px #666666;
}

.em_product_list table tr { background: #fff; }
.em_product_list table tr:nth-child(odd){ background: #e9e9e9!important; }
.em_product_list table tr td { border: solid 1px #666666; }
.em_product_list table th {padding-left: 10px; border: solid 1px #666666; text-align: center;}

td.em_list_thumb, td.em_list_thumb img  {
  width: 164px;
}

td.em_list_title {
  padding: 5px;
  line-height: 1.3em;
}

td.em_list_title p {
  margin-top: 0.6em;
  font-size: 0.9em;
}

td.em_list_price {
  width: 160px;
  padding: 5px;
}

td.em_list_price p {
  color: #ff0000;
  font-size: 1.1em;
}

td.em_list_buy {
  width: 130px;
  padding: 5px;
}

.cartjs_product_table table {
  width: 130px !important;
  height: 40px !important;
}

.cartjs_cart_in input {
  width: 130px !important;
  height: 40px !important;
  background: #ff5722 !important;;
}


/* 一覧にオプション選択が出た際に非表示にする (25/02/12追記) */
tr.cartjs_option1, tr.cartjs_option2 {
  display: none;
}