@charset "utf-8";


#searchContainer {
/*	overflow: hidden;*/
	padding-top: 45px;
	padding-bottom: 30px;
	position: relative;
}


#listPageTitle {
	padding: 0 20px 45px;
	font-size: 24px;
	line-height: 1.25;
	font-weight: bold;
}

/* @group 並べ替えエリア */

#sortArea {
	position: relative;
	margin: 0 0 30px;
}

#sortList {
	height: 42px;
	padding: 7px 7px 0;
	background: url(../images/body_bg02.png);
	border-radius: 4px;
/*	letter-spacing: -.40em;*/
}

#sortList li {
	float: left;
/*	display: inline-block;*/
/*	letter-spacing: normal;*/
	margin: 0 7px 0 0;
	padding: 0 8px 0 0;
	background: url(../images/sort_line.png) 100% 3px no-repeat;
}

#sortList li a {
	overflow: hidden;
	display: block;
	width: 166px;
	height: 35px;
	text-indent: -999em;
}

#sortList li a.ac {
	height: 39px;
}

#sort01 a {background-image: url(../images/recipelist_nav01.png);}
#sort02 a {background-image: url(../images/recipelist_nav02.png);}
#sort03 a {background-image: url(../images/recipelist_nav03.png);}

#sort01 a:hover {background-position: 0 -35px;}
#sort02 a:hover {background-position: 0 -35px;}
#sort03 a:hover {background-position: 0 -35px;}

#sort01 a.ac {background-position: 0 -70px;}
#sort02 a.ac {background-position: 0 -70px;}
#sort03 a.ac {background-position: 0 -70px;}

#sortArea .totalNum {
	position: absolute;
	top: 0;
	right: 20px;
	line-height: 49px;
	font-weight: bold;
}

/* @end */


.recipeListArea {
/*	position: relative;
	left: -5px;
	width: 960px;*/
}

.recipeListArea .listRecipeBlock {
	float: left;
	position: relative;
/*	display: inline-block;
	letter-spacing: normal;*/
	width: 224px;
	margin: 0 10px 10px 0;
	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);
}

.recipeListArea .listRecipeBlock:nth-child(4n) {
	margin-right: 0;
}

.recipeListArea .listRecipeBlock:nth-child(4n+1) {
	clear: left;
}


.recipeListArea .listRecipeBlock .photo img {
	border-radius: 2px 2px 0 0;
}

.recipeListArea .listRecipeBlock .recipeName {
	position: relative;
	padding: 16px 13px 12px;
	font-size: 14px;
	text-align: left;
}

.recipeListArea .listRecipeBlock .recipeName a {
	display: block;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.recipeListArea .listRecipeBlock .recipeName a.new {
	padding-right: 40px;
}

.recipeListArea .listRecipeBlock a.new:after {
	content: url(../images/icon_new.png);
	position: absolute;
	top: 0;
	right: 7px;
	width: 32px;
	height: 34px;
}

.recipeListArea .listRecipeBlock .newIcon,
.recipeListArea .listRecipeBlock .angle {
	display: block;
	position: absolute;
}

.recipeListArea .listRecipeBlock .recipeName:after{
	content: "";
	display: block;
	width:0;
	height:0;
	border-bottom:10px solid #fff;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	position: absolute;
	top: -10px;
	left: 20px;
	z-index: 9;
}



.recipeListArea .listRecipeBlock .recipeSummary {
	overflow: hidden;
	height: 40px;
	padding: 0 10px 55px 13px;
	color: #777;
	line-height: 20px;
}

.recipeListArea .listRecipeBlock .btmUtil {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.recipeListArea .listRecipeBlock .btmUtil li {
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 0 0 3px;
	padding-top: 2px;
	color: #fff;
	text-align: center;
	letter-spacing: -1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
}

.recipeListArea .listRecipeBlock .btmUtil li .unit {
	display: none;
}

.recipeListArea .listRecipeBlock .btmUtil li.time {
	background: url(../images/recipelist_time.png) no-repeat;
}

.recipeListArea .listRecipeBlock .btmUtil li.kcal {
	background: url(../images/recipelist_kcal.png) no-repeat;
}

.recipeListArea .listRecipeBlock .btmUtil li.genre {
	padding-top: 0;
}

.recipeListArea .listRecipeBlock .btmUtil li.genre .icon {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -999em;
}

#searchContainer .btnLoadMore {
	clear: both;
	height: 50px;
/*	min-height: 20px;*/
	padding: 20px 0 0;
	text-align: center;
}

#searchContainer .btnLoadMore a {
	display: inline-block;
	width: 310px;
	height: 50px;
	background: url(../images/btn_loadmore.png) no-repeat;
	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);
}

.logoICatalog a {
	position: absolute;
	right: 10px;
	bottom: 47px;
	width: 61px;
	height: 20px;
	background-image: url(../images/logo_icatalog.png);
	background-repeat: no-repeat;
	text-indent: -999em;
}

/* @group 検索結果ゼロ */

#search0Box {
	margin-bottom: 30px;
	padding: 97px 0 95px;
	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);
	text-align: center;
}

#search0Box .result {
	margin: 0 0 40px;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
}

#search0Box .description {
	font-size: 16px;
	line-height: 26px;
}

/* @end */


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

	.recipeListArea .listRecipeBlock {
		width: 236px;
	}
	
	.recipeListArea .listRecipeBlock .photo {
		width: 236px;
		height: 177px;
	}
	
	.recipeListArea .listRecipeBlock:nth-child(4n) {
		margin-right: 10px;
	}
	
	
	.recipeListArea .listRecipeBlock:nth-child(4n+1) {
		clear: none !important;
	}
	
	
	.recipeListArea .listRecipeBlock:nth-child(3n) {
		margin-right: 0;
	}
	
	
	.recipeListArea .listRecipeBlock:nth-child(3n+1) {
		/*clear: left !important;*/
		clear: left;
	}
	
	.recipeListArea .listRecipeBlock a.new:after {
/*		top: 180px;
		right: 10px;*/
		
	}
	
	.recipeListArea .listRecipeBlock .recipeName:after {
/*		top: 170px;
		left: 23px;*/
	}
	
	.recipeListArea .listRecipeBlock .btmUtil li {
		padding-top: 1px;
		font-weight: bold;
	}
	
	.logoICatalog a {
		right: 20px;
	}
	
	
}

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

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

	#searchContainer {
		overflow: hidden;
		padding: 23px 5px 15px;
	}
	
	#listPageTitle {
		padding: 0 5px 23px;
		font-size: 14px;
	}
	
	#sortArea {
		margin-bottom: 0;
	}
	
	#sortList {
		width: 303px;
		height: 27px;
		margin: 0 auto;
		padding: 4px 4px 0 4px;
		background-size: 50px 50px;
		/*	letter-spacing: -.40em;*/
	}
	
	
	
	#sortList li {
	/*	display: inline-block;*/
	/*	letter-spacing: normal;*/
		margin: 0 3px 0 0;
		padding: 0 4px 0 0;
		background: url(../images/sort_line.png) 100% 0 no-repeat;
		background-size: 1px 22px;
	}
	
	#sortList li:last-child,
	#sortList li.last {
		margin: 0;
		padding: 0;
		background: none;
	}
	
	#sortList li a {
		overflow: hidden;
		display: block;
		width: 96px;
		height: 22px;
		text-indent: -999em;
		background-size: 96px 71px;
		background-repeat: no-repeat;
	}
	
	#sortList li a.ac {
		height: 39px;
	}
	
	#sort01 a {background-image: url(../images/recipelist_nav01_sp.png);}
	#sort02 a {background-image: url(../images/recipelist_nav02_sp.png);}
	#sort03 a {background-image: url(../images/recipelist_nav03_sp.png);}
	
	#sort01 a:hover {background-position: 0 -23px;}
	#sort02 a:hover {background-position: 0 -23px;}
	#sort03 a:hover {background-position: 0 -23px;}
	
	#sort01 a.ac {background-position: 0 -46px;}
	#sort02 a.ac {background-position: 0 -46px;}
	#sort03 a.ac {background-position: 0 -46px;}
	
	
	
	
	#sortArea .totalNum {
		position: static;
		padding: 13px 0;
		line-height: 1.25;
		text-align: center;
	}
	
	
	.recipeListArea {
/*		position: relative;
		left: 50%;*/
/*		width: 309px;*/
		width: auto;
		margin: 0 5px;
	}
	
	.recipeListArea .listRecipeBlock {
/*		position: relative;
		left: -155px;*/
		width: 49.1%;
		margin: 0 5px 5px 0;
		padding: 2px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.recipeListArea .listRecipeBlock:nth-child(2n) {
		float: right;
	}
	
	.recipeListArea .listRecipeBlock .photo {
		/*width: 148px;
		height: 111px;*/
		width: 100%;
		height: auto;
	}
	
	.recipeListArea .listRecipeBlock .photo img {
		width: 100%;
		height: auto;
	}
	
	
	.recipeListArea .listRecipeBlock:nth-child(3n) {
		margin-right: 0;
	}
	
	
	.recipeListArea .listRecipeBlock:nth-child(3n+1) {
		clear: none !important;
	}
	
	
	
	.recipeListArea .listRecipeBlock:nth-child(2n) {
		margin-right: 0;
	}
	
	.recipeListArea .listRecipeBlock:nth-child(2n+1) {
		clear: left !important;
		margin-right: 5px;
	}
	
	.recipeListArea .listRecipeBlock .recipeName {
		padding: 14px 5px 11px;
		font-size: 11px;
	}
	
	.recipeListArea .listRecipeBlock .recipeSummary {
		height: 30px;
		padding: 0 5px 40px 5px;
		font-size: 10px;
		line-height: 15px;
	}
	
	.recipeListArea .listRecipeBlock .btmUtil {
		right: 7px;
		bottom: 7px;
	}
	
	
	#searchContainer .recipeListArea .listRecipeBlock .btmUtil li {
		float: left;
		width: 25px;
		height: 25px;
		margin: 0 0 0 3px;
		padding-top: 1px;
		background-size: 25px 25px;
		color: #fff;
		font-size: 9px;
		text-align: center;
		line-height: 18px;
		letter-spacing: 0px;
	}
	
	
	.recipeListArea .listRecipeBlock .btmUtil li.time {
		background: url(../images/recipelist_time_sp.png) no-repeat;
	}
	
	.recipeListArea .listRecipeBlock .btmUtil li.kcal {
		background: url(../images/recipelist_kcal_sp.png) no-repeat;
	}
	
	.recipeListArea .listRecipeBlock .btmUtil li.genre .icon {
		display: block;
		width: 25px;
		height: 25px;
		background-size: 25px 25px;
		text-indent: -999em;
	}
	
	
	.recipeListArea .listRecipeBlock a.new:after {
		content: "";
		display: block;
		top: 0;
		right: 0;
		width: 22px;
		height: 23px;
		background: url(../images/icon_new_sp.png) no-repeat;
		background-size: 22px 23px;
	}
	
	.recipeListArea .listRecipeBlock .recipeName:after {
		border-bottom:5px solid #fff;
		border-left:5px solid transparent;
		border-right:5px solid transparent;
		top: -5px;
		left: 18px;
	}
	
	.recipeListArea .listRecipeBlock:nth-of-type(1) .recipeName:after,
	.recipeListArea .listRecipeBlock:nth-of-type(2) .recipeName:after,
	.recipeListArea .listRecipeBlock:nth-of-type(3) .recipeName:after {
		display: none;
	}
	
	#searchContainer .btnLoadMore {
		height: 30px;
		padding: 10px 0 0;
	}
	
	#searchContainer .btnLoadMore a {
		width: 155px;
		height: 30px;
		background: url(../images/btn_loadmore_sp.png) no-repeat;
		background-size: 155px 30px;
	}
	
	.logoICatalog a {
		right: 15px;
		bottom: 25px;
		width: 30px;
		height: 10px;
		background-size: 30px 10px;
	}
	
	/* @group 検索結果ゼロ */
	
	#search0Box {
		margin-bottom: 15px;
		padding: 49px 0 46px;
		border-radius: 2px;
		-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);
	}
	
	#search0Box .result {
		margin: 0 0 25px;
		font-size: 14px;
		line-height: 15px;
	}
	
	#search0Box .description {
		font-size: 11px;
		line-height: 18px;
	}
	
	/* @end */
	
}



