#changeImg{
  margin:10px 0 20px;
}
#changeImg li{
		display: inline;
		margin-right: 7px;
}
.product__explain h3 a:link{
  color: #FFFFFF;
}
.product__explain h3 a:visited{
  color: #FFFFFF;
}

#productDetail{
	margin-bottom: 40px;
}
#productDetail dl dt{
  padding-bottom: 5px;
}

#productDetail dl dd{
  margin-bottom: 20px;
}

/* PC*/
@media screen and (min-width: 801px) {
.pc { display: block !important; }
.sp { display: none !important; }
}

/* ¥¹¥Þ¥Û*/
@media screen and (max-width: 800px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

.product__image-main{
	width: 620px;
}

.product__title-bold{
	font-weight: bold
}

.product__title-h1 {
  margin: 0;
  padding: 10px 0;
  font-size: 13px;
  text-align: center;
  font-weight: bold
}

.text-box{
margin-bottom: 20px;
width: 100%; 
background-color: #FFFFFFF; 
border:solid 3px #d8ccbc; 
padding:10px; 
text-align:left; 
line-height: 1.6em;
}