@charset "shift-jis";
/* ===================================================================
CSS information

 file name  :recipe_listpage.css
 style info :レシピ
=================================================================== */
/* 新着 */
.m-new_recipe_wrap{
	position: relative;
	background: url(/enjoy/recipe/img/index/bg_new_recipe01.png) 0 0 repeat;
	margin-top: 15px;
	padding: 30px 10px 20px;
}
	.m-new_recipe_wrap .m-clip{
		position: absolute;
			top: 18px;
			right: 17px;
			z-index: 999;
	}
	.m-new_recipe_inner{
		position: relative;
		background: url(/enjoy/recipe/img/index/bg_new_recipe02.png) left 0 repeat-y;
		box-shadow: 3px 3px 3px -3px rgba(0, 0, 0, 0.65);
		-webkit-box-shadow: 3px 3px 3px -3px rgba(0, 0, 0, 0.65);
		-moz-box-shadow: 3px 3px 3px -3px rgba(0, 0, 0, 0.65);
		overflow: visible;
		z-index: 888;
	}
		.m-new_recipe_inner h2{
			position: absolute;
			top: -32px;
			left: 5px;
			z-index: 200;
		}
			.m-new_recipe_note{
				position: relative;
				background-color: #FFF;
				margin-left: 24px;
				padding: 30px 20px;
				overflow: hidden;
			}
		.m-new_recipe{
			float: right;
			position: relative;
			width: 310px;
			overflow: visible;
			z-index: 100;
		}
			.m-new_recipe dt{
				margin-top: -10px;
				padding-bottom: 10px;
				border-bottom: 1px dotted #F5910F;
				font-size: 20px;
				font-weight: bold;
			}
			.m-new_recipe .m-new_recipe_date{
				display: block;
				background: url(/enjoy/recipe/img/index/bg_balloon.png) no-repeat;
				padding: 8px 15px 15px;
				color: #F5910F;
				font-size: 13px;
			}
			.m-new_recipe dd{
				margin-top: 15px;
			}
		.m-new_recipe_img:before{
			position: absolute;
			top:1px;
			left: 1px;
			background: url(/enjoy/recipe/img/index/ico_new.png) no-repeat;
			background-size: 100%;
			width: 70px;
			height: 28px;
			content: " ";
		}
		.m-new_recipe_img{
			float: left;
			position: relative;
			z-index: 10;
		}
		.m-new_recipe_img img{
			border: 1px solid #DDD;
			vertical-align: top;
		}
/* レシピリスト */
.m-recipe_wrap{
	margin-top: 30px;
}
.rcmd_recipe{
	margin-bottom: -20px;
}
/* 検索 */
.m-search{
	background-color: #F5910F;
	margin: 30px 0 0;
	padding: 15px;
	border-radius: 10px;
}
	.m-search h2 {
		position: relative;
		margin-bottom: 5px;
		overflow: hidden;
	}
	.m-search h2 .m-search_bg{
		float: right;
		background: url(/enjoy/recipe/img/bg_dot.png) left center repeat-x;
		background-size: auto 8px;
		width: 490px;
		height: 40px;
	}
	.m-search_inner{
		position: relative;
		background-color: #FFF;
		padding: 10px;
		border-radius: 10px;
	}
	.m-search_inner:after{
		clear: both;
		display: block;
		height: 0;
		visibility: hidden;
		content:".";
	}
	.m-search_category{
		position: relative;
		clear: both;
		overflow: hidden;
	}
	.m-search_inner .cate_product{
		margin-bottom:20px;
	}
	.m-search_category h3{
		border-bottom: 1px solid #F5910F;
		color: #F5910F;
		font-size: 18px;
	}
	.m-search_category h4{
		margin-top: 10px;
		color: #7E4B05;
		font-size: 16px;
		font-weight: normal;
		line-height: 1;
	}
	.m-search_list{
		display: table;
		margin: 10px 0 0;
		width: 100%;
	}
	.m-search_list li{
		display: block;
		background-color: #FDFAF3;
		float: left;
		margin-right: 10px;
		padding: 5px;
		width: 160px;
		height: 58px;
		border: 1px solid #F5E9BE;
		border-radius: 5px;
	}
	.m-search_list li.last{
		margin: 0;
	}
	.m-search_list a{
		display: inline-block;
		width: 100%;
		height: 100%;
		color: #7E4B05;
		line-height: 1.2;
		text-decoration: none;
	}
	.m-search_list a:hover .m-search_title{
		color: #E50012;
		text-decoration: underline;
	}
	.m-search_list .m-search_img{
		display: inline-block;
		width: 70px;
		text-align: center;
		vertical-align: middle;
	}
	.m-search_list .m-search_title{
		display: inline-block;
		width: 53%;
		vertical-align: middle;
	}
	.m-search_list .m-search_ico{
		display: inline-block;
		background-color: #FFF;
		width: 36px;
		line-height: 18px;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
		padding-top:2px;
		margin:0 0 2px;
	}
	.m-search_list a:hover .m-search_ico{
		text-decoration: none!important;
	}
	.m-hot{
		border: 1px solid #E60012;
		color: #E60012;
	}
	.m-ice{
		border: 1px solid #3399FF;
		color: #3399FF;
	}
	
/* 検索結果 */
.m-recipe_catlist{
	position: relative;
	border-bottom: 1px solid #EEE;
	overflow: hidden;
}
	.m-recipe_catlist li{
		position: relative;
		display: block;
		float: left;
		margin: 0 10px 20px 0;
		padding: 10px 5px 0;
		width: 108px;
		border: 1px solid #EEE;
		font-size: 12px;
		text-align: center;
	}
	.m-recipe_catlist li a{
		position: relative;
		z-index:10;
		width: 100%;
		height: 100%;
		padding:0 0 10px;
	}
	.m-recipe_catlist li:after{
		position: absolute;
		bottom: 0;
		left: 49%;
		content: url(/common/img/ico-link_arrow04.png);
		z-index:5;
	}
	.m-recipe_catlist a{
		display: block;
	}
	.m-recipe_catlist p{
		margin: 10px auto 5px;
		line-height: 1.4;
	}
	.m-recipe_list h2{
		position: relative;
		margin-bottom: 20px;
	}
		.m-recipe_list h2 img{
			float: left;
			margin-right: 5px;
		}
	.m-recipe_list ul{
		position: relative;
		display: block;
		width: 100%;
		overflow: hidden;
	}
	.m-recipe_show ul{
		height: auto;
		overflow: visible;
	}
	.m-recipe_list li{
		position: relative;
		display: block;
		float: left;
		margin: 0 30px 20px 0;
		width: 170px;
		font-size: 12px;
		line-height: 1.4;
	}
		.m-recipe_list li a{
			display: block;
		}
	.m-recipe_list li.m-line_end{
		margin-right: 0;
	}
	.m-recipe_list .m-recipe_list_img{
		border: 1px solid #DDD;
	}
		.m-recipe_list .m-recipe_list_img img{
			width: 100%;
		}
	.m-recipe_list li .m-icon_square{
		display: block;
		margin-top: 5px;
	}
.m-recipe_more{
	padding-bottom: 10px;
	border-bottom: 1px solid #EEE;
}
	.m-recipe_more h2{
		padding-top: 30px;
	}
	.m-recipe_more .m-btn_box01{
		font-weight: normal !important;
	}
	.m-recipe_more_btn{
		clear: both;
		margin: 10px auto;
		text-align: center;
	}
	.m-recipe_more_btn a{
		display: inline;
	}
	.m-recipe_special li{
		float: left;
		display: block;
		width: 375px;
	}
	.m-recipe_special li.even{
		float: right;
	}

/* スマホ表示：横幅767px */
@media screen and (max-width: 767px){
	/* 新着 */
	.m-new_recipe_wrap{
		margin-top: 30px;
		padding: 50px 10px 30px;
	}
		.m-new_recipe_wrap .m-clip{
			top: 38px;
			right: 17px;
			width: 64px;
		}
		.m-new_recipe_inner{
			background: none;
			background-color: #FFFl
			box-shadow: none;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			width: 100%;
		}
			.m-new_recipe_inner h2{
				top: -38px;
				left: 0;
				width: 176px;
			}
				.m-new_recipe_note{
					margin-left: 0;
					padding: 30px 10px 20px;
				}
			.m-new_recipe{
				float: none;
				width: 100%;
			}
				.m-new_recipe dt{
					margin-top: 15px;
					font-size: 18px;
				}
				.m-new_recipe .m-new_recipe_date{
					background: none;
					margin-bottom: 10px;
					padding: 0;
					font-size: 16px;
				}
				.m-new_recipe dd{
					margin-top: 15px;
				}
			.m-new_recipe .taR{
				margin-top: 15px;
				text-align: center!important;
			}
			.m-new_recipe_img:before{
				top: 0;
				left: 0;
				width: 100px;
				height: 40px;
			}
			.m-new_recipe_img{
				float: none;
			}
			.m-new_recipe_img img{
				width: 100%;
				border: none;
			}
	/* レシピリスト */
	.m-recipe_wrap{
		margin-top: 30px;
	}

	/* 検索結果 */
	.m-recipe_catlist{
		padding-bottom: 20px;
	}
	.m-recipe_catlist li{
		float: left;
		margin: 0 0 10px 0;
		width: 47%;
		height: auto;
		font-size: 16px;
		text-align: left;
	}
		.m-recipe_catlist li.even{
			float: right;
		}
		.m-recipe_catlist li:after{
			left: auto;
			right: 10px;
			bottom: 10px;
		}
		.m-recipe_catlist img{
			width: 36%;
			vertical-align: top;
		}
		.m-recipe_catlist p{
			display: inline-block;
			margin: 0;
		}
/* レシピ一覧 */
	.m-recipe_list h2{
		margin-bottom: 20px;
		font-size: 22px;
	}
		.m-recipe_list h2 img{
			width: 15%;
		}
		.m-recipe_list h2 .m-btn_box{
			margin-top:5px;
			font-size: 16px;
		}
		.m-recipe_list ul{
			height: auto;
			margin-bottom: 0;
		}
		.m-recipe_list li{
			float: left;
			margin: 0;
			margin-bottom: 20px;
			width: 48%;
			font-size: 16px;
			height: auto;
		}
		.m-recipe_list li.even{
			float: right;
		}
		.m-recipe_list .m-recipe_list_img{
			border: 2px solid #DDD;
		}
	.m-recipe_more{
		border-bottom: 1px solid #EEE;
	}
		.m-recipe_more_btn img{
			width: 240px;
		}
	.m-recipe_special li{
		float: none!important;
		margin-bottom: 20px;
		width: 100%;
	}
	.m-recipe_series{
		margin-top: 10px;
	}
	.m-contents_banner a{
		margin-bottom: 0;
	}
	.m-contents_banner img{
		max-width: 100%;
	}
}
@media screen and (max-width: 480px){
	.m-new_recipe_img:before{
		width: 75px;
		height: 30px;
	}
	.m-recipe_catlist li{
		width: 48.5%;
		padding: 5px 0;
	}
		.m-recipe_catlist li:after{
			right: 5px;
			bottom: 2px;
		}
	.m-search h2 img{
		width: 180px;
	}
		.m-search h2 .m-search_bg{
			/*max-width: 280px;*/
			width: 43%;
			width: -webkit-calc(100% - 180px);
			width: -moz-calc(100% - 180px);
			width: calc(100% - 180px);
		}
	.m-search_inner{
		padding: 10px;
	}
	.m-search_list{
		margin-top: 10px;
	}
		.m-search_list a:after{
			top: 27%;
		}
	.m-recipe_list h2{
		font-size: 18px;
	}
	.m-recipe_list h2 img{
		width: auto;
		height: 60px;
	}
	.m-recipe_list h2 .m-btn_box{
		font-size: 16px;
	}
	.m-search_list li{
		margin-bottom: 10px;
	}
	.m-recipe_list{
		margin-top: 20px;
	}
		.m-recipe_list li{
			margin-bottom: 10px;
		}
}
@media screen and (max-width: 420px){
	.m-recipe_catlist li{
		font-size: 14px;
	}
	.m-search_list .m-search_img{
		width: 60px;
	}
}
@media screen and (max-width: 330px){
	.m-search h2 img{
		width: 160px;
	}
		.m-search h2 .m-search_bg{
			max-width: 160px;
			width: 43%;
			width: -webkit-calc(100% - 160px);
			width: -moz-calc(100% - 160px);
			width: calc(100% - 160px);
		}
	.m-recipe_catlist li img{
		width: 30%;
	}
}
