<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
#contents_box{
	width: 840px;
	margin: 0 auto;
	display: flex;
}
#fresh h1{
	text-align: center;
	margin-top: 24px;
}
.fresh_note{
	margin-top: 20px;
}
#fresh_nav{
	width: 180px;
	margin-top: 24px;
}
#fresh main{
	padding-left: 24px;
	margin-top:24px;
	border-left: 1px solid #D1C0AC;
}
/*local_nav
--------------------------------------*/
#fresh_nav li{
	border-bottom: 1px dotted #D1C0AC;
	margin-right: 12px
	}

#fresh_nav li a{
	width:156px;
	height:30px;
	display:block;
	color:#9C7B5A;
	font-size:1.1em;
	text-decoration:none;
	padding-left:12px;
	padding-top:12px;
	}

#fresh_nav li a:hover{
	background-color:#F3ECD8;
	background-image:url(images/dotted_line_ov.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}

/*item
--------------------------------------*/
#fresh .item_box{
	display: flex;
	margin-top: 24px;
	margin-bottom: 24px;
}
#fresh .item_box .item_img{
		margin-right:12px;
	width: 168px;
	height: 168px;
}
#fresh #contents_box .item_box h3{
	color:#669933;
	font-weight:bold;
	margin-bottom:6px;
	}

#fresh .pagetop{
	padding-bottom:3px;
	margin-bottom:60px;
	border-bottom:1px solid #D1C0AC;
	text-align: right;
	}
#fresh .pagetop:last-child{
	border: none;
}
.rq_box{
	display: flex;
	margin-top: 6px;
}
#daiti{
	margin-top:12px;
	color:#669933;
	}
#soga_box{
	position: relative;
}
#soga_logo{
	position: absolute;
	right: -36px;
}
.limit{
	color: #AEAEAE;
}
#soga_box .limit,
#yamatobuta .limit{
	margin-bottom: 6px;
}
#nasuwagyu .limit{
	margin-top: 6px;
}
#soga_box .item_note,
#yamatobuta .item_note{
	margin-bottom: 6px;
}
#levin_logo{
	margin-bottom: 6px;
}
#tochinoki_beef .logo,
#yamatobuta .logo{
	margin-bottom: 6px;
}




</pre></body></html>