@charset "UTF-8";

/*access.html専用
-----------------------------------------*/
/*↓ナビゲーションメニューの現在地の色の指定↓-----*/
body nav ul li a[href="access.html"] {
background-color: #FB5E99;
color: #FFF;
}
/*↑ナビゲーションメニューの現在地の色の指定↑-----*/

/*店舗のご紹介：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-top: 1px #959595 dotted;
border-spacing: 0;
border-collapse: collapse;
margin-right: 20px;
}
td, th {
border-bottom: 1px #959595 dotted;
padding: 10px 15px;
font-size: 12px;
line-height: 1.4;
height: 35px;
vertical-align: middle;
}

th {
text-align:left;
white-space: nowrap;
width: 1%;
font-weight: bold;
color: #FF5387;
background-color: #F3F3F3;
}
td {
color: #666;
}
td small {
display: block;
font-size: 12px;
}
td dt {
font-size: 10px;
font-weight: bold;
}
td dd {
font-size: 18px;
}










