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

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

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

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

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

.boxMain {
	margin-top: 0;
	overflow: hidden;
}

#container {
	background: url(../images/bg_content.gif) left top repeat-y;
}

#mainContent {
	/*min-height: 1150px;*/
}

#sidebar {
	border-right: none;
}

#pageTitle h2 {
	letter-spacing: 0.2em;
}

iframe#boxCommodity {
	overflow: auto;
	border: none;
	width: 100%;
	height: 100%;
}


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

.boxMain {
	margin: 0;
	width: auto !important;
	margin-left: 10px;
	margin-right: 10px;
}


#container {
	background: none;
}

#mainContent {
	min-height: 0;
}

iframe#boxCommodity {
	overflow: auto;
}


}