@charset "utf-8";


/* ----------------------------------------
	00 contents
------------------------------------------*/

#contents #cont-main {
	background: #e5ebea;
}

#contents #cont-main #cont-body {
}


/* ----------------------------------------
	01 cont
------------------------------------------*/


#search-title {
	width: 419px;
	height: 107px;
	margin: 0 auto 20px;
}


#detail-box-sns {
	float: right;
	width: 308px;
	height: 35px;
	padding-right: 85px;
	overflow: hidden;
}


#detail-link {
	width: 593px;
	margin: 0 auto 20px;
	padding-top: 20px;
	text-align: left;
}
#detail-link a,
#detail-link p {
	display: block;
	float: right;
	color: #c23129;
	font-size: 90%;
}
#detail-link a {
	padding-left: 20px;
	background: url(../img/detail_icon_link.gif) 0 4px no-repeat;
}
#detail-link a:hover {
	color: #ff6600;
	background: url(../img/detail_icon_link_ov.gif) 0 4px no-repeat;
}
#detail-link p {
	padding-left: 20px;
	background: url(../img/detail_icon_bloger.gif) 0 3px no-repeat;
}






.detail_box {
	width: 593px;
	margin: 0 auto;
	color: #be0000;
	text-align: left;
	font-size: 80%;
}
.detail_box .detail_box_categorie_pickle {
	font-size: 150%;
	padding-bottom: 10px;
	margin-bottom: 13px;
	background: url(../img/search_line_dash_02.gif) bottom left no-repeat;
}
.detail_box .detail_box_categorie_drink {
	width: 593px;
	height: 50px;
	margin-bottom: 20px;
	background: url(../img/detail_subtitle_drink.gif) top left no-repeat;
	text-indent: -9999px;
}
.detail_box .detail_box_categorie_food {
	width: 593px;
	height: 50px;
	margin-bottom: 20px;
	background: url(../img/detail_subtitle_food.gif) top left no-repeat;
	text-indent: -9999px;
}

.detail_box .detail_box_subtitle {
	font-size: 125%;
	padding-bottom: 12px;
	font-weight: bold;
}

.detail_box .detail_box_img {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	float: right;
	border: 4px #fff solid;
	margin-left:10px;
}
.detail_box .detail_box_img img {
}

.detail_box .detail_box_item_title {
	font-size: 90%;
}
.detail_box .detail_box_material {
	color: #434437;
	padding-bottom: 12px;
}
.detail_box .detail_box_recipe {
	font-size: 110%;
	padding-bottom: 45px;
}


#detail_selectarea {
	width: 593px;
	padding-top: 15px;
	background: url(../img/search_line_dash_01.gif) top left repeat-x;
	color: #626262;
	text-align: left;
	font-size: 80%;
	margin: 0 auto;
}
#detail_selectarea h4 {
	font-weight:bold;
	font-size: 110%;
}
#detail_selectarea a,
#detail_selectarea p {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	float: left;
	white-space:nowrap;
}
#detail_selectarea a {
	color: #626262;
}
#detail_selectarea a:hover {
	color: #ff6600;
}
#detail_selectarea p {
	margin: 0 3px;
}













