@charset "utf-8";


/*artificial*/
.boxres_artificial {
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 9px;
}
.boxres_artificial img {
	width: 30%;
	float: left;
	padding-right: 20px;
	padding-bottom: 30px;
}
.boxres_artificial p {
	font-size: 117%;
}
@media (max-width: 586px) {
.boxres_artificial {
	width: 98.3%;
	margin-right: auto;
	margin-left: auto;
}
.boxres_artificial img {
	width: 100%;
	float: none;
	padding-right: 0px;
	padding-bottom: 7px;
}
.boxres_artificial p {
	padding-bottom: 20px;
}
}

/*goods*/
.boxres_goods {
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 9px;
}
.boxres_goods img {
	width: 30%;
	float: right;
	padding-bottom: 30px;
	padding-left: 20px;
}
.boxres_goods p {
	font-size: 117%;
}
@media (max-width: 586px) {
.boxres_goods {
	width: 98.3%;
	margin-right: auto;
	margin-left: auto;
}
.boxres_goods img {
	width: 100%;
	float: none;
	padding-bottom: 7px;
	padding-left: 0px;
}
.boxres_goods p {
	padding-bottom: 20px;
}
}