@charset "shift_jis";
/* =========================================

nasuluckitchen > recipe.css

レシピ詳細画面のMYレシピノートバナーとQRコード
============================================ */

/* MYレシピノートバナー */
#contents_main div.my_recipe_banner {
	clear: both;
	width:475px;
	height:90px;
	margin:0px 0px 0 17px;
	padding:10px 0 0 0;
	}	
#contents_main div.my_recipe_banner a {
	display:block;
	overflow:hidden;
	width:475px;
	height:63px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	background:url(/recipe/image_cmn/my_recipe_banner.jpg) no-repeat 0 0;
	}
#contents_main div.my_recipe_banner a:hover { background:url(/recipe/image_cmn/my_recipe_banner.jpg) no-repeat 0 -63px;}

#contents_main div.my_recipe_banner p {
	clear:both;
	width:475px;
	margin:3px 0 10px 0;
	padding:0 0 5px 0;
	line-height:1.2;
	font-size:90%;
	color:#9D3A01;
}


/* QRコード */

#contents_main div.box_qr {
	display:inline-table;
	width:475px;
	height:auto;
	margin:0px 5px 0px 17px;
	padding:0;
	background:url(/recipe/image_cmn/bg_qr.gif) no-repeat 0px 0px;
	}
.box_qr2:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; 
}
/*Hides from IE-mac/*/
*html .box_qr2{height: 1%;}
.box_qr2{ display: block;}
/*End Hide from IE-mac*/	

#contents_main p.text_qr {
	width:360px;
	padding:90px;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
	}
#contents_main .img_qr {
	float:right;
	height:89px;
	_height:92px;
	margin:0 0 0 0;
	position:relative;
	top:-3px;
	left:-10px;
	}
#contents_main input.submit{
	width:40px;
}
	
/* メール送信 */
#contents_main div.box_mail {
	width:360px;
	margin:0;
	padding:0;
	position:relative;
	top:33px;
	left:48px;
	}	
#contents_main p.phone_attention {
	clear:both;
	width:475px;
	height:auto;
	margin:0 0 10px 0;
	padding:0;
	position:relative;
	top:6px;
	_top:2px;
	line-height:1.2;
	font-size:90%;
	}

