



/*離乳食下ごしらえレシピ　PC用CSS*/
.rinyushoku_pre_ttl{
font-size: 20px;
font-weight: bold;
border-left:solid 10px #FF3366;
margin-bottom:20px;
border-bottom:solid 1px #FF3366;
border-top:solid 1px #FF3366;
border-right:solid 1px #FF3366;
padding-left:10px;
}

.rinyushoku_pre_recipe_ttl{
	font-weight:bold;
	margin-bottom:20px;
	font-size: 30px;
}


.rinyushoku_pre_recipe_setumei{
	float:left;
	margin:10px 0;
	font-size:14px;
}

.rinyushoku_pre_recipe_eoyoushi{
	background-image:url(../../../smart/mama/recipe/image/rinyushoku_pre_recipe_eoyoushi.jpg);
	background-repeat:no-repeat;
	position:relative;
	width:780px;
	height:100px;
	margin-bottom:20px;
}

.rinyushoku_pre_recipe_eoyoushi_txt{
	position:absolute;
	top:20px;
	left:20px;
	font-size:14px;
	width: 500px;
}

.clear{
	clear:both;
}


.rinyushoku_pre_recipe_img{
		float:left;
		margin:0px 20px 30px 0px;
		
}

.txt_box01{	width:560px; margin-right:20px;}
.txt_box02{	width:510px;}

.rinyushoku_pre_recipe_point{
	background-color:#FF3366;
	color:#FFF;
	font-weight:bold;
	padding:5px 10px;
	font-size:12px;
	margin-bottom:10px;
	width:4em;
	text-align:center;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	}
	
	
.rinyushoku_pre_recipe_subttl{
	background-color:#FF9999;
	font-size:16px;
	font-weight:bold;
	padding:5px 10px;
	margin-bottom:10px;
}

.rinyushoku_pre_recipe_gokkun,
.rinyushoku_pre_recipe_mogumogu,
.rinyushoku_pre_recipe_kamikami{
	border:solid 1px #CCCCCC;
	padding:5px;
	width:238px;
	float:left;
	margin-bottom:30px;
}

.rinyushoku_pre_recipe_gokkun,
.rinyushoku_pre_recipe_mogumogu{
	margin-right:15px;
}

.rinyushoku_pre_recipe_gokkun_ttl,
.rinyushoku_pre_recipe_mogumogu_ttl,
.rinyushoku_pre_recipe_kamikami_ttl{
	text-align:center;
	font-weight:bold;
	font-size:16px;
}

.img_center{
	text-align:center
}

.rinyushoku_pre_recipe_gokkun_txt,
.rinyushoku_pre_recipe_mogumogu_txt,
.rinyushoku_pre_recipe_kamikami_txt{
	margin: 10px 0px 0px 0px;
	width: 200px;
	padding-left: 20px;
}


ul#rinyushoku_pre_recipe_list-other {
	overflow:hidden;
	margin-bottom:20px;
}

ul#rinyushoku_pre_recipe_list-other li {
	width: 168px;
	margin: 0 5px 5px 0;
}
