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

/*------------カートのデザインーーーーーーーーー*/
.cartjs_box div.cartjs_cart_in input {
width:100%;
margin: 0 auto 5px;
background: none;
display: block;
padding: 11px 0 9px;
text-align: center;
border: none;
background:#998675;
color: #ffffff;
font-size:13px;
letter-spacing: 1px;
text-decoration: none;
line-height: 1 !important;
}
.cartjs_box div.cartjs_cart_in input:over{
	background:#ccc;
}
.cartjs_cart_in {
    margin-bottom: 0px!important; 
}
.cartjs_product_table {
    display:none;
}

input[type=submit] {
   /* background-image: url(http://hogehoge.heteml.jp/img/cart.png);*/
    width: 30px;
   /* height: 30px;*/
    border-style: none;
    cursor: pointer;
    /* Hide text on input */
   /* text-indent: -999em; *//* Hide the text, works in most modern browsers */
    /* --- Needed for IE --- */
    font-size: 0px; /* works well in IE7. still a black line (basically the text) in IE6. */ 
    display: block; /* Negative text-indent works in IE(6? worked fine in 7) only if this is added. */
    line-height: 0px; /* Another fix for IE6. */

}
