@charset "utf-8";


/*====================================================================
 個別ページstyle - Kradabijin recipe
====================================================================*/

/* ----------------------------------------
	block_recipe
---------------------------------------- */
.block_recipe {
	width: 520px;
	padding-top: 48px;
	padding-bottom: 60px;
	font-size: 14px;
	margin: auto;
}

/* recipe_head
---------------------------------------- */
.recipe_head {
	text-align: center;
	margin-bottom: 28px;
}

/* item_logo */
.recipe_head .item_logo {
	margin-bottom: 30px;
}

/* item_title */
.recipe_head .item_title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.recipe_head .item_title span {
	font-size: 18px;
}
/* item_caption */
.recipe_head .item_caption {
	font-weight: bold;
}

/* item_description */
.recipe_head .item_description {}



/* recipe_body
---------------------------------------- */
.recipe_body {
	text-align: center;
	margin-bottom: 40px;
}

/* item_movie */
.recipe_body .item_movie {
	width: 520px;
	text-align: center;
	margin: 0 auto 20px;
}

/* item_section */
.recipe_body .item_section {
	margin-bottom: 45px;
}
.recipe_body .item_section:last-child {
	margin-bottom: 0;
}

/* item_image */
.recipe_body .item_image {
	margin-bottom: 10px;
}

/* item_textarea */
.recipe_body .item_textarea {
	padding: 10px 3px 0;
	text-align: left;
}
.recipe_body .item_textarea .item_head {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 8px;
}
.recipe_body .item_textarea .item_title {
	padding-bottom: 8px;
	border-bottom: 1px solid #b3b3b3;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 8px;
}
.recipe_body .item_textarea .item_title span {
	margin-right: 15px;
	font-weight: bold;
}

/*  text_unit_gram
--------------------------------------------- */
.text_unit_gram {
	display: inline-block;
	text-align: center;
	font-family: -apple-system, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', sans-serif;
	margin: 0 -2px;
}
@-moz-document url-prefix(){
	.text_unit_gram{
		margin: 0;
	}
}