@charset "UTF-8";

.list {
	line-height: 1;
	padding: 10px 0;
}

.list_ttl {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}

.list_filter {
	margin-top: 20px;
	padding: 15px 20px;
	position: relative;
	padding-right: 10em;
	border-radius: 5px;
	background: #e9e3dd;
}

.list_filter_tag {
	float: left;
	position: relative;
	padding-left: 5em;
}

.list_filter_tag dt {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.5em;
	display: inline-block;
}

.list_filter_tag dd {
	display: inline-block;
	margin-right: 10px;
	line-height: 1.6;
}

.list_filter_tag dd a {
	color: #d58461;
	padding-left: 15px;
	position: relative;
	text-decoration: none;
}

.list_filter_tag dd a:hover {
	text-decoration: underline;
}

.list_filter_tag dd a:before {
	font-family: icomoon;
	content: "\e918";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	line-height: 1;
	margin-top: -0.5em;
	font-size: 11px;
	color: #d70c19;
}

.list_filter_msg {
	clear: both;
	font-size: 12px;
	color: #666;
	padding-top: 5px;
	padding-left: 69px;
	line-height: 1.3;
}

.list_filter_search {
	color: #d58461;
	right: 20px;
	top: 50%;
	margin-top: -0.5em;
	line-height: 1;
	position: absolute;
	text-decoration: none;
	padding-left: 1.2em
}

.list_filter_search:hover {
	text-decoration: underline;
}

.list_filter_search:before {
	font-family: icomoon;
	content: "\e90c";
	color: #d70c19;
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.5em;
}

.list_nav {
	margin-top: 20px;
}

.list_nav_count {
}

.list_nav_count dt {
	display: inline-block;
	margin-right: 10px;
}

.list_nav_count dd {
	display: inline-block;
}

.list_nav_count dd strong {
	font-size: 20px;
	font-weight: bold;
}

.list_nav_btm {
	position: relative;
	margin-top: 15px;
}

.list_nav_sort {
}

.list_nav_sort dt {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.list_nav_sort dd {
	display: inline-block;
	vertical-align: middle;
}

.list_nav_sort dd a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
	background: #f6f6f6;
	border: 1px solid #e1e1e1;
	width: 100px;
	text-align: center;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 5px 0 6px;
}

.list_nav_sort dd a.-current {
	color: #FFF;
	background: #CE4953;
	border-color: #CE4953;
}

.list_nav_pager {
	position: absolute;
	right: 0;
	bottom: 1px;
}

.list_nav_pager a {
	display: inline-block;
	color: inherit;
}

.list_nav_pager span {
	display: inline-block;
	margin: 0 1em;
}

.list_result {
	margin-top: 15px;
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.list_result.-rank {
}

.list_result_load {
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

.list_result .no_post {
	font-size: 14px;
	line-height: 1.5;
}

.list_result_item {
	position: relative;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	background: #FFF;
	border-radius: 5px;
	padding: 6px 6px 80px;
	width: 32%;
	margin-top: 2%;
	margin-left: 2%;
	box-sizing: border-box;
	color: inherit;
	text-decoration: none;
	border: 1px solid #eee;
}

#favo_list .list_result_item {
	padding-bottom: 120px;
}

.list_result_item:nth-child(3n+1) {
	margin-left: 0;
}

.list_result_item:nth-child(-n+3) {
	margin-top: 0;
}

.list_result.-rank .list_result_item:before {
	content: "";
	display: block;
	position: absolute;
	width: 51px;
	height: 44px;
	left: 0;
	z-index: 10;
	pointer-events: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: -5px;
}

.list_result.-rank .list_result_item:nth-child(1):before {
	background-image: url(/img/recipe/img-rank01@2x.png);
}

.list_result.-rank .list_result_item:nth-child(2):before {
	background-image: url(/img/recipe/img-rank02@2x.png);
}

.list_result.-rank .list_result_item:nth-child(3):before {
	background-image: url(/img/recipe/img-rank03@2x.png);
}

.list_result_img {
	text-align: center;
}

.list_result_cnt {
	padding: 10px 0 0;
	position: static;
}

.list_result_ttl {
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
	padding: 0 7px;
}

.list_result_text {
	margin-top: 5px;
	line-height: 1.5;
	padding: 0 7px;
}

.list_result_detail {
	color: #d58461;
	font-size: 0;
	position: absolute;
	left: 0;
	bottom: 12px;
	width: 100%;
	padding: 0 6px;
	box-sizing: border-box;
}

#favo_list .list_result_detail {
	bottom: 50px;
}

.list_result_detail_dl {
	font-size: 14px;
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

.list_result_detail_dl.-prod {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.list_result_detail_dl dt,
.list_result_detail_dl dd {
	display: inline;
}

.list_result_detail_dl dt {
	position: relative;
	padding-left: 2em;
}

.list_result_detail_dl dt span {
	display: none;
}

.list_result_detail_dl dt:before {
	color: #ce4953;
	font-family: icomoon;
	display: inline-block;
	margin-right: 5px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	left: 1em;
}

.list_result_detail_dl.-prod dt:before {
	content: "\e90f";
}

.list_result_detail_dl.-genre dt:before {
	content: "\e90c";
}

.list_result_detail_dl.-time dt:before {
	content: "\e913";
}

.list_result_detail_dl dd {
}

.list_result_del {
	position: absolute;
	bottom: 6px;
	left: 0;
	width: 100%;
	padding: 0 6px;
	box-sizing: border-box;
}

.list_result_del button {
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
	cursor: pointer;
	outline-style: none;
	background: #d60c19;
	display: block;
	width: 100%;
	-webkit-appearance: none;
	padding: 8px;
	border-radius: 5px;
}

.list_result_del button em {
	line-height: 1;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}

.list_result_del button span {
	display: none;
}

.list_result_del button span:before {
	vertical-align: middle;
	font-size: 22px;
}

.list_pager {
	padding-top: 25px;
	text-align: center;
}

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi > a,
.wp-pagenavi > span {
	display: inline-block;
	border: 1px solid #ddd;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	box-sizing: border-box;
	line-height: 27px;
	font-weight: bold;
	color: inherit;
	text-decoration: none;
	vertical-align: middle;
	margin: 0 4px;
}

.wp-pagenavi > a.first,
.wp-pagenavi > a.last {
	width: auto;
	padding: 0 10px;
}

.wp-pagenavi > a {
	color: #ce4953;
}

.wp-pagenavi > a.page {
	color: #333;
}

.wp-pagenavi > span.current {
	background: #E4CEC4;
}

.wp-pagenavi > a span {
	vertical-align: middle;
	line-height: 28px;
}

.list_views {
	width: 100%;
	background: #FFF;
	line-height: 1.3;
}

.list_views th,
.list_views td {
	border: 1px solid #ccc;
	padding: 10px;
}

.list_views tr:nth-child(2n) th,
.list_views tr:nth-child(2n) td {
	background: #f5f5f5;
}

.list_views th {
}

.list_views thead th {
	color: #FFF;
	font-weight: bold;
	background: #D70C19;
}

.list_views td {
}

.list_views a {
	color: #d58461;
}

.list_views_csv {
	margin-bottom: 5px;
}

.list_views_csv form {
	display: inline-block;
}

.list_views_csv button {
	cursor: pointer;
}

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

	.list_ttl {
		font-size: 18px;
	}

	.list_filter {
		padding: 15px;
	}

	.list_filter_tag {
		padding-left: 0;
		float: none;
	}

	.list_filter_tag dt {
		position: static;
		margin-bottom: 10px;
		display: block;
		margin-top: 0;
		font-weight: bold;
	}

	.list_filter_msg {
		padding-left: 1em;
		text-indent: -1em;
	}

	.list_nav_sort dd a {
		font-size: 13px;
		width: 80px;
	}

	.list_filter_search {
		top: 15px;
		right: 15px;
		margin-top: 0;
	}

	.list_filter {
		padding: 15px 12px;		/* padding-right: 110px; */
	}

	.list_filter_msg {

		/* padding-left: 59px; */
	}

	.list_filter_search {
		right: 12px;
	}

	.list_nav_sort dd a {
		width: 90px;
	}

	.list_result {
		display: block;
	}

	.list_result.-rank {
		margin-top: 0;
	}

	.list_result_item {
		display: table;
		margin-left: 0;
		width: 100%;
		margin-top: 10px !important;
		padding: 10px;
	}

	#favo_list .list_result_item {
		padding: 10px;
	}

	.list_result.-rank .list_result_item:before {
		position: absolute;
		top: -4px;
		width: 38px;
		height: 33px;
	}

	.list_result_img {
		display: table-cell;
		vertical-align: top;
		width: 110px;
	}

	.list_result_img img {
		width: 100%;
	}

	.list_result_cnt {
		display: table-cell;
		vertical-align: middle;
		padding: 0 0 0 10px;
	}

	.list_result_ttl {
		padding: 0;
	}

	.list_result_text {
		padding: 0;
		font-size: 13px;
		margin-top: 5px;
	}

	.list_result_detail {
		margin-top: 0px;
		position: static;
		padding: 0;
	}

	.list_result_detail_dl {
		display: inline-block;
		width: auto;
		margin-left: 0;
		font-size: 12px;
		margin-bottom: 0;
		margin-top: 8px;
		margin-right: 10px;
	}

	.list_result_detail_dl.-prod {
		display: inline-block;
		width: auto;
		margin-bottom: 0;
	}

	.list_result_del {
		display: table-cell;
		vertical-align: middle;
		position: static;
		width: auto;
		padding: 0 0 0 10px;
	}

	.list_result_del button {
		background: none;
		padding: 0;
	}

	.list_result_del button em {
		display: none;
	}

	.list_result_del button span {
		display: block;
	}

	.list_nav_pager {
		position: static;
		text-align: center;
		margin-top: 15px;
		display: none;
	}

}
