@charset "UTF-8";

/*shops.html専用
-----------------------------------------*/
body nav ul li a[href="shops.html"] {
border-bottom: 5px solid #606;
}
/*店舗のご紹介
-----------------------------------------*/
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/midashi2D.png) no-repeat left center;
width: 350px;
height: 30px;
line-height: 32px;
text-indent: 10px;
position: absolute;
top: 0;
right: 10px;
font-size: 16px;
}

/*店舗のご紹介：Map関連
-----------------------------------------*/
.map {
float: left;
margin: 0 25px 0 10px;
}
.map iframe {
border: 1px solid #666;
}
.map small {
display: block;
margin-bottom: 15px;
}
.map small + img {
float: left;
margin-right: 15px
}
.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: 10px;
margin-top: 45px;
}
td, th {
padding: 10px 15px;
font-size: 14px;
line-height: 1.4;
height: 35px;
padding: 10px;
vertical-align: middle;
border: 1px dotted #959595;
}
th {
text-align:left;
white-space: nowrap;
width: 1%;
font-weight: normal;
background: #D5DFEB
}
td {
color: #666;
}
td small {
display: block;
font-size: 12px;
}
td dt {
font-size: 10px;
font-weight: bold;
}
td dd {
font-size: 18px;
}

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

/*問い合せコメント
-----------------------------------------*/

p.text1 {margin: 20px;
color: #cc3366;
font-size: 14px;
line-height: 1.6;
}





