/* common
*/
#content.special
{
background-image: url(../images/bg_mainv.jpg);
overflow-x: hidden;
}

/* main area
*/
#mainvArea
{
}
#content.special .mainImage
{
	width: 50%;
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
}
#content.special .mainTitle
{
	position: relative;
	top: 0;
	left: 5%;
}
#content.special .mainTitle .mainTtl01
{
  width: 30%;
  top: 0;
  position: absolute;
}
#content.special .mainTitle .mainTtl02
{
  width: 85%;
  position: absolute;
  padding-top: 33.5%;
  display: block;
}
#content.special .mainRead
{
	font-size: 1.2em;
	font-weight: normal;
	font-feature-settings: "palt";
	text-align: right;
	line-height: 1.7;
	position: relative;
	padding: 68% 5% 20px 0;
	margin: 0;
}
#content.special .txtLarge
{
  color: #ff6600;
  font-size: 1.35em;
}


/* sections
*/
#content.special .recipe
{
	margin-right: 4.68%;
	margin-left: 4.68%;
	background-color: #fff;
}
#content .section.recipe.r01 {
  width: 100%;
  margin: 0 0 5%;
	box-shadow: none;
	border-radius: inherit;
}
#content.special .sectionHeader
{
	background-image:
	url(../images/section_header_bg_02.png),
	url(../images/section_header_bg_01.png);
	background-size: contain, contain;
	background-repeat: no-repeat, repeat-x;
	background-position: right top, left top;
	padding: 4% 5% 5%;
	margin-bottom: 5%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#content.special .r01 .sectionHeader {
	background-image: none;
	padding: 6% 5% 0;
	margin-bottom: 4%;
}

#content.special  .recipeSectionTitle
{
	color: #33cbb7;
	font-size: 2.4em;
	font-weight: bolder;
	font-style: italic;
	font-feature-settings: "palt";
	margin-bottom: 3%;
}
#content.special  .recipeSectionRead { padding: 0; }

#content.special .recipeList { padding: 0 5% 5%; }
#content.special .r01 .recipeBox
{
  background: #daf4f2;
  padding: 5%;
  border-radius: 10px;
}
#content.special .r01 .recipeBox:first-child { margin-bottom: 3%; }

#content.special .cookingTime { background: #fff; }
