<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*recipe index*/

.h2-90{
	height: 90px;
	background-image: url(../images/title_bg_w730_2.png);
	background-repeat: no-repeat;
	line-height: 90px;
	padding: 0 0 0 40px;
	font-size: 24px;
}
.recipe-index{
	padding:24px;
	overflow:hidden;
}

.recipe-index .about{
	float:left;
}
.recipe-index .about p{
	width:300px;
}
.recipe-index div img{
	border: 4px solid #eee;
}

.recipe-index .step{
	float:right;
}
.recipe-index .step p{
	width:300px;
}

.recipe-index p{
	margin-top:10px;
}

.recipe-index .tit-txt{
	background:url(../images/ico_link_arrow.png) no-repeat;
	background-position:0 4px;
	padding-left:15px;
	font-size:16px;
	font-weight:bold;
}

/*recipe about*/

.recipe-about{
	padding:24px 14px 24px 24px;
	_width:690px;
	overflow:hidden;
	*zoom:1;
}

.recipe-about #aside{
	font-size:14px;
	line-height:2.5em;
}

.recipe-about .tit-txt{
	background:url(../images/ico_link_arrow.png) no-repeat;
	background-position:0 4px;
	padding-left:15px;
	font-size:16px;
	font-weight:bold;
}

.recipe-about h3{
	font-size:16px;
	height:20px;
	line-height:20px;
	font-weight:bold;
	background:url(../images/i_chatch.gif) no-repeat;
	padding-left:10px;
	margin:40px 0 0 0;
}

.recipe-about ul{
	width:706px;
	overflow:hidden;
}

.recipe-about ul li{
	float:left;
	margin:20px 10px 0 0;
	width:220px;
}

.recipe-about ul li p{
	margin:10px 0 0 0;
	font-size:18px;
}

/*recipe step*/

.recipe-step{
	padding:24px 14px 24px 24px;
	_width:690px;
	overflow:hidden;
	*zoom:1;
}

.recipe-step #aside{
	font-size:14px;
	line-height:2.5em;
}

.recipe-step .tit-txt{
	background:url(../images/ico_link_arrow.png) no-repeat;
	background-position:0 4px;
	padding-left:15px;
	font-size:13px;
	font-weight:bold;
}

.recipe-step h3{
	font-size:16px;
	height:20px;
	line-height:20px;
	font-weight:bold;
	background:url(../images/i_chatch.gif) no-repeat;
	padding-left:10px;
	margin:40px 0 0 0;
}

.recipe-step h3.mb20{
	margin-bottom:20px;
}

.recipe-step h4{
	margin:20px 0 15px 0;
	font-size:14px;
}

.recipe-step ul{
	width:706px;
	overflow:hidden;
	*zoom:1;
}

.recipe-step ul li{
	float:left;
	margin:0 10px 30px 0;
	width:160px;
}

.recipe-step ul li p{
	margin:10px 0 0 0;
	font-size:12px;
}

#movie-area{
	position:absolute;
	z-index:100;
	width:718px;
	height:498px;
	display:none;
}

#movie-base{
	position:absolute;
	z-index:99;
	width:100%;
	height:100%;
	display:none;
}

#movie-area #movie-box{
	position:relative;
	background:url(../../about_recipe/images/movie_bg.png) no-repeat;
	width:718px;
	height:498px;
}

#movie-area #movie-player{
	position:absolute;
	left:39px;
	top:40px;
}

#movie-area p{
	position:absolute;
	left:40px;
	top:445px;
	font-size:14px;
}

#movie-area #movie-close-btn{
	position:absolute;
	right:30px;
	top:440px;
}

/*edit*/
.recipe-detial-contents{
	padding:24px 24px 0px 24px;
	overflow:hidden;
}
#side-nav-right li a{
	display:block;
	width:160px;
	height:auto;
	line-height:normal;
	vertical-align:middle;
	background:url(../images/ico_link_arrow.png) no-repeat;
	background-position:15px 16px;
	padding:12px 0px;
	padding-left:37px;
	font-size:14px;
}

.w210 li {
	height:auto;
	line-height:0px;
	border-top: 1px dotted #7f7f7f;
	margin-top:-1px;
}
.w210 li:last-child {
	max-height:59px;
	height: 100%;
}
/*recipe detial*/
h2.h2-90 span{
	margin-left:15px;
	font-size:14px;
	position:relative;
	top:-4px;
}

.recipe-detial-contents h3 {
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	background: url(../images/i_chatch.gif) no-repeat;
	padding-left: 10px;
	margin-bottom: 15px;
}

div.recipe-left{
	float:left;	
	width:380px;
}
div.recipe-left p img{
	border: 4px solid #eee;
}

div.recipe-right{
	width:280px;
	float:right;
}

div.recipe-product{
	width:280px;
	float:right;
}

div.recipe-contents-box{
	overflow:hidden;
	margin-bottom:30px;
	clear:both;
}

div.recipe-product-images{
	height:87px;
	overflow:hidden;
}

div.recipe-product-images ul{
	overflow:hidden;
}

div.recipe-product-images ul li{
	float:left;	
}

div.recipe-product-images ul li p{
	text-align:center;
}

div.recipe-product-images ul li p.product-name{
	margin-top:-5px;
	font-size:10px;
}

div.recipe-product-images ul li p.product-name a{
	color:#1a2fba;
	text-decoration:underline;	
}
div.recipe-product-images ul li p.product-name a:hover{
	color:#1a2fba;
	text-decoration:none;	
}

div.recipe-comment-area{
/*
	height:100%;
	*/
	clear:both;
	position:relative;
	bottom:0;
	background-color:#ebebeb;
	overflow:hidden;
	padding:9px 9px 5px 9px;
	
}
div.recipe-comment-area.box-fix{
	height:115px;	
}

div.recipe-cook-info{
	width:90px;
	float:left;
}

div.recipe-cook-info p{
	text-align:center;
	margin-top:-5px;
}

div.recipe-cook-info p span{
	margin-top:3px;
	font-size:10px;
	display:block;
	line-height:13px;
		
}

div.recipe-cook-info p img{
	border: 4px solid #eee;
}

div.recipe-cook-comment{
	width:170px;
	float:right;
}

span.list-number{
	width:10px;
	position:relative;
	margin-left:-20px;
}

p.list-text{
	margin-left:20px;
}

ul.material-list li p span{
	width:100px;
	float:right;
}
ul.material-list-large li p span{
	width:75px;
	float:right;

}

ul.material-list li p a{
	color:#1a2fba;
	text-decoration:underline;
}

ul.material-list li p a:hover{
	text-decoration:none;
}

html*ul.material-list li p a{
	color:#1a2fba!important;
	text-decoration:underline!important;
}

html*ul.material-list li p a:hover{
	text-decoration:none!important;
}

html*ul.material-list li p span{
	margin-top:-18px;
}</pre></body></html>