@charset "utf-8";

/* GOKONYU */
.content-body a {
  margin :0;
  padding:0;
}
.shops-title {
  margin:25px 0 0;
  font-size:90%;
}
.shops-title a {
  margin:0 1px 0 0;
  padding:5px;
  border-top  :1px solid #ccc;
  border-left :1px solid #ccc;
  border-right:1px solid #ccc;
  background:#e3e3e3;
  font-weight:bold;
  color:#666;
}
.shops-title span {
  margin:0 1px 0 0;
  padding:5px;
  border-top  :1px solid #ccc;
  border-left :1px solid #ccc;
  border-right:1px solid #ccc;
  background:#f3f3f3;
  font-weight:bold;
}
table.shops {
  margin:0 0 0 0;
  padding:3px 0px 3px 0px;
  width:475px;
  color:#333;
  background:url(../img/dotted.gif) repeat-x bottom;
/*  border-bottom:1px dotted #ccc;*/
}
table.shops tr {
  vertical-align:top;
  background:url(../img/dotted.gif) repeat-x top;
}
table.shops th {
  padding:3px 5px;
  text-align:left;
  background:#f3f3f3 url(../img/dotted.gif) repeat-x top;
}
table.shops td {
  padding:3px 5px;
}
table.shops a {
  margin-left:0;
  color:#003366;
}


