
@media print 
{
	@import url(1-element.css);
	@import url(2-common.css);
	@import url(3-commodityList.css);
	@import url(4-commodityTop.css);
	@import url(5-basket.css);
	@import url(6-mypage.css);

	/* バージョン 6 以下の IE にのみ適用 */
	* html body              *.detailsStatus 
	{
		width: auto   ! important;
	}
	* html body              *.detailsStatus * 
	{
		width: auto   ! important;
	}

	/* バージョン 7 の IE にのみ適用 */
	*+html body              *.detailsStatus 
	{
		width: auto   ! important;
	}
	*+html body              *.detailsStatus * 
	{
		width: auto   ! important;
	}

	/* IE7 を除くモダンブラウザにのみ適用 */
	html>/**/body            *.detailsStatus 
	{
		width:  430px ! important;
	}
}

