@charset "UTF-8";
/* CSS Document */



/* カテゴリページの値段の色 */
span.category_itemprice{
	color:#c00;
	}

/* 目玉商品名 */
td.lossleader_item_name {
	padding-top:0.5em;
}
td.lossleader_item_name a{
	color: #000000;
    font-size:80%;
	font-weight:normal;
	text-decoration:none;
	line-height:130%;
}
td.lossleader_item_name a:hover {
	text-decoration:underline;
}


span.lossleader_price2 {
	color: #c00;
    font-size: 80%;
    font-weight: bold;
}

span.catch_copy,
span.item_name {
  line-height: 130%;
}
span.item_name {
	font-size:28px;
}
span.catch {
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}

/* 商品名下に境界線が入る */
span.item_name {
    display: block;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 8px;
}

/* 価格に枠線がつく */
table#rakutenLimitedId_cart {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: 8px;
    margin: 16px 0;
}

span.price1 {
    color: #333 !important;
    font-weight: bold;
    font-size: 80% !important;
    line-height: 30px;
    display: inline-block;
    margin-right: 16px;
}

/* サイドバナーエリア */
iframe.bnFrame {
	width:200px;
	height:auto;

}
.bnFrame img{
	border-style:none;
}
