@charset "utf-8";

/*共通*/

#monthly {
  width: 900px;
  margin: 0px auto 0 auto;
  padding: 0px;
  font-size:16px;
}
#monthly p {
  line-height: 1.6;
  letter-spacing:0.05em;
  text-indent:1em;
  margin-bottom:0.6em;
}
#monthly p.ketujyo {
  margin-bottom:10px;
  text-align:left;
  text-indent:0;
}
#monthly .midashi{
  width:900px;
}

#monthly table {
  border-collapse:collapse;
}

#monthly br.clear {
  clear: both;}

#monthly .cf:before,
.cf:after {
    content: " ";
    display: table;
}

#monthly .cf:after {
    clear: both;
}

#monthly .cf {
    *zoom: 1;
}

#monthly a {
  text-decoration: underline;
}

#monthly a:hover {
  text-decoration: none;
}


/*各ページ*/

#dream {
  display: flex;
  flex-wrap: wrap;
  width: 900px;
}
#dream .dream-racer {
  width: 440px;
  margin: 5px;
  overflow:hidden;
/*  box-shadow: 2px 2px 10px rgba(0,0,0,0.4); */
}
#dream .dream-racer p {
  padding: 0 10px;
}
#dream .dream-racer img.boatracer-image {
  display: block;
  float:left;
  margin: 20px;
  width: 150px;
  height: 180px;
  border: 4px solid #fff;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
}
/*#dream .dream-racer img.boat-image {
  display: block;
  margin: 20px auto;
  width: 300px;
  height: 100px;
  border: 4px solid #fff;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
  transform: rotate(-3deg);
}*/
#dream .racer-image {
  height: 750px;
  background-repeat: no-repeat;
  position: relative;
}
#dream .racer-image table {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background-color: #fff;
  font-size: 14px;
  border: 5px solid #fff;
}
#dream .racer-image table tr th {
  font-size: 16px;
  color: #000;
  background-color: #fcd7a1;
  padding: 0 5px;
}
#dream .racer-image table tr.botm td {
  padding: 0 5px;
  border-bottom:1px solid #000;
}
#dream .racer-image table tr.botm2 td {
  padding: 0 5px;
  border-bottom:1px dashed #000;
}
#dream .racer-image table tr td {
  padding: 0 5px;
}
#dream .racer-image table td.seiseki {
  padding: 0 5px;
  letter-spacing:0.1em;
}
#dream .racer-image table td.seiseki span {
  letter-spacing:0;
}
#dream .racer-image img.boat-image1 {
  position: absolute;
  bottom:120px;
  right:0;
  display: block;
  margin: 20px;
  width: 200px;
  height: 110px;
  border: 4px solid #fff;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
  transform: rotate(-5deg);
}
#dream .racer-image img.boat-image2 {
  position: absolute;
  bottom:255px;
  right:0;
  display: block;
  margin: 20px;
  width: 200px;
  height: 110px;
  border: 4px solid #fff;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
  transform: rotate(-5deg);
}
#dream .racer-image img.boat-image3 {
  position: absolute;
  bottom:190px;
  right:0;
  display: block;
  margin: 20px;
  width: 200px;
  height: 110px;
  border: 4px solid #fff;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
  transform: rotate(-5deg);
}
#dream .racer-image img.boat-image4 {
  position: absolute;
  bottom:235px;
  right:0;
  display: block;
  margin: 20px;
  width: 200px;
  height: 110px;
  border: 4px solid #fff;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
  transform: rotate(-5deg);
}
#dream .racer-image img.boat-image5 {
  position: absolute;
  bottom:145px;
  right:0;
  display: block;
  margin: 20px;
  width: 200px;
  height: 110px;
  border: 4px solid #fff;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
  transform: rotate(-5deg);
}
#dream .racer-image img.boat-image6 {
  position: absolute;
  bottom:190px;
  right:0;
  display: block;
  margin: 20px;
  width: 200px;
  height: 110px;
  border: 4px solid #fff;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
  transform: rotate(-5deg);
}
#dream #racer1 {
  background-color: #f7d6c0;
}
#dream #racer2 {
  background-color: #f7d6c0;
}
#dream #racer3 {
  background-color: #f7d6c0;
}
#dream #racer4 {
  background-color: #f7d6c0;
}
#dream #racer5 {
  background-color: #f7d6c0;
}
#dream #racer6 {
  background-color: #f7d6c0;
}
#dream #racer1 .racer-image {
  background-image: url(img/dream1.png);
}
#dream #racer2 .racer-image {
  background-image: url(img/dream2.png);
}
#dream #racer3 .racer-image {
  background-image: url(img/dream3.png);
}
#dream #racer4 .racer-image {
  background-image: url(img/dream4.png);
}
#dream #racer5 .racer-image {
  background-image: url(img/dream5.png);
}
#dream #racer6 .racer-image {
  background-image: url(img/dream6.png);
}
#dream p.com {
  line-height: 1.6;
  letter-spacing:0.05em;
  text-indent:1em;
  margin-bottom:0.6em;
  margin-top:20px;
  font-weight:bold;
}