@charset "UTF-8";
/* css Cart [top] */

@import url("main.css");
@import url("cart.css");
@import url("../form.css");


/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
.haco_cart table th.box1 {
	width: 40%;
}
	
.haco_cart table th.box2 {
	width: 12%;
}
	
.haco_cart table th.box3 {
	width: 10%;
}
	
.haco_cart table th.box4 {
	width: 12%;
}
	
.haco_cart table th.box5 {
	width: 12%;
}
	
.haco_cart table th.box6 {
	width: 14%;
}


}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 700px) {
/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
.haco_cart table th.box1 {
	width: 35%;
}
	
.haco_cart table th.box2 {
	width: 13%;
}
	
.haco_cart table th.box3 {
	width: 11%;
}
	
.haco_cart table th.box4 {
	width: 13%;
}
	
.haco_cart table th.box5 {
	width: 13%;
}
	
.haco_cart table th.box6 {
	width: 15%;
}


}

/* SP */
@media only screen and (max-width: 699px) {

}