@charset "utf-8";

/*共通*/

.button--arrowRight {
  box-sizing: border-box;
}

#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;
}


/*各ページ*/
#monthly #dream_title{
  margin-bottom:20px;
}

#monthly h3{
  font-weight:bold;
  text-align:center;
  color:#fff;
  font-size:14px;
}

#monthly h3 span{
  font-size:34px;
  text-shadow:2px 2px 0 #00A5C7, -2px -2px 0 #00A5C7,
              -2px 2px 0 #00A5C7, 2px -2px 0 #00A5C7,
              0px 2px 0 #00A5C7,  0 -2px 0 #00A5C7,
              -2px 0 0 #00A5C7, 2px 0 0 #00A5C7;
}

#monthly h3 span.ketujyo{
  font-size: 10px;
}

#monthly #frame{
  background-color:#00A5C7;
  border-radius:16px;
  margin-top:-32px;
}

#monthly #dream_container{
  width:900px;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}

/*各枠*/
#monthly #dream_01,
#monthly #dream_02,
#monthly #dream_03,
#monthly #dream_04,
#monthly #dream_05,
#monthly #dream_06{
  width:405px;
  height:1205px;
  margin:0 5px 20px 2px;
  padding:15px;
  background-repeat: no-repeat;
  box-shadow:2px 2px 5px 0 rgb(0 0 0 / 50%);
  position:relative;
}

#monthly #dream_01{
  background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #fff 45%, #fff 100%),
  url(img/dream_01.jpg) white no-repeat;
}
#monthly #dream_02{
  background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #BDBEC0 45%, #BDBEC0 100%),
  url(img/dream_02.jpg) white no-repeat;
}

#monthly #dream_03{
  background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #FBBDA7 45%, #FBBDA7 100%),
  url(img/dream_03.jpg) white no-repeat;
}

#monthly #dream_04{
  background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #ADCAEA 45%, #ADCAEA 100%),
  url(img/dream_04.jpg) white no-repeat;
}

#monthly #dream_05{
  background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #FFFAC2 45%, #FFFAC2 100%),
  url(img/dream_05.jpg) white no-repeat;
}

#monthly #dream_06{
  background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #B3DDC0 45%, #B3DDC0 100%),
  url(img/dream_06.jpg) white no-repeat;
}

/*号艇*/
#monthly #dream_number_01,
#monthly #dream_number_02,
#monthly #dream_number_03,
#monthly #dream_number_04,
#monthly #dream_number_05,
#monthly #dream_number_06{
  float:left;
  width:55px;
  text-align:center;
  padding:0 10px;
  font-weight:bold;
  font-size:18px;
  border-radius:15px;
  box-shadow: 2px 2px 2px rgba(255 , 255 , 255 , 0.5) inset,
  -2px -2px 2px rgba(0 , 0 , 0 , 0.5) inset;
  border:solid 1px #000;
}

#monthly #dream_number_01{
  color:#000;
  background:#F3F3F4;
}

#monthly #dream_number_02{
  color:#FFF;
  background:#231F20;
}

#monthly #dream_number_03{
  color:#FFF;
  background:#F15A40;
}

#monthly #dream_number_04{
  color:#FFF;
  background:#0A9EDB;
}

#monthly #dream_number_05{
  color:#000;
  background:#FFF200;
}

#monthly #dream_number_06{
  color:#FFF;
  background:#1CB36B;
}

#monthly #dream_number_01 span,
#monthly #dream_number_02 span,
#monthly #dream_number_03 span,
#monthly #dream_number_04 span,
#monthly #dream_number_05 span,
#monthly #dream_number_06 span{
  font-size:25px;
}

/*選手情報*/
#monthly .dream_rank{
  font-weight:bold;
  color:#FFF100;
  font-size:25px;
  float:left;
  margin:3px 0 0 25px;
  text-shadow:2px 2px 0px #0083C2,
  -2px 2px 0px #0083C2, 2px
  -2px 0px #0083C2,
  -2px -2px 0px #0083C2,
  2px 0px 0px #0083C2,
  0px 2px 0px #0083C2,
  -2px 0px 0px #0083C2,
  0px -2px 0px #0083C2;
}

#monthly #grandprix{
  width:150px;
  color:#FFF100;
  background-color:#0083C2;
  border-radius:25px;
  float:left;
  text-align:center;
  font-weight:bold;
  margin:5px 0 0 25px;
  padding:2px;
}

#monthly .dream_prof{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  margin:400px 0 20px 0;
}

#monthly .dream_number{
  float:left;
  text-align:left;
  font-size:25px;
  font-weight:bold;
  letter-spacing:1px;
  color:#000;
  text-shadow:2px 2px 0px #fff,
  -2px 2px 0px #fff, 2px -2px 0px #fff,
  -2px -2px 0px #fff, 2px 0px 0px #fff,
  0px 2px 0px #fff, -2px 0px 0px #fff,
  0px -2px 0px #fff;
}

#monthly .dream_kana{
  float:right;
  color:black;
  font-size:16px;
  text-align:left;
  letter-spacing:1px;
  margin:5px 5px 0 0;
  text-shadow:1px 1px 1px #ffffff,
  -1px 1px 1px #ffffff,
  1px -1px 1px #ffffff,
  -1px -1px 1px #ffffff,
  1px 0px 1px #ffffff,
  0px 1px 1px #ffffff,
  -1px 0px 1px #ffffff,
  0px -1px 1px #ffffff;
}

#monthly .dream_name,
#monthly .dream_name_l{
  clear:both;
  font-size:65px;
  font-weight:bold;
  letter-spacing: 3px;
  font-family:"ＭＳ ゴシック", monospace;
  line-height:1.2em;
  width:100%;
  margin-top:-10px;
  text-shadow:2px 2px 0px #fff,
  -2px 2px 0px #fff, 2px -2px 0px #fff,
  -2px -2px 0px #fff, 2px 0px 0px #fff,
  0px 2px 0px #fff, -2px 0px 0px #fff,
  0px -2px 0px #fff;
}

#monthly .dream_name{
  color:#00887E;
}

#monthly .dream_name_l{
  color:#BB0062;
}

#monthly .dream_data{
  width:55px;
  height:68px;
  text-align:center;
  background-color: #D2D3D5;
  line-height:1.3;
  padding-top:5px;
  margin-top:35px;
}

/*テキスト*/
#monthly .dream_text{
  margin-bottom:8px;
}

#monthly .dream_text h4{
  color:#16479F;
  font-size:25px;
  line-height:32px;
  margin-bottom:10px;
}

#monthly .dream_text p{
  font-weight:bold;
  margin-bottom:8px;
}

#monthly .dream_text p:first-of-type{
  text-indent:0;
}

/*成績*/
#monthly .seiseki{
  display:flex;
  position:absolute;
  bottom:15px;
}

#monthly .syouritsu{
  width:180px;
  margin-right:15px;
}

#monthly .syouritsu table{
  width:100%;
  border:solid 1px black;
  background:#fff;
  table-layout:fixed;
  margin-top:14px;
}

#monthly .syouritsu table th,
#monthly .syouritsu table td{
  text-align:center;
  vertical-align:middle;
  padding:1px;
  font-weight:normal;
  font-size:14px;
}

#monthly .syouritsu table th.zen{
  background:#AAE1FA;
  border-left:solid 1px black;
}

#monthly .syouritsu table th.touchi{
  background:#FEDBB4;
  border-left:solid 1px black;
}

#monthly .chakuritu{
  width:210px;
}

#monthly .chakuritu table{
  table-layout:fixed;
  width:100%;
  border:solid 1px black;
  background:#fff;
}

#monthly .chakuritu table th,
#monthly .chakuritu table td{
  vertical-align:middle;
  padding:1px;
  font-weight:normal;
  font-size:14px;
}

#monthly .chakuritu table th{
  text-align:center;
  background:#AAE1FA;
  border-bottom:solid 1px black;
}

#monthly .chakuritu table th:first-child{
  border-right:solid 1px black;
}

#monthly .chakuritu table th.course{
  font-size:12px;
}

#monthly .chakuritu table th.one,
#monthly .chakuritu table th.two,
#monthly .chakuritu table th.three,
#monthly .chakuritu table th.four,
#monthly .chakuritu table th.five,
#monthly .chakuritu table th.six{
  font-weight:bold;
}

#monthly .chakuritu table th.one{
  background:#F3F3F4;
}

#monthly .chakuritu table th.two{
  background:#BDBEC0;
}

#monthly .chakuritu table th.three{
  background:#FBBDA7;
}

#monthly .chakuritu table th.four{
  background:#ADCAEA;
}

#monthly .chakuritu table th.five{
  background:#FFFAC2;
}

#monthly .chakuritu table th.six{
  background:#B3DDC0;
}

#monthly .chakuritu table td{
  text-align:right;
  border-bottom:solid 1px black;
}

#monthly .chakuritu table td:last-child{
 padding-right:4px;
}