@charset "utf-8";
/*--------------------------------------
基礎設定
---------------------------------------*/

body {
	padding-right: 10px;
	padding-left: 10px;
}

body p {
	font-size: 12px;
	line-height: 1.4;
}

ul,ol,li {
	list-style-type: none;
}

img{
	vertical-align: bottom;
	border-style: none;
}

#contentsArea , body {
	overflow: visible;
}

/*--------------------------------------
大枠囲み
---------------------------------------*/
#container {
	width: 100%;

}
#contentsArea {
	width: 100%;
	margin-bottom: 20px;
}


/*--------------------------------------
コンテンツ
---------------------------------------*/
#contents {
	float: none;
	width: 100%;
	overflow: visible;

}

#h_link_txtsize , #topicpath , #h_search , #gnavi , #hlink_home , #f_navi , .pageup , .print , #contents h1 , #contents #copy {
	display: none;
}
#contents h1 {
	margin-bottom: 15px;
}
#contents #copy img {
	margin-bottom: 20px;
}



/*--------------------------------------
ヘッダー
---------------------------------------*/
#header {
	width: 100%;
	margin-bottom: 15px;
	position: static;
	padding-left: 0px;
	background-color: transparent;
}


/*--------------------------------------
サイドナビ
---------------------------------------*/
#side_navi {
	float: none;
	display: none;
}

/*--------------------------------------
フッター
---------------------------------------*/
#footer {
	clear: both;
	background-image: none;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
}

#copyright {
	float: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


/*--------------------------------------
印刷用
---------------------------------------*/

.page_break {
page-break-before: always;
}

.print_none {
	display: none;
}

/*--------------------------------------
レシピ
---------------------------------------*/
#recipeTitle , .recipe_topic {
	position: static;
}

#osusume , .recipe_topic .topic_link {
	display: none;
}
#recipe #recipeImage img {
	height: 333px;
	width: 300px;
}
#recipeMain {
	width: 100%;
	background-image: none;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

#recipeImage {
	width: 310px;
}
.recipe_topic {
	width: 100%;
}
#recipeMaterial {
	width: 310px;
	float: left;
}
#recipeMaterial p {
	font-size: 11px;
	line-height: 1.4;
}
#recipeMaterial h4 {
	font-size: 14px;
	margin-bottom: 5px;
}


#recipeTitle {
	width: 100%;
	margin-bottom: 15px;
}

#recipe h2 {
	margin-bottom: 15px;
}

#cookingMethod dt {
font-size: 14px;
font-weight: bold;
color: #FF6600;
float: left;
width: 20px;
clear: both;
line-height: 1.2;
/line-height: 1.2;
}

#cookingMethod dd {
margin-left:20px;
margin-bottom: 5px;
line-height: 1.4;
}

/*--------------------------------------
キャンペーン
---------------------------------------*/

.campaign_box {
	width: 630px;
}

.campaign_details {
	width: 370px;
}


/*--------------------------------------
商品紹介
---------------------------------------*/


#contents .notice {
	margin-bottom: 10px;
}

.product_info {
}

#products #contents h2 {
	margin-bottom: 15px;
}

