/* CSS Document */
#recipegpx{
	line-height:150%;
}
img.gpx_tit{
	margin:10px 0 10px 0;
}
span.nobr{white-space:nowrap;}
h2{padding-bottom:0; margin-bottom:-10px}
p.mainbody{ margin-top:-30px;}

/*投票者の声---------------------------*/
#recipegpx .voice{
	background-image:url(img/ic_voice.gif);
	background-repeat:no-repeat;
	font-size:95%;
	padding:30px 10px 10px 10px;
	border:1px solid #38a4dc;
}

/* レシピ紹介---------------------*/
#Recipe{
	margin:10px 0 10px 0;
}
#Recipe dl{
	width:500px;
	margin-bottom:15px;
	display:block;
	margin-top:10px;}
#Recipe dt{
	float:left;
	width:220px;
}
#Recipe dd{
	float:right;
	margin:0 0 0 10px;
	width:270px;
} 

/*賞品---------------------------------*/
#Recipe dl.prize{
	margin:0 0 10px 0;
	display:block;
	width:500px;
}
#Recipe dt.gpx_read{
	float:left;
	width:290px;
	line-height:150%;
}
#Recipe dd.gpx_prize{
	float:right;
	width:200px;
}






/*---------------------*/
/* 受賞者によるレシピ */
#recipe_gpx{width:500px;}
.gpx_name{background-image:url(img/gpx_name.jpg); margin-top:30px;}
.gpx2_name{background-image:url(img/gpx2_name.jpg);}
.gpx3_name{background-image:url(img/gpx3_name.jpg);}

.gpx_name,
.gpx2_name,
.gpx3_name{
height:40px;
background-repeat:no-repeat;
padding-left:190px;
padding-top:18px;
/*margin-bottom:10px;*/
color:#FF6600;
font-size:14px;
font-weight:bolder;
}

.gpx2_name{
padding-left:170px;
}
.gpx3_name{
padding-left:110px;
}

.comment{
width:480px;
padding:10px;
background-color:#FFECBA;
margin-bottom:20px;
}

.recipe01{float:left;}
.recipe02{float:right; }

.recipe01,
.recipe02{
background-image:url(img_recipe_sp/recipe_back.jpg);
background-repeat:no-repeat;
width:233px;
height:221px;
padding-top:29px;
padding-left:14px;
}

.recipe-img{
width:210px; 
height:155px; 
overflow:hidden;
}

.recipe_name{
margin-top:5px;
background-image: url(img_recipe_sp/arrow.gif); 
background-repeat:no-repeat;
background-position:left 0.5em;
width:200px;
padding-left:10px;
line-height:1.3em;
}

.dotline{
width:500px;
background-image:url(img_recipe_sp/dotline.gif);
background-repeat:repeat-x;
background-position:left center;
margin-top:10px;
margin-bottom:10px;
}

#recipe_fa dl.item{width:500px; padding:10px;}
#recipe_fa dt.item-img{float:left;}
#recipe_fa dd.item-info{float:right; width:400px; padding-right:20px;}
#recipe_fa ul.item-name {
list-style-image: url(img_recipe_sp/arrow.gif);
padding-left:5px;
}

.first_ic,.second_ic{margin:5px 0 5px 0;
width:40px;
background-color:#FFFFFF;
border:2px solid #FF0000; 
color:#FF0000; 
font-size:11px; 
font-weight:bolder; 
padding:1px;}

.second_ic{background-color:#FFF3A4;}


.jun_gpx_lk{
background-image: url(img_recipe_sp/arrow.gif);
background-repeat:no-repeat; 
background-position:left center;
padding-left:10px;
margin-bottom:8px;
}

/***************************************/

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}