@charset "utf-8";

* {
	color: #000;
	background-image: none;
}

#container {
	width: 100%;
	min-width: 100%;
}

#header,
#footer,
.topImgBlock,
#trackList,
#footerInfoBlock,
#footerNewsBlock,
.topMailBlock {
	display: none !important;
}



/* products */
/* -------------------------------------------------------- */
.productsBlock .img img {
	display: none;
}

.productsBlock .subNav {
	display: none;
}

.productsBlock .btn1,
.productsBlock .btn2,
.productsBlock .btn3 {
	display: none;
}



/* recipe */
/* -------------------------------------------------------- */
.recipeDetail .content .side,
.recipeDetail .content .main .btn1 {
	display: none;
}
.recipeDetail .content .main {
	width: 100%;
	background: #fff;
	float: none;
}
.recipeDetail .content .main .inr1L {
	width: 48%;
	float: left;
}
.recipeDetail .content .main .inr1R {
	width: 48%;
	float: right;
}
