.itemWrap{
	padding: 0 70px;
	margin-bottom: 50px;
}

.button_area{
  text-align: right;
  margin-bottom: 15px;
}
.button_area button{
  width: 250px;
  color: #000;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.button_area button:hover{
  opacity: 0.7;
}
.button_area button i{
  background: url("https://img21.shop-pro.jp/PA01379/840/etc/icon_buy.png?cmsp_timestamp=20170125172654") no-repeat 0 0;
  -webkit-background-size: cover;
  background-size: 22px 20px;
  display: inline-block;
  width: 22px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -2px;
}
.button_area .shopbagBt a{
	width: 250px;
	font-size: 14px;
	border: 1px solid #ccc;
	padding: 7px 10px;
	text-align: center;
	display: inline-block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.button_area .shopbagBt a:hover{
	opacity: 0.7;
	text-decoration: none;
}
.button_area .shopbagBt i{
	background: url("https://img02.shop-pro.jp/PA01124/932/etc/icon_bag.png?cmsp_timestamp=20170214191532") no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: 18px 18px;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -2px;
}
#sk_link_other{
	text-align: right;
	font-size: 13px;
}
.product_description {
	font-size: 14px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.product_description h3{
	margin-bottom: 10px;
	font-weight: bold;
}
.product_description img{
	width: 100%;
	margin-bottom: 15px;
}
.product_description p.desTxt01{
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: normal;
}
.product_description p.desTxt02{
	margin-bottom: 20px;
	font-size: 13px;
}

#main .box{
	border: none !important;
}
.togetherWrap h4,
.recommendWrap h4{
	font-size: 16px;
	margin-bottom: 15px;
}
/*´ØÏ¢¾¦ÉÊ*/
.togetherWrap .box .item_box{
	width: 32%;
	margin-right: 2%;
}
.togetherWrap .box .item_box:last-child{
	margin-right: 0;
}


@media screen and (min-width: 320px) and (max-width: 767px){
	.itemWrap{
		padding: 0;
		margin-bottom: 40px;
	}
	.button_area{
		text-align: center;
		margin-bottom: 10px;
	}
	#sk_link_other{
		text-align: center;
	}
}