@charset "utf-8";
/* CSS Document */

/*特集全体
------------------------*/

.main_text {
	width: 662px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	margin-left: 14px;
}

.hed_img {
	background: url(../images/category/food/hed_img.jpg) no-repeat;
	height: 300px;
	width: 676px;
	text-indent: -9999px;
	display:block;
	margin-bottom: 10px;
}

.food_btn_read {
	background: url(../images/index/icon_read.gif) no-repeat left center;
	height: 12px;
	width: 100px;
	margin-left: 205px;
	padding-left: 15px;
}
.food_btn_read02 {
	height: 12px;
	width: 75px;
	background: url(../images/index/icon_read.gif) no-repeat left center;
	margin-left: 300px;
	padding-left: 15px;
}

/*article_wrap
------------------------*/

.article_wrap_br {
	width: 662px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 15px;
	margin-left: 14px;
}
.article_wrap {
	width: 662px;
	padding-left: 14px;
	margin-bottom: 15px;
}
.article_r h3 {
	font-size: 1.2em;
	margin-bottom: 5px;
}
.article_text_box {
	float: left;
	width: 180px;
}
.article_text_title {
	font-size: 1em;
	margin-bottom: 5px;
}
.food_article {
	float: left;
	width: 320px;
	padding-right: 10px;
	margin-bottom: 10px;
	height: 260px;
}
.food_article_title {
	font-size: 1.2em;
	margin-bottom: 5px;
}
.food_article_photo {
	width: 320px;
	margin-bottom: 10px;
}
.food_article p {
	margin-bottom: 5px;
}

