@charset "utf-8";
/* @override http://www.rakuten.ne.jp/gold/plusyu/system_css/rakuten_fix.css */

span.item_desc {
  color: inherit;
  font-size: inherit;
}

/* @group 商品名の強制改行 */

.lossleader_item_name,
.item_name,
.catch_copy,
.time_sale{
  word-break:break-all;
}

/* @end */

/* @group 下位カテゴリ表示 fix */

span.subcategory_list {
  display: none;
}
a.subcategory_list {
  display: block;
  background: #f5f5f5;
  padding: 0.4em;
  margin: 3px 0;
}
a.subcategory_list:hover { 
  background-color:#ccc;
  color: #fff;
  text-decoration: none;
}

/* @end */

/* @group 目玉商品Fix 

span.lossleader_price2 {
font-size: 16px;
font-weight: bold;
color: red;
line-height: 30px;
}

span.lossleader_price1 {
font-size: 16px;
font-weight: bold;
color: red;
position: relative;
line-height: 30px;
}


td.lossleader_item_name {
  font-size: 12px;
  text-align: left;
  word-break: break-all;
}



a.lossleader_item_name:link,
a.lossleader_item_name:visited,
a.lossleader_item_name:active {
  font-weight: normal;
  font-style: normal;
}
a.lossleader_item_name:hover {
  text-decoration: none;
}



span.lossleader_double_price {
color: black;
font-size: 10px;
font-weight: bold;
background-color: #FFF000;
line-height: 16px;
position: relative;
bottom: -3px;
}


span.lossleader_double_price_title {
color: black;
font-size: 10px;
font-weight: bold;
background-color: #FFF000;
line-height: 16px;
position: relative;
bottom: -3px;
}

@end */
