#contents{
}
#right{
}

.description{
  font-size:13px;
  margin:0;
}
.description p{
	margin:0;
	padding:0;
}
.description img{
	max-width:670px;
}
#image_and_form{
	margin:1em 0;
}

#product_image{
  text-align:center;
  float:left;
  width:55%;
  height:auto;
}
#product_image .mainImage{
	width:95%;
	height:auto;
	object-fit:contain;
}
#price_and_form{
  text-align:left;
  float:right;
  width:45%;
  height:auto;
}

#price_and_form #product_name{
  text-align:right;
}
#price_and_form h2{
	color:black;
	font-weight:normal;
	font-size:1em;
}
#product_name .model{
  font-size:11px;
  color:#000000;
  font-weight:normal;
}

#price{
  font-size:14px;
  text-align:right;
  margin:5px;
}

#price .old_price{
  color:#cccccc;
}

#price .price{
  color:#ff0000;
  font-weight:bold;
  font-size:18px;
}

#price .tax{
  color:#ff0000;
}

#price .oldPrice{
	text-decoration:line-through;
}

#options{
  font-size:13px;
  margin:10px 0;
}
#options table{
  border:1px solid #cccccc;
  font-size:13px;
  width:100%;
}

#options th{
  background:#cccccc;
  font-weight:normal;
  text-align:left;
}
#options textarea{
  width:95% !important;
  font-size:13px;
}

#cartButton{
  text-align:right;
  margin:5px;
}
#cartButton input[type='image']{
	width:100%;
}

#links{
  margin:5px;
}
#point{
	text-align:right;
}
#point ul{
  margin-top:0px;
  margin-bottom:0px;
}

#qrcode{
 margin:10px;
}
#qrcode img{
  margin:5px;
  float:left;
}
#qrcode p{
  margin:5px;
  float:left;
  width:260px;
}

#price .soldout{
}

#addImages{
	text-align:left;
	margin:10px auto;
	width:95%;
}
#addImages a{
	display:block;
	width:25%;
	float:left;
	text-align:center;
}
#addImages img{
	width:95%;
	height:auto;
	object-fit:contain;
}


/*--------------BOX メーカー情報 ------------------*/
#boxManufacturerIinfo{
  margin-left:30px;
}

/*------------- こんな商品も見ています。 ------------*/
#also {
  font-size:12px;
  margin:1em auto;
}
#also .title{
  background:#ffcc00;
  padding:2px;
  margin-bottom:2px;
}
#also .product0{
  width:33.3%;
  float:left;
  text-align:center;
}

#also .clear{
  clear:both;
}

#also a{
  color:#df1000;
  text-decoration:none;
}
#also .name{
	height:2.5em;
	overflow:hidden;
}

#also a:hover{
  color:#df1000;
  text-decoration:underline;
}
