@charset "utf-8";
/* CSS Document */
/* ==========================================
  共通
========================================== */
/* 配送予定 */
td[irc="DeliveryDate"] {
  display: block;
  padding: 16px;
  background-color: #ffe989;
}
td[irc="DeliveryDate"] div[class*="padding-bottom"] {
  padding-bottom: 4px !important;
}
td[irc="DeliveryDate"] div[class*="size-medium"] {
  color: #bf0000 !important;
  font-size: 16px !important;
  font-weight: bold;
}
/* 販売期間 */
table[class*="timesale-area"] #timeSalePeriod {
  padding: 0 0 4px 16px;
}
table[class*="timesale-area"] span[class$="time_sale"] {
  padding-left: 16px;
  font-size: 16px !important;
  font-weight: bold !important;
}
table[class*="timesale-area"] span.isAfterBeforeTimesale {
  padding-left: 16px;
}
/* 在庫数 */
td[irc="Inventory"] {
  display: block;
  padding: 16px;
}
td[irc="Inventory"] div[class*="padding-bottom"] {
  padding-bottom: 4px !important;
}
td[irc="Inventory"] div[class*="size-medium"] {
  font-size: 16px !important;
  font-weight: bold;
}

/* 納期情報 */
/*div#rakutenLimitedId_aroundCart table:first-child td font[size="3"] {
    font-size: 25px;
    display: block;
    margin: .5em auto;
    padding: .5em;
    background-color: #ffe989;
    border: solid 3px red;
    text-align: center;
}*/
/* 納期情報（項目選択肢ページ用） */
div#rakutenLimitedId_aroundCart .unified_delvdate_msg {
    font-size: 25px;
    display: block;
    margin: .5em auto;
    padding: .5em;
    background-color: #ffe989; /* ←背景 */
    /*    border: solid 3px red; ←枠線 */
    text-align: center;
}
/*買い物かごCSS*/
#rakutenLimitedId_aroundCart .InputBtnCrimson {
    background: url("https://image.rakuten.co.jp/_support-os/cabinet/04579909/imgrc0066494268.jpg") left top no-repeat !important;
    width: 240px !important;
    height: 50px !important;
    text-indent: 100% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    border: none !important;
    padding: 0 !important;
    margin: 5px 0 !important;
    cursor: pointer !important;
    font-size: 10px !important;
    color: #fff !important;
}

#rakutenLimitedId_aroundCart input[value="寄付を申込む"] {
    background: url("https://image.rakuten.co.jp/_support-os/cabinet/04579909/imgrc0066494268.jpg") left top no-repeat;
    width: 240px;
    height: 50px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    padding: 0;
    margin-top: 5px 0;
    cursor: pointer;
    font-size: 10px;
    color: #fff;
}

/* iteminfo（商品説明文）
.iteminfo{width:400px;}
.iteminfo table{border-collapse:collapse; width:400px;}
.iteminfo th,.iteminfo td{font-size:13px; line-height:160%; padding:6px;}
.iteminfo th{width:20%; text-align:center; font-weight:normal; border-right:solid #ccc 1px; border-bottom:solid #ccc 1px; background:#eee;}
.iteminfo td{width:80%; text-align:left; border-bottom:solid #ccc 1px;}
.iteminfo b{color:#ff0000; font-weight:normal;}
#allhaba{width:100%; padding:10px;}
*/
table.calbase_rakuten {
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    border: none !important;
    width: 180px!important;
    margin-bottom: 20px;
}
th.caltitle_rakuten {
    padding: 0 0 15px !important;
    width: 157px !important;
    color: #682f2f !important;
    border-bottom: 2px solid #8bc63e;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 17px !important;
    font-weight: bold;
    text-align: center !important;
    line-height: 1;
    letter-spacing: 0.1em;
}
table.calframe_rakuten {
    margin: 15px 0 !important;
    width: 175px !important;
}
table.calframe_rakuten th {
    text-align: left !important;
    border-bottom: 1px solid;
}
table.calbase_rakuten td {
    width: 23px !important;
    height: 28px !important;
    font-size: 11px !important;
    box-sizing: border-box;
}
tr.weektitle_rakuten td {
    background: none !important;
    font-weight: bold;
    font-size: 10px !important;
}
table.event_rakuten {
  width: 175px !important;
}
table.calbase_rakuten .event_rakuten td {
    height: 14px !important;
}
table.event_rakuten {
    margin: 0 0 5px 0!important;
}
a[rel~='nofollow'].etc_link,
a[rel~='nofollow'].see {
    outline: none !important;
}
/*
a.lossleader_item_name{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	line-height:20px;
}
td.lossleader_item_name {
	position: relative;
	overflow:hidden;
	z-index: 1;
	height:60px;
	font-weight: normal!important;
	font-size: 12px;
	text-align: left;
	margin-right: 20px;
}
a.lossleader_item_name:after {
	position: absolute;
	display: block;
	content: '';
	line-height: 1.5em;
	width: 1.5em;
	height: 1.5em;
	right: 0px;
	bottom: 0px;
	background: #fff;
	z-index: 2;
}
*/
