@charset "UTF-8";

/*shops.html専用
-----------------------------------------*/
#navigation nav > ul > li > a[href="fee.html"] {
color: #FFF;
background: #4D4D4D url(../img/menu1.gif) no-repeat 7px 13px;
}

/*shops
-----------------------------------------*/
section > h1 {
background-image: url(../img/icon_fee.gif);
border-bottom: 4px solid #9C0;
}

section article {
margin: 0 18px 30px;
}

table {
font-size: 14px;
border-spacing: 0;
border-collapse: collapse;
margin-bottom: 5px;
}

td, th {
border: 1px #999 solid;
padding: 5px;
text-align: left;
font-weight: normal;
}
th[scope="col"] {
background: #9C0;
}
th[scope="row"] {
white-space: nowrap;
width: 1%;
padding-right: 2em;
}
