@charset "utf-8";

#featureContainer {
	padding: 0 0 30px;
}

#listHeader {
	height: 122px;
	padding: 46px 0 0 22px;
	/*background-image: url(../images/list_illust.png);
	background-position: 100% 33px;
	background-repeat: no-repeat;*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#listTitle {
	width: 156px;
	height: 32px;
	background-image: url(../images/list_title.png);
	background-repeat: no-repeat;
	text-indent: -999em;
}

.recipeListArea {
	padding-bottom: 20px;
}

.featurePanel {
	float: left;
	width: 310px;
	margin: 0 10px 10px 0;
}

.disPnl {
	display: none;
}

.fPnlInner {
	padding: 3px;
	background: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 2px 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 2px 1px rgba(0,0,0,0.1);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.featurePanel:nth-child(3n) {
	margin-right: 0;
}


.featurePanel .panelHeader {
	height: 44px;
	margin: 0 0 3px;
	padding: 7px;
	border-radius: 2px 2px 0 0;
/*	background-color: #000;*/
	background-position: 50% 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.featurePanel .panelHeader .seasonTag {
	float: left;
	position: relative;
	left: 0;
	padding: 5px 0 3px 38px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
}

.featurePanel .panelHeader .date {
	float: right;
	padding: 5px 0;
	font-size: 12px;
	line-height: 20px;
}

.fPnlSpring .panelHeader {background-image: url(../images/panel_stit_spring.png);}
.fPnlSummer .panelHeader {background-image: url(../images/panel_stit_summer.png);}
.fPnlAutumn .panelHeader {background-image: url(../images/panel_stit_autumn.png);}
.fPnlWinter .panelHeader {background-image: url(../images/panel_stit_winter.png);}

.fPnlSpring .seasonTag {background-image: url(../images/panel_icon_spring.png);}
.fPnlSummer .seasonTag {background-image: url(../images/panel_icon_summer.png);}
.fPnlAutumn .seasonTag {background-image: url(../images/panel_icon_autumn.png);}
.fPnlWinter .seasonTag {background-image: url(../images/panel_icon_winter.png);}


.featurePanel .recipeName {
	position: relative;
	padding: 16px 13px 15px;
	background-image: url(/common_recipe/images/dotline_howto2.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
}

.newPanel .recipeName {
	padding-right: 46px;
}

.newPanel .recipeName:after {
	position: absolute;
	top: 0;
	right: 7px;
	content: url(/common_recipe/images/icon_new.png);
}

.featurePanel .recipeName a {
	color: #000;
	text-decoration: none;
}


.featurePanel .photo {
	padding-top: 4px;
	background-image: url(/common_recipe/images/dotline_howto2.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#btmBtnArea {
	height: 50px;
	display: flex;
	justify-content: center;
}

#btmBtnArea .btnLoadMore {
	width: 310px;
}

#btmBtnArea .btnLoadMore a {
	display: inline-block;
	width: 310px;
	height: 50px;
	background: url(/common_recipe/images/btn_loadmore.png) no-repeat;
	border-radius: 4px;
	text-indent: -999em;
	-webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 2px 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 2px 1px rgba(0,0,0,0.1);
}

/* @group clearfix ----------------------------------------- */

.panelHeader:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	content:".";
	font-size:0;
}

* html .panelHeader {/* IE6 */
	zoom:1;
}

*:first-child+html .panelHeader {/* IE7 */
	zoom:1;
}

/* @end */


@media screen and (max-width: 960px){
	
	.featurePanel {
		width: 242px;
	}
	
	#btmBtnArea .btnBack {
		width: 219px;
	}
	
}

@media screen and (max-width: 768px){
	
}

@media screen and (max-width: 640px){

	#featureContainer {
		padding: 0 0 15px;
	}

	.deviceFrame {
		padding: 0 5px;
	}
	
	#listHeader {
		height: 64px;
		margin: 0 5px;
		padding: 23px 0 0 5px;
		/*background-image: url(../images/list_illust.png);
		background-position: 100% 17px;
		background-size: 104px 40px;*/
	}
	
	#listTitle {
		width: 87px;
		height: 17px;
		background-image: url(../images/list_title_sp.png);
		background-size: 87px 17px;
	}
	
	.recipeListArea {
		padding-bottom: 10px;
	}
	
	.featurePanel {
		width: 50%;
		margin: 0 0 5px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.featurePanel:nth-child(2n+1) {
		clear: left;
		padding-right: 3px;
	}
	
	.featurePanel:nth-child(2n) {
		padding-left: 3px;
	}
	
	
	.featurePanel .panelHeader {
		height: 31px;
		margin: 0 0 2px;
		padding: 3px;
		border-radius: 1px 1px 0 0;
		background-size: 148px 36px;
		text-align: center;
	}
	
	.featurePanel .panelHeader .seasonTag {
		float: none;
		display: inline-block;
		position: relative;
		left: -8px;
		padding: 6px 0 5px 30px;
		background-position: 0 50%;
		background-repeat: no-repeat;
		background-size: 25px 25px;
		font-size: 11px;
		line-height: 14px;
	}
	
	.featurePanel .panelHeader .date {
		display: none;
	}
	
	.featurePanel .recipeName {
		position: relative;
		padding: 14px 6px 13px;
		font-size: 11px;
		line-height: 15px;
		font-weight: bold;
	}
	
	.newPanel .recipeName {
		padding-right: 46px;
	}
	
	.newPanel .recipeName:after {
		content: "";
		display: block;
		top: 0;
		right: 0;
		width: 22px;
		height: 23px;
		background: url(/common_recipe/images/icon_new_sp.png) no-repeat;
		background-size: 22px 23px;
	}
	
	#btmBtnArea {
		position: relative;
		height: 30px;
		padding: 0 5px;
		text-align: center;
	}
	
	#btmBtnArea .btnBack {
		position: absolute;
		width: 68px;
		height: 30px;
	}
	
	#btmBtnArea .btnBack a {
		width: 68px;
		height: 30px;
		background-image: url(../images/btn_back_sp.png);
		background-size: 68px 30px;
		border-radius: 2px;
		text-indent: -999em;
	}
	
	#btmBtnArea .btnLoadMore {
		float: none;
		display: inline-block;
		width: 155px;
	}
	
	#btmBtnArea .btnLoadMore a {
		width: 155px;
		height: 30px;
		background: url(/common_recipe/images/btn_loadmore_sp.png) no-repeat;
		background-size: 155px 30px;
	}
	
}



