@charset "utf-8";

.commodity .canvas
{
	background-color:rgb(255,255,255);
	position: relative; 
	width: 1100px;
	height:532px;
	margin: 0 auto;
}
.home .canvas
{
	background-color:rgb(255,255,255);
	position: relative; 
	width: 530px;
	height: 330px;
}

/*--------------------------------------------------------------------
 *	736px以下用（SP用）の記述
 *--------------------------------------------------------------------*/
@media screen and (max-width: 736px)
{
	.commodity .canvas
	{
		width:360px;
		height:220px;
		margin: 0 auto;
	}
	.home .canvas
	{
		width:360px;
		height:220px;
		margin: 0 auto;
	}
}

dl.price_blue {
	background-color: #e5e8f3;
}
dl.price_pink {
	background-color: #ffd1c2;
}
dl.price_gray {
	background-color: #ddd;
}

