@charset 'UTF-8';

/** |READ ME| **************************************************************************************

『マルコメ株式会社』 - だし汁の保存方法

Cascading Style Sheet Setting File
Ver.201603

---------------------------------------------------------------------------------------------------- */
.wrap {
	margin: 0 auto;
	width: 962px;
}
.wrap_inner {
	margin: 140px auto 0;
	width: 962px;
}
header {
	margin: 0 auto 5px;
	overflow: hidden;
	padding: 10px 10px 24px;
	width: 960px;
}
header h1 {
	margin-bottom: 20px;
}
header p {
	font-size: 18px;
	line-height: 1.5em;
}

.preservation_menu {
	background-color: #ffffff;
	border: 10px solid #ebebeb;
	overflow: hidden;
}
.preservation_menu li {
	float: left;
}

#cont01_area,
#cont02_area {
    margin-top: -100px;
    padding-top: 100px;
}
.cont01 {
	background-image: url("../img/bg_preservation01.png");
	background-position: center top;
	background-repeat: no-repeat;
	height: 810px;
	margin-top: 20px;
	padding: 35px;
	width: 892px;
}
.cont02 {
	background-image: url("../img/bg_preservation02.png");
	background-position: center top;
	background-repeat: no-repeat;
	height: 883px;
	margin-top: 30px;
	padding: 35px;
	width: 892px;
}
h2 {
	margin-bottom: 20px;
}
.cont01 .cont01_text,
.cont02 .cont02_text {
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 20px;
	text-align: left;
}
.easy_area {
	background-color: #f5ede0;
	margin: 40px 0 0;
	position: relative;
}
.easy_text {
	font-size: 16px;
	line-height: 1.5em;
	margin-left: 245px;
	padding: 80px 30px 30px 0;
	text-align: left;
}
.cont02 .easy_text {
	padding: 80px 30px 50px 0;
}
.easy_img {
	position: absolute;
	top: -30px;
}


.recipe_navi {
	margin: 30px 0 0;
}
.recipe_navi ul {
	background-image: url("../img/bg_recipe_menu.png");
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 70px 11px 10px;
}
.recipe_navi li {
	float: left;
	padding-right: 1px;
}
.recipe_navi li:last-child {
	padding-right: 0;
}

#incFavoriteButtonArea.recipe.misosoup{
	top: 22px;
	left: calc(50% + 510px);
	right: auto;
	z-index: 99999;
}
