@charset "UTF-8";

/* -----------------------------  */


.maker01 {
	background: linear-gradient(transparent 50%, #ffff00 0%);
}

.weight01 {
	font-weight: bold;
}

.product_name {
	text-align: center;
}

.margin_2 {
	margin: 6% 0!important;
}

.margin_3 {
	margin: 8% 0!important;
}

.margin_4 {
	margin: 10% 0!important;
}

.margin_5 {
	margin: 12% 0!important;
}

.margin_6 {
	margin: 14% 0!important;
}

.margin_b2 {
	margin-bottom: 6%!important;
}

.margin_b3 {
	margin-bottom: 8%!important;
}

.margin_b4 {
	margin-bottom: 10%!important;
}

.margin_b5 {
	margin-bottom: 12%!important;
}

.margin_b6 {
	margin-bottom: 14%!important;
}

.hr_margin {
	margin: 6%!important;
}

/******** タブレット *********/

@media screen and (min-width: 641px) and (max-width: 1400px) {

	
	
	
}


/******** スマホ *********/

@media screen and (max-width: 640px) {

.wrap {
}

	.cartjs_product_table table {
		width: 80%!important;
		
	}

	.cartjs_product_table table th {
		width: 25%!important;
		
	}	
}


