.attention {
  font-size: 14px;
  color: red;
  text-align: center;
  display: block;
  margin: 30px 0;
}

.accordion {
  margin-bottom: 60px;
}

.accordion dt {
  color: #ffffff;
  background-image: url(../images/shops/bar.png);
  background-repeat: no-repeat;
  height: 35px;
  box-sizing: border-box;
  padding-top: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
  font-weight: bold;
}

.girlData {
  color: #b42b2b;
  overflow: hidden;
  margin-bottom: 30px;
}

.girlData li {
  background: url(../images/shops/realtime_bg.png) no-repeat left top;
  float: left;
  width: 168px;
  height: 320px;
  box-sizing: border-box;
  margin-right: 8px;
  margin-bottom: 10px;
  padding: 14px;
}

.girlData li:nth-of-type(5n) {
  margin-right: 0;
}

.girlData .photo {
  display: block;
  margin: 0 auto;
  width: 140px;
  height: 200px;
}

.namebox {
  text-align: center;
  height: 52px;
  margin-bottom: 5px;
}

.girlData .name {
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 10px 0 3px;
  border-bottom: 1px dotted #b42b2b;
  margin-bottom: 5px;
}

.girlData .icon img {
  width: 42px;
}

.girlData .waitTime {
  background: #ffedea;
  width: 100%;
  display: block;
  clear: both;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
}