/* （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 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 {
	border: solid 1px #ff0000;
}

ul.category-list li  {
	width: 300px;
	height: 190px;
	display: inline-block;
}

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


ul.em_search li:hover {
  background: #eeeeee;
}


/*子カテゴリにイメージがない場合の代替*/
.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;}

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

td.em_list_title {
  padding: 5px;
}

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

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