@charset "utf-8";
/*

薬膳レシピページスタイル

*/
p.CUCTMpageLink {
	border: 3px double #7FA300;
	height: 2em;
	line-height: 2em;
	font-weight: bold;
	font-size: 1.6em;
	text-align: center;
}
#CUCTM {
	margin-top: 3em;
}

#CUCTMrecipe {}

#CUCTMrecipe ol {
	margin-left: 0;
	padding: 0;
}
#CUCTMrecipe ol li {
	margin-bottom: 1em;
	padding: 0 1em;
	list-style-type: none;
}
#CUCTMrecipe ol li dl {}
#CUCTMrecipe ol li dl dt {
	font-weight: bold;
}
#CUCTMrecipe ol li dl dd {}

#CUCTMrecipe ol li h3.recipeBlock {
	padding-left: 14px;
	background-image: url(../img/image/list-mark01.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
}
#CUCTMrecipe ol li h3.recipeBlock {
	margin-bottom: 1em;
}
#CUCTMrecipe ol li h3.recipeBlock span.date {
	display: block;
	float: left;
	width: 12em;
	font-size: 1em;
}

/*
#CUCTMrecipe ol li dl.recipe {
	display: none;
}
#CUCTMrecipe ol li.selected dl.recipe {
	display: block;
}
*/

/* 料理名 */
#CUCTMrecipe ol li dl.recipe dt.dishName {
	margin-bottom: 1em;
	padding: 0 12px;
	position: relative;
	height: 2em;
	line-height: 2em;
}
#CUCTMrecipe ol li dl.recipe dt.dishName span.persons {}
#CUCTMrecipe ol li dl.recipe dt.dishName span.btn_print {
	position: absolute;
	top: 0;
	right: 12px;
}

/* 共通設定 材料表示ブロック 調理法表示ブロック 効果効能表示ブロック */
#CUCTMrecipe ol li dl.recipe dd.dishIngredients,
#CUCTMrecipe ol li dl.recipe dd.dishCooking,
#CUCTMrecipe ol li dl.recipe dd.ingredientsEffect {}

#CUCTMrecipe ol li dl.recipe dd.dishIngredients dl.ingredients dt,
#CUCTMrecipe ol li dl.recipe dd.dishCooking dl.cooking dt,
#CUCTMrecipe ol li dl.recipe dd.ingredientsEffect dl.effect dt {
	border-bottom: 1px solid #cccccc;
}

/* コメント表示ブロック */
dl.selected dd.dishText {
	margin-bottom: 1em;
}

/* 材料表示ブロック */
#CUCTMrecipe ol li dl.recipe dd.dishIngredients {
	margin-top: -2em;
	/*
	height:1%;
	overflow: hidden;
	*/
}
/* 材料名・分量 */
#CUCTMrecipe ol li dl.recipe dd.dishIngredients dl.ingredients {
	margin-top: 3em;
	margin-left: 0;
}
#CUCTMrecipe ol li dl.recipe dd.dishIngredients dl.ingredients dt {
	margin-bottom: 0;
}
#CUCTMrecipe ol li dl.recipe dd.dishIngredients dl.ingredients dd {
	margin-top: 0;
}

#CUCTMrecipe ol li dl.recipe dd.dishIngredients dl.ingredients dd dl {
	margin-left: 0;
	height:1%;
	overflow: hidden;
}
#CUCTMrecipe ol li dl.recipe dd.dishIngredients dl.ingredients dd dl dt {
	border-bottom: none;
	float: left;
	width: 18em;
	font-weight: normal;
	text-indent: 0.5em;
}
#CUCTMrecipe ol li dl.recipe dd.dishIngredients dl.ingredients dd dl dd {
	margin-bottom: 0.5em;
	padding-left: 18em;
	border-bottom: 1px dashed #cccccc;
}

/* 調理法表示ブロック */
#CUCTMrecipe ol li dl.recipe dd.dishCooking {
	margin-top: 5em;
	clear: both;
}
#CUCTMrecipe ol li dl.recipe dd.dishCooking dl.cooking {
	margin-top: 3em;
	margin-left: 0;
}
#CUCTMrecipe ol li dl.recipe dd.dishCooking dl.cooking dt {}
#CUCTMrecipe ol li dl.recipe dd.dishCooking dl.cooking dd {
	margin-top: 0;
}
#CUCTMrecipe ol li dl.recipe dd.dishCooking dl.cooking dd ol {
	margin-top: 1em;
	margin-left: 2em;
	list-style-type: decimal;
}
#CUCTMrecipe ol li dl.recipe dd.dishCooking dl.cooking dd ol li {
	margin-bottom: 1em;
	padding: 0;
	list-style-type: decimal;
}
#CUCTMrecipe ol li dl.recipe dd.dishCooking dl.cooking dd ul {
	margin-top: 1em;
	margin-left: 2em;
	padding: 0;
	list-style-type: disc;

}
#CUCTMrecipe ol li dl.recipe dd.dishCooking dl.cooking dd ul li {
	margin-bottom: 1em;
	padding: 0;
	list-style-type: disc;
}

/* 効果効能表示ブロック */
#CUCTMrecipe ol li dl.recipe dd.ingredientsEffect {
	margin-top: 5em;
}
#CUCTMrecipe ol li dl.recipe dd.ingredientsEffect dl.effect {
	margin-top: 0;
	margin-left: 0;
}
#CUCTMrecipe ol li dl.recipe dd.ingredientsEffect dl.effect dt {}
#CUCTMrecipe ol li dl.recipe dd.ingredientsEffect dl.effect dd {
	margin-top: 0;
}

#CUCTMrecipe ol li dl.recipe dd.ingredientsEffect dl.effect dd table {
	border-collapse: collapse;
	width: 100%;
}
#CUCTMrecipe ol li dl.recipe dd.ingredientsEffect dl.effect dd table tr {}
#CUCTMrecipe ol li dl.recipe dd.ingredientsEffect dl.effect dd table tr th {
	padding: 0.3em 0.5em;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	font-weight: normal;
}
#CUCTMrecipe ol li dl.recipe dd.ingredientsEffect dl.effect dd table tr td {
	padding: 0.3em 0.5em;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
}

#CUCTMrecipe ol li dl.recipe dd.ingredientsEffect dl.effect dd table thead {}
#CUCTMrecipe ol li dl.recipe dd.ingredientsEffect dl.effect dd table thead tr {}
#CUCTMrecipe ol li dl.recipe dd.ingredientsEffect dl.effect dd table thead tr th {
	font-weight: bold;
	background-color: #F0F0F0;
}
#CUCTMrecipe ol li dl.recipe dd.ingredientsEffect dl.effect dd table thead tr td {}

#CUCTMrecipe ol li dl.recipe dd.ingredientsEffect dl.effect dd table tbody {}
#CUCTMrecipe ol li dl.recipe dd.ingredientsEffect dl.effect dd table tbody tr {}
#CUCTMrecipe ol li dl.recipe dd.ingredientsEffect dl.effect dd table tbody tr th {
	text-align: left;
}
#CUCTMrecipe ol li dl.recipe dd.ingredientsEffect dl.effect dd table tbody tr td {}
#CUCTMrecipe ol li dl.recipe dd.ingredientsEffect dl.effect dd table tbody tr td ul {
	list-style-type: none;
}
#CUCTMrecipe ol li dl.recipe dd.ingredientsEffect dl.effect dd table tbody tr td ul li {
	padding: 0;
	display: inline;
}

/* コピーライト */
#CUCTMrecipe ol li dl.recipe dd.copyRight {
	display: none;
}
