/* CSS Document */

/* 全体構造
---------------------------------------------------- */


/* テキスト
---------------------------------------------------- */
.recipe12 { font-size:12px; line-height: 1.6; color:#666666; }
.recipe12 a { font-size:12px; line-height: 1.6; color:#666666; text-decoration: none; }
.recipe12 a:hover { font-size: line-height: 1.6;12px; color:#666666; text-decoration: underline; }

.menu11 { font-size: 11px; line-height: 1.6; color:#8D8D8D;}
.menu11 a { font-size: 11px; line-height: 1.6; color:#8D8D8D; text-decoration:underline;}
.menu11 a:hover { font-size: 11px; line-height: 1.6; color:#8D8D8D; text-decoration: none;}

.mbsend10 { font-size: 10px; line-height: 1.5; color:#8BBA8B;}
.mbsend10 a { font-size: 10px; line-height: 1.5; color:#8BBA8B; text-decoration:underline;}
.mbsend10 a:hover { font-size: 10px; line-height: 1.5; color:#8BBA8B; text-decoration: none;}

.mburl10 { font-size: 10px; line-height: 1.5; color:#8D8D8D;}
.mburl10 a { font-size: 10px; line-height: 1.5; color:#8D8D8D; text-decoration:underline;}
.mburl10 a:hover { font-size: 10px; line-height: 1.5; color:#8D8D8D; text-decoration: none;}


/* コンテンツ
---------------------------------------------------- */
#recipe_top {
  margin-left: 20px;
  width: 760px;
  margin-top: 25px;
  margin-bottom: 20px;
}

.top_navi {
  margin-top: 20px;
  text-align: center;
}

.top_navi img {
  margin-right: 15px;
  margin-left: 15px;
}

.food {
  text-align:center;
  margin-top: 40px;
}

.food_list {
  margin-top: 35px;
  margin-left: 70px;
  width:660px;
}
.food_box {
  width:200px;
  margin-bottom: 25px;
  float: left;
}
.food_box h3 {
  margin-top: 8px;
  margin-bottom: 13px;
}

.mobile_list {
  margin: 35px auto 0 auto;
  width:760px;
}

dl.mobile_box{ float:left; width:180px; }
dt {  width: 83px; float: left;}
dd.mbttl{ margin: 10px 0 0 0; float: right; width: 97px; }
dd.mburl{
	font-size: 10px;
	line-height: 1.4;
	padding-top: 5px;
	color:#8D8D8D;
	clear: both;
}
