@charset "UTF-8";

/*Food Drink index 兼用
-----------------------------------------*/
section[id*="menu"]:after {
content: "";
display: block;
clear: both;
}
*+html section[id*="menu"] {
min-height: 1px;
}
section[id*="menu"] article {
width: 210px;
margin: 0 -1px 20px 6px;
float: left;
}
section[id*="menu"] article a {
text-decoration: none;
}
section[id*="menu"] article a:hover {
text-decoration: underline;
}
section[id*="menu"] article h2,
section[id*="menu"] article a h2 {
margin: 3px 5px 5px;
font-size: 14px;
}
section[id*="menu"] article p {
margin: 3px 5px 5px;
font-size: 12px;
color: #999;
}
section[id*="menu"] article p.price {
margin: 3px 5px 0;
font-size: 18px;
color: #FFF;
font-weight: bold;
text-align: right;
font-family: Arial,"Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
}

h1 + section#pickup_menu {
background: #260000 url(../img/pickup02.png) repeat-y left;
position: relative;
z-index: 100;
}
h1 + section#pickup_menu article:before {
content: "";
display: block;
width: 100%;
height: 20px;
position: absolute;
top: 0;
left: 0;
z-index: 101;
background: url(../img/pickup01.png) no-repeat left top;
}
h1 + section#pickup_menu:before {
content: "";
display: block;
width: 100%;
height: 20px;
position: absolute;
bottom: 0;
left: 0;
z-index: 101;
background: url(../img/pickup03.png) no-repeat left bottom;
}
h1 + section#pickup_menu h1 {
background: none;
padding: 10px 0 10px 10px;
margin-bottom: 0;
position: relative;
z-index: 103;
}

section > p {
text-align: right;
margin-bottom: 2em;
}
section > p a {
text-decoration: underline;
}