@charset "shift_jis";
/* CSS Document */


/* :::::::::::::::::::::::::::::::::::::::::::: */

/* Recipe Category Page							*/

/* :::::::::::::::::::::::::::::::::::::::::::: */


/* Common
----------------------------------------------- */

body{
	margin:0px;
	padding:0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height:1.5em;
	color:#333333;
}

/* Layout */
.t_l{text-align:left;}
.t_c{text-align:center;}
.t_r{text-align:right;}

.f_l{float:left;}
.f_c{float:center;}
.f_r{float:right;}

.clr{clear:both;}

.mb10{margin-bottom:10px;}
.ml24{margin-left:24px;}
.mr24{margin-right:24px;}

/*  Font  */
.f10px{font-size:10px;}
.f11px{font-size:11px;}
.f12px{font-size:12px;}
.f13px{font-size:13px;}
.f14px{font-size:14px;}
.f15px{font-size:15px;}
.f16px{font-size:16px;}
.f17px{font-size:17px;}
.f18px{font-size:18px;}
.f19px{font-size:19px;}
.f20px{font-size:20px;}

/*  Link  */
a:link{color:#003fa7;text-decoration:none;}
a:visited{color:#003fa7;text-decoration:none;}
a:active{color:#30B8F2;text-decoration:none;}
a:hover{color:#30B8F2;text-decoration:none;}

a:link img {
	text-decoration:none; border:none 0px #fff;
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}
a:visited img {
	text-decoration:none; border:none 0px #fff;
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}
a:active img {
	text-decoration:none; border:none 0px #fff;
	filter: alpha(opacity=80);
	-moz-opacity:0.75;
	opacity:0.75;
}
a:hover img {
	text-decoration:none; border:none 0px #fff;
	filter: alpha(opacity=80);
	-moz-opacity:0.75;
	opacity:0.75;
}

a:link img.hover {
	text-decoration:none; border:none 0px #fff;
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}
a:visited img.hover {
	text-decoration:none; border:none 0px #fff;
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}
a:active img.hover {
	text-decoration:none; border:none 0px #fff;
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}
a:hover img.hover {
	text-decoration:none; border:none 0px #fff;
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}


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

#recipe{
	width:750px;
	margin:0;
	padding:0 0 80px 0;
	background: url(../recipe/images/bg.jpg) left top repeat-y;
}

/* recipebx */
#recipe .recipebx{
	margin:0;
	padding:30px 20px 30px 20px;
}
#recipe .recipebx .pic{
	float:left;
	width:400px;
	display:block;
}
#recipe .recipebx .pic img{
	border:5px solid #FFFFFF;
	width:390px;
}
#recipe .recipebx .recipename{
	margin:0 0 10px 0;
	padding:0 0 0 20px;
	background:url(../recipe/images/li_dot.jpg) 4px 6px no-repeat;
	font-size:16px;
	font-weight:bold;
	color:#df2323;
	line-height:1.2em;
}
#recipe .recipebx .recipename a{
	color:#df2323;
	text-decoration:underline;
}
#recipe .recipebx p{
	width:295px;
	margin:0;
	padding:0;
	float:right;
	text-align:left;
	color:#560000;
	font-size:13px;
	line-height:20px;
	display:block;
}
#recipe .recipebx p a:link,#recipe .recipebx p a:visited{
	font-weight:bold;
	text-decoration:underline;
	color:#560000;
}
#recipe .recipebx p a:hover,#recipe .recipebx p a:active{
	font-weight:bold;
	text-decoration:none;
	color:#a74d21;
}
#recipe .recipebx .penname{
	margin:6px 0 10px 0;
	padding:0 0 0 20px;
	font-size:16px;
	font-weight:bold;
	color:#df2323;
	line-height:1.2em;
	text-align:right;
}

/* recipe thumbnail
----------------------------------------------- */
#recipe_thm{
	width:702px;
	height:auto;
	margin:0px 20px 0px 20px;
	padding:24px 0px 0px 0px;
	border:5px solid #fe974a;
}
#recipe .thm_box{
	width:202px;
	height:auto;
	float:left;
}
#recipe .thm_box img{
	border:4px solid #ffffff;
	display:block;
	margin:0px 0px 5px 0px;
	padding:0px;
}
#recipe .thm_box p{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin:0px 0px 10px 0px;
	padding:0px;
}








/* btn_more */
#recipe .btn_more{
	text-align:center;
	padding:15px 0 0 0;
}




