@charset "UTF-8";

/*access.html専用
-----------------------------------------*/
body nav ul li a[href="access.html"] {
background: url(../img/menu_over.png) repeat-x;
color: #FFF;
}
/*店舗のご紹介
-----------------------------------------*/
article {
margin-bottom: 50px;
position: relative;
border: 1px solid transparent;/* 見出しとテーブルのずれ防止 */
}
article:after {
content: "";
display: block;
clear: both;
}
*+html article {
min-height: 1px;
}

h2 {
background: url(../img/midashi2a.png) no-repeat left center;
width: 330px;
height: 30px;
line-height: 30px;
text-indent: 20px;
position: absolute;
top: 0;
right: 10px;
font-size: 16px;
color: #572B38;
}

/*店舗のご紹介：Map関連
-----------------------------------------*/
.map {
float: left;
margin: 0 25px 0 20px;
}
.map iframe {
border: 1px solid #666;
}
.map figure {
margin: 20px 0 0 0;
}
.map figure:after {
content: "";
display: block;
clear: both;
}
*+html .map figure {
min-height: 1px;
}
.map figure img {
float: left;
margin: 0 20px 0 0;
}
.map figure figcaption {
color: #666;
line-height: 1.4;
}

/*店舗のご紹介：店舗情報の表
-----------------------------------------*/
table {
border-spacing: 0;
border-collapse: collapse;
margin-right: 20px;
margin-top: 30px;
}
td, th {
padding: 10px 15px;
font-size: 14px;
line-height: 1.4;
height: 35px;
vertical-align: middle;
}
th {
text-align:left;
white-space: nowrap;
width: 1%;
font-weight: bold;
}
td {
color: #666;
padding-left: 0;
}
td small {
display: block;
font-size: 10px;
}
td dt {
font-size: 10px;
font-weight: bold;
}
td dd {
font-size: 18px;
}

/* ストライプ */
.stripe .odd th,
.stripe .odd td {
background: #F0F0F0;
}







