.mod-include{
	overflow:hidden;
	width:950px;
	margin: 20px 0 80px 60px;
}
.productttl{
	margin:0 auto;
	font-weight:bold;
	font-size:26px;
}
.productwrap{
	overflow:hidden;
	width:930px;
	margin:0 auto;
}
.productboxleft{
	overflow:hidden;
	float:left;
	width:455px;
	margin:0 auto;
}
.productboxright{
	overflow:hidden;
	float:right;
	width:455px;
	margin:0 auto;
}
.productimg{
	float:left;
	width:200px;
	margin:0 auto;
}
.productinfo{
	float:right;
	width:238px;
	margin:0 auto;
}
.productcatch{
	margin:0 auto;
	font-weight:bold;
	font-size:14px;
}
.productname{
	margin:10px auto 0;
	font-weight:bold;
	font-size:18px;
}
.productbtn{
	margin:20px auto 0;
}

/***********************************
MQ
***********************************/
.pc {
	display: block;
}
.sp {
	display: none;
}
@media (max-width:640px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
}
