@charset "utf-8";

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

input#units {

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

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

div#rakutenLimitedId_aroundCart input.rCartBtn, div#rakutenLimitedId_aroundCart input.rCartBtn[type="submit"], #rakutenLimitedId_aroundCart input[value="買い物かごに入れる"]{
background: url(//image.rakuten.co.jp/hobbytoy/cabinet/web_bn/cart_in.gif?) left top no-repeat !important;
width:258px !important;
height:45px !important;
text-indent:101% !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/hobbytoy/cabinet/web_bn/cart_inq.gif?") left top no-repeat;
width:361px;
height:28px;
text-indent:101%;
white-space:nowrap;
overflow:hidden;
border: none;
padding:0;
margin-top:5px 0;
cursor:pointer;
}


/* お気に入り商品 */

#rakutenLimitedId_aroundCart #serviceTableSml td.favorite {
padding-bottom: 15px;
}

#rakutenLimitedId_aroundCart div.bookmarkArea div.bkm {
width: 362px !important;
height: 236px !important;
padding: 0px 0px !important;
padding-bottom: 0px !important;
}

#rakutenLimitedId_aroundCart div.bookmarkArea div.bkm a.addBkm {
width: 362px !important;
height: 236px !important;
}

#rakutenLimitedId_aroundCart div.bookmarkArea div.bkm a.addBkm span.bkmStar {
display: inline-block !important;
width: 362px !important;
height: 236px !important;
margin:10px 0px 10px 0px !important;
background: url(//image.rakuten.co.jp/hobbytoy/cabinet/web_bn/cart_favo.gif) no-repeat !important;
}


/* お気に入り店舗登録エリア */

div.bookmarkArea {
width: 362px;
}

#rakutenLimitedId_aroundCart div.shopBookmarkArea div.shopBkm {
width: 362px !important;
height: 42px !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: 42px !important;
margin-right: 0px !important;
background: url(//image.rakuten.co.jp/hobbytoy/cabinet/web_bn/cart_favoshop.gif) no-repeat !important;
}


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

/* カゴへ入れる */

table table table table table input {
background: #FE552E no-repeat 10px 11px;
border: 3px solid #FF0000;
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%;

}
