@charset "utf-8";
/*
弁当カテゴリ用 
*/

h2.page-title	{
background:url(../../uploads/lunch-m00.gif) no-repeat left top;
margin-bottom:0;
}

/* ヘッダの弁当カテゴリリスト */
.bentoHeaderList	{
margin:3px 0 20px 0;
}

/* カテゴリリストの追加の説明 */
.lunch-header-contents	{
margin-bottom:44px;
}

/* 選べるごはん */
table.lunch-eraberugohan	{
width:100%;
border: 1px solid #FF6600;
}
table.lunch-eraberugohan th	{
text-align: center;
font-weight: normal;
font-size:100%;
/*background:#ff6600 url(../../uploads/medaka-eraberu-m01.gif) no-repeat center center;*/
background:#ff6600;
padding:8px;
color:#fff;
}
table.lunch-eraberugohan td	{
font-size: 80%;
text-align: center;
padding:8px;
}
table.lunch-eraberugohan p	{
margin-top: 0;
}

/* 弁当のカテゴリリストのテープル　カテゴリ「お弁当」から利用 */
table.medaka-category-table	{
width:580px;
margin-bottom:21px;
}
table.medaka-category-table td	{
background-color:#DDB878;
text-align:center;
vertical-align:top;
width:140px;
border:2px solid #fff;
border-right:4px solid #fff;
}
table.medaka-category-table p	{
margin:0;
margin-bottom:5px;
}
table.medaka-category-table img	{
border:none;
margin:4px 2px 0 2px;
}

/* 弁当リスト */
div.post	{
border:2px solid #768C45;
margin-bottom:20px;
}
div.post h3.entry-title	{
padding:6px 0 6px 13px;
font-weight:bold;
font-size:110%;
background:none;
border-left:none;
border-bottom:1px dashed silver;
position:relative;
z-index:1;
}
div.post .entry-content	{
padding-left:8px;
padding-bottom:0;
margin-bottom:0;
}
div.post .lunch-entry-image	{
float:right;
padding-right:13px;
padding-left:8px;
position:relative;
z-index:100;
}
div.post .lunch-entry-image img	{
border:1px solid gray;
}
div.post .lunch-description	{
margin-bottom:21px;
}
div.post .lunch-entry-price	{
display:inline;
color:#cc0000;
font-weight:bold;
}
div.post .lunch-entry-oomori	{
display:inline;
}
div.post .lunch-entry-kcal	{
color:#663300;
font-size:80%;
}

div.post .entry-meta	{
clear:both;
padding-bottom:13px;
}

/* ページトップへ */
p.toPageTop	{
margin:0;
}
