/*価格表の高さ*/
.table th, .table td {
    line-height: auto!important;
}
/*数字入力部分高さ*/
.input-prepend.input-append input {
    height: 24px!important;
}
/*カートボタン*/
.cartjs_cart_in {
	margin: 40px 0 0 0!important;
}
.cartjs_cart_in button {/*カートボタン input*/
	width: 80%!important;
	font-weight: bold;
	position: relative;
	background: url(https://chojiya.info/wp-panel/wp-content/themes/chojiya/images/ec_cart_btn@2x.png) 0 0 no-repeat;
	background-size: contain;
	text-indent: -999em;
	width: 340px!important;
	height: 48px!important;
	border: none;
}
.cartjs_cart_in button:hover {
	opacity: 0.7;
}
.cartjs_product_num {
	text-align: center;
	display: none;
}
.cartjs_product_num th {
	display: none;
}
.cartjs_box {
	padding: 0!important;
}
