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

.cartjs_box div.cartjs_cart_in input {

}

.cartjs_product_table table,.cartjs_product_table td,.cartjs_product_table table th{
	border: 0px!important;
}

.cartjs_sk_link_other a {
    color: #315d91;
    font-size: 0.9em;
    text-decoration: none;
}

/*固定カートボタンのスタイル*/
.fixed-btn-cart {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 110px;
    border-radius: 3px 0px 0px 3px;
    border-radius: 50%;
    border: 3px solid #ffffff;
}

.fixed-btn-cart a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    background: rgb(113, 166, 194);
    overflow: hidden;
    border-radius: 50%;
		transition: all 0.3s, all 0.3s;
}
.fixed-btn-cart a:hover {
    background: rgb(238, 131, 81);
    transition: all 0.3s, all 0.3s;
}

.btn-cart-img {
    width: 26px;
    height: 26px;
    margin: 13px 0 10px 11px;
}

.btn-cart-img img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
}
