@charset "utf-8";

#shop-list {
  padding: 5px;
}
#shop-list .simple-list {
  padding: 5px 0;
  border-top: dotted 1px #CCC;
  border-bottom: dotted 1px #CCC;
}
.shop-box {
  padding: 5px 0;
  margin-bottom: 5px;
  border-bottom: dotted 1px #CCC;
}
.shop-box h3 {
  padding-left: 15px;
  line-height: 20px;
}
.shop-box p {
  font-size: 12px;
}
.shop-box h3.chokuei{
  background: url('/img/title/small_red.gif') no-repeat; 
}
.shop-box h3.keiretu {
  background: url('/img/title/small_green.gif') no-repeat; 
}
.shop-box h3.fc {
  background: url('/img/title/small_blue.gif') no-repeat; 
}

/***********************
 * 店舗ページ
 **********************/
#main h1.shop-name {
  padding-left: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #000;
  background: url('/img/title/white_bar.gif') no-repeat;
}
h2.shop-info {
  margin-bottom: 5px;
  padding-left: 15px;
  font-weight: bold;
  line-height: 20px;
  background: url('/img/title/small_red.gif') no-repeat;
}
.shop-photo {
  text-align: center;
  margin-bottom: 10px;
  padding: 5px auto;
}
.shop-comment {
  width: 400px;
  margin: 5px auto;
  padding: 5px;
  font-size: 13px;
  border: solid 1px red;
}
.profile-table{
  width: 450px;
  margin: 10px auto;
  border: 1px solid #AAA;
  font-size: 13px;
}
.profile-table th{
  width: 80px;
  padding: 5px 10px;
  border: 1px solid #AAA;
  background-color: #CCC;
  font-weight: normal;
}
.profile-table td{
  width: 320px;
  padding: 5px 5px 5px 10px;
  border: 1px solid #AAA;
  text-align: left;
}
#map {
  width: 600px;
  height: 500px;
  margin: 0 auto;
  padding: 0;
}

