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

.cartjs_box {
 padding:0px !important;
}

.cartjs_product_table {
 display:none;
}

.cartjs_cart_in input {
 margin-bottom: 0px !important;
 border-radius: 0px !important;
 height: 40px !important;
 background-color:#999 !important;
 transition:All 0.5s ease;
 -o-transition:All 0.5s ease;
 -ms-transition:All 0.5s ease;
 -moz-transition:All 0.5s ease;
 -webkit-transition:All 0.5s ease;
}

/* オプション付き商品の場合、カートインではなく、詳細ページにリンク*/
a.product_op_detail {
 display:block;
 margin:auto;
 margin-bottom: 0px;
 padding:0.8em 0px;
 background-color:#999 !important;
 text-align: center;
 width: 50%;
 color: #fff;
 font-size: 16px;
 border: 0;
 transition:All 0.5s ease;
 -o-transition:All 0.5s ease;
 -ms-transition:All 0.5s ease;
 -moz-transition:All 0.5s ease;
 -webkit-transition:All 0.5s ease;
 text-align:center;
}

.cartjs_cart_in input:hover, a.product_op_detail:hover {
 background-color:#333 !important;
}
