@charset "utf-8";
/* CSS Document */

/*/////////////////////////////////////////////////////////
file name: commodity.css
description: 宅配商品一覧専用スタイルシート

1.レイアウト
2.スマホ版

///////////////////////////////////////////////////////// */

/* ===========  1.レイアウト  =========== */

.boxMain {
	margin-top: 0;
}


/* ===========  2.599px以下スマホ縦横 =========== */
@media screen and (max-width: 599px) {

.boxMain {
	margin: 0;
	width: 100% !important;
}

#boxCommodity {
	width: 100%;
}

.boxMain {
	margin-left: 5px;
}


}