@charset "utf-8";

/* =======================================

	evebt-healthy CSS

========================================== */
/* 画像置換 */
h1,
p.btn,
#healthyPoint .sc01 h2,
#healthyPoint .sc02 h2,
ul.point li h3 span {
	display: block;
	text-indent: 105%;
	white-space: nowrap;
	overflow: hidden;
}

/* PC用の要素を非表示 */
li.banner_pdt a p.hover,
img.bnr01,
img.bnr02 {
		display: none !important;
}

br.mobile {
	display: block !important;
}

ul.accordion {
	margin: -5px 0;
}

ul.accordion li p {
	display: none;
}





/* -- base -------------------------------------  */

body#healthyIdx{
}

p#topicPath {
	margin: 10px auto 3px;
}

#content{
	position: relative;
	max-width: 550px;
	width: 100%;
	background: url(/img/recipe/event/healthy/mobile/bg_02.jpg) repeat-x 0 0;
	background-size: 20px 124px;
}

div.h1_wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 373px;
}

h1 {
	width: 100%;
	height: 120px;
	background: url(/img/recipe/event/healthy/mobile/h1.png) no-repeat 0 0;
	background-size: auto 107px;
}

p.pdt_h1 {
	position: absolute;
	top: 21px;
	right: 12px;
	-moz-transform: rotate(10deg);
	transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
}

p.pdt_h1 img {
	width: 29px;
	height: auto;
}

.navBtn {
	margin-bottom: 20px;
	padding: 18px 0 0 0;
	width: 100%;
	background: url(/img/recipe/event/healthy/mobile/line_01.png) repeat-x center top,
				url(/img/recipe/event/healthy/mobile/line_01.png) repeat-x center bottom #F8F4EF;
	background-size: 365px auto;
}

.navBtn ul {
	margin: 0 auto;
	padding: 0 0 19px 0;
	text-align: center;
	width: 100%;
	max-width: 387px;
	background-size: 365px auto;
}

.navBtn ul li {
	margin: 6px 0;
	padding: 0;
	display: inline-block;
	width: 46%;
	background: none;
}

.navBtn ul li:first-child {
	margin-left: 4px;
}

.navBtn ul li img {
	width: 160px;
	height: auto;
}

@media screen and (max-width: 320px) {
	.navBtn ul li img {
		width: 150px;
		height: auto;
	}
}

.sc01 {
	padding: 0 0 10px;
	background: url(/img/recipe/event/healthy/mobile/bg_01.jpg) no-repeat 0 0;
}

.sc01 .lead {
	margin: 10px 10px 0 10px;
	padding: 20px 15px;
	background: #fff;
	border-radius: 20px;
	font-size: 15px;
	line-height: 1.5;
	box-sizing: border-box;
}

.sc01 .lead br {
	display: none;
}

li.banner_pdt {
	position: relative;
	padding-top: 0;
	background: none !important;
}
body#healthyIdx li.banner_pdt {
	width: 100%;
}

li.banner_pdt a {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 317px;
	height: 252px;
	background: url(/img/recipe/event/healthy/mobile/bnr_01.jpg) no-repeat 0 0;
	background-size: 317px 252px;
}

li.banner_pdt p.pdt {
	position: absolute;
	top: 85px;
	right: 75px;
}

.bnr {
	position: relative;
}




/* TOP -ヘルシーおかず レシピ一覧-
========================================================================  */

/* -- sc01 -------------------------------------  */
#healthyIdx .sc01 .mainImg {
	margin: 0 auto;
	padding-top: 10px;
	width: 100%;
	max-width: 475px;
	height: 276px;
	background-size: 100%;
}
#healthyIdx.spring .sc01 .mainImg {
	background: url(/img/recipe/event/healthy/mobile/mainImg06.jpg) no-repeat 0 0;
	background-size: 100%;}
#healthyIdx.summer .sc01 .mainImg {
	background: url(/img/recipe/event/healthy/mobile/mainImg.jpg) no-repeat 0 0;
	background-size: 100%;}
#healthyIdx.autumn .sc01 .mainImg {
	background: url(/img/recipe/event/healthy/mobile/mainImg02.jpg) no-repeat 0 0;
	background-size: 100%;}
#healthyIdx.winter .sc01 .mainImg {
	background: url(/img/recipe/event/healthy/mobile/mainImg05.jpg) no-repeat 0 0;
	background-size: 100%;}

#healthyIdx .sc01 p.point {
	display: none;
}

#healthyIdx .sc01 .mainImg p.tag {
	position: absolute;
	top: 120px;
	right: 15px;
}

#healthyIdx .sc01 .mainImg p.tag img {
	width: 55px;
	height: 174px;
}



/* -- sc02 -------------------------------------  */
.sc02 {
}

ul.recipe {
}

ul.recipe li {
	padding: 10px 10px 20px 10px;
	background: url(/img/recipe/event/healthy/mobile/line_01.png) repeat-x center top;
	background-size: 365px auto;
	box-sizing: border-box;
}

ul.recipe li:nth-child(2n) {
	background: #f8f4ef url(/img/recipe/event/healthy/mobile/line_01.png) repeat-x center top;
	background-size: 365px auto;
}

ul.recipe li a {
	display: block;
	overflow: hidden;
}

ul.recipe li a:hover,
ul.recipe li a:visited {
	text-decoration: none;
	color: #333 !important;
}

ul.recipe li h3 {
	margin: 30px auto 15px;
	max-width: 320px;
	font-size: 24px;
	font-family: '解ミン 宙 M', 'Kaimin Sora Medium';
	color: #943800;
	letter-spacing: 2px;
	line-height: 1.3;
	box-sizing: border-box;
}

ul.recipe li p.img {
	position: relative;
	margin: 0 auto;
	width: 300px;
	height: 220px;
	border: 10px solid #fff;
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
	overflow: hidden;
	background-color:#fff;
}

ul.recipe li p.img img {
	position: absolute;
	margin: 0 auto;
	top: -20px;
	width: 300px;
	height: auto;
}

ul.recipe li p.txt {
	margin: 20px 20px 0;
	font-size: 14px;
	line-height: 1.3;
}

ul.recipe li p.cal {
	position: relative;
	margin: 0 auto;
	width: 320px;
}

ul.recipe li p.cal span {
	position: absolute;
	display: block;
	padding: 16px 0;
	top: -229px;
	right: 11px;
	width: 62px;
	height: 60px;
	text-align: center;
	background: url(/img/recipe/event/healthy/mobile/ico_01.png) no-repeat 0 0;
	background-size: 62px 60px;
	font-family: '丸フォーク R', 'Maru Folk Regular';
	color: #000;
}

p.btn {
	margin: 20px 0 10px 15px;
	width: 167px;
	height: 35px;
	background: url(/img/recipe/event/healthy/mobile/btn_01.png) no-repeat 0 0;
	background-size: 167px 35px;
}

.bnr img.sp {
	width: 100%;
}







/* 2016 (きょうの料理)
========================================================================  */
body#healthyIdx.y2016 h1 {
	background: url(/img/recipe/event/healthy/mobile/h1_02.png) no-repeat 0 0;
	background-size: auto 107px;
}

body#healthyIdx.y2016 #content {
	background: url(/img/recipe/event/healthy/mobile/bg_04.gif) repeat-x 0 0;
	background-size: 35px 125px;
}

body#healthyIdx.y2016 .sc02 {
	display: none;
    margin-bottom: 40px;
    padding-bottom: 0;
}

ul.recipe.y2016 li {
	position: relative;
	z-index: 1;
	overflow: visible;
}

 ul.recipe.y2016 li p.img {
	top: 66px;
}

ul.recipe.y2016 li p.cal span {
	top: -153px;
}

ul.recipe.y2016 li h3 {
	position: relative;
	top: -235px;
	z-index: 100;
	height: 62px;
}

ul.recipe.y2016 li.h3-2Line h3 {
	position: relative;
	top: -265px;
	z-index: 100;
	height: 62px;
}

ul.recipe.y2016 li p.txt {
	margin-top: -20px;
}

ul.recipe.y2016 li.h3-2Line p.img {
	margin-bottom: 60px;
	top: 97px;
}

ul.recipe.y2016 li.h3-2Line p.cal span {
	top: -183px;
}

body#healthyIdx.y2016 li.banner_pdt a {
	height: 232px;
	background: url(/img/recipe/event/healthy/mobile/bnr_03.png) no-repeat 0 0;
	background-size: 317px 227px;
}

body#healthyIdx.y2016 li.banner_pdt p.pdt {
	top: 65px;
}

p.slideBtn {
    margin: 10px auto 30px;
    padding-top: 6px;
    width: 153px;
    height: 46px;
    border: 2px solid #a6cb6b;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    transition: 0.2s;
    color: #A24518;
    background: #fff url(/img/recipe/event/healthy/ico_03.gif) center 24px no-repeat;
	background-size: 26px auto;
}

p.slideBtn:hover {
    cursor: pointer;
    color: #ffa200;
    background: #fff url(/img/recipe/event/healthy/ico_03_o.gif) center 24px no-repeat;
	background-size: 26px auto;
}

body#healthyIdx.y2016 .bnr {
	margin-top: 10px;
}

body#healthyIdx.y2016 li.banner_pdt {
	position: relative;
	bottom: 0;
}

body#healthyIdx.y2016 li.banner_pdt.orangepage a {
	height: 252px;
	background: url(/img/recipe/event/healthy/mobile/bnr_01.jpg) no-repeat 0 0;
	background-size: 317px 252px;
}











/* TOP -ヘルシーおかず 4ヵ条-
========================================================================  */
/* -- sc01 -------------------------------------  */
#healthyPoint .sc01 {
	position: relative;
}

#healthyPoint .sc01 h2 {
	margin: 40px auto 0;
	padding-bottom: 35px;
	width: 100%;
	height: 96px;
	background: #fff url(/img/recipe/event/healthy/mobile/h2_01.gif) no-repeat center top;
	background-size: 320px 96px;
}

#healthyPoint .sc01 p.lead {
	display: none;
}

#healthyPoint .sc01 p.lead_sp {
	margin: 10px 10px 0 10px;
	padding: 20px 15px;
	background: #fff;
	border-radius: 20px;
	font-size: 15px;
	line-height: 1.5;
	box-sizing: border-box;
}

#healthyPoint .sc01 p.img {
	position: absolute;
	top: 70px;
	right: 0;
}

#healthyPoint .sc01 p.img img {
	width: 110px;
	height: 117px;
}


/* -- sc02 -------------------------------------  */
#healthyPoint .sc02 {
	padding-bottom: 10px;
}

#healthyPoint .sc02 h2 {
	margin: 40px auto 0;
	padding-bottom: 35px;
	width:  320px;
	height: 193px;
	background: url(/img/recipe/event/healthy/mobile/h2_02.gif) no-repeat;
	background-size: 320px 193px;
}

ul.point li {
	position: relative;
	margin: 0 auto;
	padding: 35px 10px 25px;
	width: 95%;
	background: url(/img/recipe/event/healthy/mobile/line_02.jpg) repeat-x;
	background-size: 358px auto;
	overflow: hidden;
	box-sizing: border-box;
}
ul.point li:nth-child(2n) {
	background: url(/img/recipe/event/healthy/mobile/line_03.jpg) repeat-x;
	background-size: 358px auto;
}

ul.point li h3 {
	position: relative;
	margin-bottom: 25px;
	padding-left: 90px;
	font-family: 'リュウミン R-KL', 'Ryumin Regular KL';
	font-size: 26px;
	color: #A24518;
	letter-spacing: 1px;
	line-height: 1.3;
}

ul.point li h3 span {
	position: absolute;
	display: inline-block;
	top: -10px;
	left: 0;
	width: 87px;
	height: 84px;
	background: url(/img/recipe/event/healthy/mobile/ico_02.jpg) no-repeat;
	background-size: 87px auto;
}

ul.point li p.txt {
	font-size: 14px;
line-height: 1.3;
width: 64%;
float: left;
}

ul.point li p.img {
margin-top: 3px;
float: right;
width: 113px;
height: 135px;
background: url(/img/recipe/event/healthy/mobile/bg_03.jpg) no-repeat;
background-size: 113px auto;
}

ul.point li p.img img {
	display: none;
}


/* リストごとの画像の配置 */
ul.point li.point02 h3 span {background-position: 0 -87px;}
ul.point li.point03 h3 span {background-position: 0 -174px; top: 0;}
ul.point li.point04 h3 span {background-position: 0 -261px;}

ul.point li.point02 p.img  {background-position: 0 -136px;}
ul.point li.point03 p.img  {background-position: 0 -272px;}
ul.point li.point04 p.img  {background-position: 0 -407px;}



#healthyPoint .toTopPage {display: none;}



