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

/* =item_single.php
-------------------------------------------------------------- */

/*---- c-box ---*/
.item-info .c-box {
	clear: both;
	padding: 0;
	text-align: left;
}

.wrap_to_annotation {
	padding: 20px 0;
}

.wrap_quantity {
  background-color: #ffc;
  padding: 20px 0;
}

.annotation_quantity {
  font-size: 18px;
  font-weight: bold;
  color: #d00;
}

.item-info .quantity input.skuquantity {
  width: 100px !important;
  height: 60px;
  font-size: 1.3em;
}

.item-info .field {
  background-color: #eee;
  padding: 10px 10px 0;
  border-radius: 10px;
}

.annotation_field_price {
  font-size: 0.8em;
  color: #d00;
}

.wrap_cart-button {
  text-align: center;
  margin-top: 30px;
}

/**
* 16.1 Mobile Large 620px
*/
@media screen and (min-width: 38.75em) {
 /* =item-single.php
 -------------------------------------------------------------- */
 #itempage #img-box {
   width: 70%;
   float: none;
   margin: 0 auto 2.142856em;
 }
 .itemimg img {
   border: 1px solid #ccc;
 }
 #itempage .itemsubimg img {
   border: 1px solid #ccc;
 }
 .detail-box {
   width: 100%;
   float: none;
 }
}

 /**
  * 16.4 Desktop Small 1000px
  */
 @media screen and (min-width: 62.5em) {


 	/* =item-single.php
 	-------------------------------------------------------------- */

  /*---- imgblock ---*/
	#itempage #img-box {
		width: 500px;
		margin-bottom: 2.142856em;
	}
}


/* =wc_cart_page.php
-------------------------------------------------------------- */

#wc_cart .currency_code {
	display: none;
}

/* =cart
-------------------------------------------------------------- */

/*---- footer_explanation ---*/
#cart div.footer_explanation {
	margin-top: 1.42857em;
	padding: 1.42857em;
	border: 1px solid #ccc;
	background-color: #ffc;
}
