@charset "utf-8";

/* 個数入力欄の大きさ */

input#units {

  padding: 5px !important;
  font-size: 20px !important;
}

/*買い物かごに入れるボタン
*/

div#rakutenLimitedId_aroundCart input.rCartBtn, div#rakutenLimitedId_aroundCart input.rCartBtn[type="submit"], #rakutenLimitedId_aroundCart input[value="買い物かごに入れる"]{
background: url(//image.rakuten.co.jp/komeking/cabinet/web_bn/cart_in.gif?) left top no-repeat !important;
width:211px !important;
height:71px !important;
text-indent:103% !important;
white-space:nowrap !important;
overflow:hidden !important;
border: none !important;
padding:0 !important;
margin:10px 0 !important;
cursor:pointer !important;
}
#rakutenLimitedId_aroundCart tbody tr td input:hover{
alpha(opacity=8);
-moz-opacity:0.8;
opacity:0.8;
cursor:pointer;
}


/*お問い合わせボタン*/
#rakutenLimitedId_aroundCart input[value="商品についての問合わせ"]{
background: url("//image.rakuten.co.jp/komeking/cabinet/web_bn/cart_inq.gif?") left top no-repeat;
width:396px;
height:33px;
text-indent:103%;
white-space:nowrap;
overflow:hidden;
border: none;
padding:0;
margin-top:5px 0;
cursor:pointer;
}



/* お気に入り商品差し替えタグ */
#rakutenLimitedId_aroundCart #serviceTableSml td.favorite {
padding-top: 5px;
}
#rakutenLimitedId_aroundCart div.bookmarkArea div.bkm {
width: 362px !important;
height:325px !important;
padding: 0px 0px 10px 0px !important;
}
#rakutenLimitedId_aroundCart div.bookmarkArea div.bkm a.addBkm {
width: 362px !important;
height:325px !important;
}
#rakutenLimitedId_aroundCart div.bookmarkArea div.bkm a.addBkm span.bkmStar {
display: inline-block !important;
width: 362px !important;
height:325px !important;
margin:0px 0px 10px 0px !important;
background: url("//image.rakuten.co.jp/komeking/cabinet/web_bn/cart_favo.gif?") no-repeat !important;
}

/* お気に入りショップ差し替えタグ */
div.bookmarkArea {
width: 362px !important;
}
#rakutenLimitedId_aroundCart div.shopBookmarkArea div.shopBkm {
width: 362px !important;
height:69px !important;
padding: 0px 0px !important;
padding-left: 0px !important;
}
#rakutenLimitedId_aroundCart div.shopBookmarkArea div.shopBkm a.addShopBkm span.shopBkmStar {
display: inline-block !important;
width: 362px !important;
height:69px !important;
margin-right: 0px !important;
background: url("//image.rakuten.co.jp/komeking/cabinet/web_bn/cart_favoshop.gif?") no-repeat !important;
}

/*------------IEでボタン画像でない場合-----------*/

/* カゴへ入れる */

table table table table table input {
background: #FF0000 no-repeat 10px 11px;
/*border: 3px solid #000;*/
padding: 15px;
margin: 10px 0 0 0;
cursor: pointer;
font-size: 16px;
font-weight: bold;
text-align: center;
color: #FFF;

} 

table table table table table input:hover { background-color:#FE6742; }
table table table table table input:active { margin:11px 0 0 1px;}


/*色選択*/
table table table table table .inventory input,table table table table table .inventory input:hover,table table table table table .inventory input:active {
background:none;
border:none;
margin:0 10px;
width:auto;
}


/*お問い合わせ*/
table table table table table font input,table table table table table font input:hover,table table table table table font input:active {
background:#EEE;
border:1px solid #666;
width:70%;
margin:10px 0 0 0;
padding:7px;

color:#666;
}


/*個数選択*/
table table table table table input#units,table table table table table input#units:hover,table table table table table input#units:active {
background:none;
border:none;
width:auto;
margin:10px 0 0 0;
padding:0 5px;

color:#999;
border:solid 1px #666;

font-size: 15px;
font-weight: bold;
line-height:100%;

}
