/*
--------------------------------------------------
周辺観光モデルコース
-------------------------------------------------- */
/* sightseeing */
.courseBox{
  border: 1px solid #ccc;
  background: #fff;
  margin-bottom: 30px;
  padding: 10px;
}
.dayBox {
  width: 650px;
  padding: 0 10px;
  overflow: hidden;
  margin: 0 0 20px 0;
}
.day {
  width: 315px;
  margin: 0 20px 0 0;
}
.day:last-child {
  margin: 0;
}
.day dl::after {
  content: url(../img/sightseeing/arrow.png);
  position: relative;
  top: 0;
  left: 46%;
  margin: 0 0 10px 0;
  display: inline-block;
}
.day dl:last-child::after {
  content: none;
}
.day dt span {
  color: #fff;
  padding: 0 10px 0 0;
}
.day dt {
  margin: 0 0 10px;
  display: block;
  padding: 6px;
  background: #da96ad;
  border-radius: 8px;        /* CSS3草案 */  
  -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 8px;   /* Firefox用 */
  font-weight: 800;
}
.day dt img {
  position: relative;
  top: 4px;
  left: 5px;
}
.day dd {
  font-size: 80%;
  margin: 0 8px;
  display: block;
}
.title_day {
  border-bottom: 1px #000 dotted;
  margin: 0 0 10px;
  padding: 0 0 2px;
  text-align: center;
  color: #72253e;
}
.photoNo {
  margin: 5px 0 0;
}
.bl {
  padding: 0.25em 0.5em;
  background: transparent;
  border-left: solid 5px #ab375e;
}
.w207 {
 width: 207px;
}
.mr20 {
 margin:  0 20px 0 0;
}
.mr10 {
  margin: 0 10px 0 0;
}
.coursePhotoBox {
  overflow: hidden;
  padding: 0 10px;
}