@charset "Shift_JIS";

/*-------------------------------------------------------------------
 *
 * File Name   : recipe.css

-------------------------------------------------------------------*/

/*===================================================================
	common
===================================================================*/
body#recipe {
	font-size:80%;
}
#recipe #contents .contentsBg{
	background:url(../images/recipe/recipe_bg_001.gif) no-repeat scroll left top;
	padding-top:25px;
	height:859px;
}
* html #recipe #contents .contentsTop div{
	left:-470px!important;
}

#recipe #contents .contentsTop{
	background:url(../images/recipe/bg_recipe_contents_top.gif) left top no-repeat;
	padding-top:26px;
}
* html #recipe #contents .contentsTop div.contentsMdl{
	left:0px!important;
}

#recipe #contents .contentsTop div.contentsMdl div.contentsBtm{
	background:url(../images/recipe/bg_recipe_contents_btm.gif) left bottom no-repeat;
	width:940px;
	left:0!important;
	padding-bottom:45px;
}
* html #recipe #contents .contentsTop div.contentsMdl div.contentsBtm div{
	left:0!important;
}


/*===================================================================
	/recipe.html
===================================================================*/

#recipe #contents .contentsInn{
	position:relative;
	width:843px;
	height:190px;
	margin:10px auto 0;
}
#recipe #contents .btnBox{
	z-index:1;
}
#recipe #contents h1{
	position:absolute;
	width:843px;
	height:123px;
	top:25px;
	left:0;
}
#recipe #contents .snsArea{
	position:absolute;
	bottom:0;
	right:0;
}
#recipe #contents .snsArea li{
	float:right;
}
#recipe #contents .snsArea li.mixi,#recipe #contents .snsArea li.twitter{
	padding-right:8px;
}

.contentsMenu{
	width:850px;
	margin:0 auto;
}

#recipe #contents .contentsMenu .recipe_menu li{
	position:relative;
	width:418px;
	float:left;
	padding-right:13px;
	margin-bottom:10px;
}

#recipe #contents .contentsMenu .recipe_menu li.single{
    float: none;
    margin: 0 auto;
    padding-right: 0;
}

#recipe #contents .contentsMenu .recipe_menu li.last{
	padding-right:0;
}

#recipe #contents .contentsMenu .recipe_menu .recipe_btn{
	position:absolute;
	bottom:26px;
	right:133px;
	zoom:1;
}

#recipe #contents .contentsMenu .recipe_menu .recipe_btn a{
	font-size:0;
}

#recipe #contents .contentsMenu .recipe_menu li.single{
	clear:both;
	float:none;
	margin:0 auto 10px auto;
}

/* END */