/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
@media screen and (min-width: 1000px), print {
	.recipelink_list {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: -20px;
		width: calc(100% + 20px);
		margin-top: 3em;
	}
	.recipelink_list > * {
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
		width: 33.33%;
		margin-bottom: 20px;
	}
	.recipelink_list li:nth-child(6n+1) .recipelink::before,
	.recipelink_list li:nth-child(6n+1) .recipelink::after,
	.recipelink_list li:nth-child(6n+3) .recipelink::before,
	.recipelink_list li:nth-child(6n+3) .recipelink::after,
	.recipelink_list li:nth-child(6n+5) .recipelink::before,
	.recipelink_list li:nth-child(6n+5) .recipelink::after {
		content: '';
		display: block;
		background: url("../img/tape_green.png") 0 0 no-repeat transparent;
		background-size: 34px 32px;
		width: 34px;
		height: 32px;
	}
	.recipelink_list li:nth-child(6n+2) .recipelink::before,
	.recipelink_list li:nth-child(6n+2) .recipelink::after,
	.recipelink_list li:nth-child(6n+4) .recipelink::before,
	.recipelink_list li:nth-child(6n+4) .recipelink::after,
	.recipelink_list li:nth-child(6n+6) .recipelink::before,
	.recipelink_list li:nth-child(6n+6) .recipelink::after {
		content: '';
		display: block;
		background: url("../img/tape_pink.png") 0 0 no-repeat transparent;
		background-size: 34px 32px;
		width: 34px;
		height: 32px;
	}
}

@media screen and (max-width: 999px) {
	.recipelink_list {
		margin-top: 2em;
	}
	.recipelink_list li {
		margin-bottom: 20px;
	}
	.recipelink_list li:nth-child(odd) .recipelink::before,
	.recipelink_list li:nth-child(odd) .recipelink::after {
		content: '';
		display: block;
		background: url("../img/tape_green.png") 0 0 no-repeat transparent;
		background-size: 34px 32px;
		width: 34px;
		height: 32px;
	}
	.recipelink_list li:nth-child(even) .recipelink::before,
	.recipelink_list li:nth-child(even) .recipelink::after {
		content: '';
		display: block;
		background: url("../img/tape_pink.png") 0 0 no-repeat transparent;
		background-size: 34px 32px;
		width: 34px;
		height: 32px;
	}
}

.recipelink {
	min-height: 130px;
	box-sizing: border-box;
	display: block;
	padding: 20px 10px 20px 140px;
	background-color: #f8f6e2;
	border-radius: 3px;
	border-bottom: 1px solid #ccc;
	position: relative;
	top: 0;
	left: 0;
	color: #3e3c3c;
}

.main_content .recipelink {
	text-decoration: none;
}

.recipelink::before, .recipelink::after {
	content: '';
	display: block;
	background-size: 34px 32px;
	width: 34px;
	height: 32px;
	position: absolute;
}

.recipelink::before {
	top: -7px;
	left: -9px;
}

.recipelink::after {
	bottom: -7px;
	right: -9px;
}

.recipelink__body {
	background: url("../img/border_noteline.png") 0 0 repeat transparent;
	line-height: 30px;
	font-size: 1rem;
	font-weight: bold;
	min-height: 91px;
	padding-left: .2em;
	word-break: break-all;
}

.recipelink__head > img {
	display: block;
	position: absolute;
	max-width: 120px;
	max-height: 90px;
	top: 19px;
	left: 10px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.recipelink:hover:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.2s opacity;
}

@media screen and (min-width: 1000px), print {
	.recipe .line {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: -40px;
		width: calc(100% + 40px);
		margin-bottom: 20px;
	}
	.recipe .line > * {
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
		width: 50%;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 999px) {
	.recipe .line > * + * {
		margin-top: 40px;
	}
	.recipe .line + .line {
		margin-top: 40px;
	}
}

.recipe .image {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
	margin-bottom: 60px;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}

.recipe .image > img {
	display: block;
	width: 100%;
}

.recipe .concept {
	margin-bottom: 40px;
}

.recipe .howto {
	margin-bottom: .5em;
	background-color: #f8f6e2;
	min-height: 91px;
	padding-left: .2em;
	word-break: break-all;
	border-radius: 10px;
	border: 1px solid #eee9b9;
}

@media screen and (min-width: 1000px), print {
	.recipe .howto {
		padding: 30px;
	}
}

@media screen and (max-width: 999px) {
	.recipe .howto {
		padding: 20px;
	}
}

.recipe .howto .h3-2 {
	margin-top: 0 !important;
}

.recipe ol {
	color: #fff !important;
	counter-reset: num;
	list-style: none;
}

.recipe ol > li {
	padding-left: 40px !important;
	font-size: 0.938rem !important;
	position: relative;
	top: 0;
	left: 0;
	color: #3e3c3c;
}

.recipe ol > li::before {
	counter-increment: num;
	content: counter(num) !important;
	position: absolute;
	top: 3px;
	left: 0;
	font-size: 15px;
	border-radius: 10px;
	height: 20px;
	min-width: 20px;
	padding: 0;
	box-sizing: border-box;
	text-align: center !important;
	background-color: #88b22f;
	color: #fff !important;
	line-height: 20px;
}

.recipe ol > li:not(:last-child) {
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: .7em;
	padding-bottom: .6em;
}

.recipe table {
	width: 100%;
	border-collapse: collapse;
}

.recipe table tr:last-child th,
.recipe table tr:last-child td {
	border-bottom: 2px solid #d8d8d8;
}

.recipe table th,
.recipe table td {
	font-weight: normal;
	font-size: 0.938rem;
	border: 0 none;
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
	width: auto;
	height: 2.3em;
	border-bottom: 1px dotted #d8d8d8;
}

.recipe table th {
	text-align: left;
}

.recipe table td {
	text-align: right;
	box-sizing: border-box;
	padding-left: 1em;
	width: 8em;
}

.recipe table ._title {
	background: #f8f8f8;
	border-top: 1px solid #ccc;
}

.recipe .option {
	font-size: 0.938rem;
}

/*# sourceMappingURL=recipe.css.map */
