@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_head {
  position: absolute;
  z-index: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

#monthly .dream_head::after {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-radius: 10px;
  background: #da4106;
  position: absolute;
  left: 0;
  bottom: 14px;
  content: "";
  width: 100%;
  height: 22px;
  z-index: -1;
}

#monthly .dream_head h3 {
  margin: 0;
  font-size: 36px;
  color: white;
  text-shadow: 2px 2px 1px #da4106, -2px 2px 1px #da4106, 2px -2px 1px #da4106, -2px -2px 1px #da4106, 2px 0px 1px #da4106, -2px 0px 1px #da4106, 0px 2px 1px #da4106, 0px -2px 1px #da4106;
}

#monthly .dream_head p {
  color: white;
  font-weight: 700;
  font-size: 16px;
  text-indent:initial;
  -webkit-text-size-adjust: 100%;
}

#monthly .dream_head p span {
  margin-left: 20px;
  font-weight: 700;
  font-size: 13px;
}

#monthly .background_1{
  background:url(img/dream_uryu.png);
  height:689px;
}

#monthly .background_2{
  background:url(img/dream_sirai.png);
  height:689px;
}

#monthly .background_3{
  background:url(img/dream_hiramoto.png);
  height:689px;
}

#monthly .background_4{
  background:url(img/dream_busujima.png);
  height:689px;
}

#monthly .background_5{
  background:url(img/dream_baba.png);
  height:689px;
}

#monthly .background_6{
  background:url(img/dream_harada.png);
  height:689px;
}

/* ストライプ別クラス */
#monthly .stripe_1{
  background-size: auto auto;
  background-color: rgba(245, 245, 245, 1);
  background-image: repeating-linear-gradient(145deg, transparent, transparent 6px, rgba(230, 230, 231, 1) 6px, rgba(230, 230, 231, 1) 16px );
}

#monthly .stripe_2{
  background-size: auto auto;
  background-color: rgba(208, 208, 208, 1);
  background-image: repeating-linear-gradient(145deg, transparent, transparent 6px, rgba(137, 137, 137, 1) 6px, rgba(137, 137, 137, 1) 16px );
}

#monthly .stripe_3{
  background-size: auto auto;
  background-color: rgba(249, 206, 190, 1);
  background-image: repeating-linear-gradient(145deg, transparent, transparent 6px, rgba(240, 133, 93, 1) 6px, rgba(240, 133, 93, 1) 16px );
}

#monthly .stripe_4{
  background-size: auto auto;
  background-color: rgba(195, 219, 240, 1);
  background-image: repeating-linear-gradient(145deg, transparent, transparent 6px, rgba(104, 165, 217, 1) 6px, rgba(104, 165, 217, 1) 16px );
}

#monthly .stripe_5{
  background-size: auto auto;
  background-color: rgba(255, 250, 158, 1);
  background-image: repeating-linear-gradient(145deg, transparent, transparent 6px, rgba(255, 242, 13, 1) 6px, rgba(255, 242, 13, 1) 16px );
}

#monthly .stripe_6{
  background-size: auto auto;
  background-color: rgba(195, 229, 205, 1);
  background-image: repeating-linear-gradient(145deg, transparent, transparent 6px, rgba(104, 190, 131, 1) 6px, rgba(104, 190, 131, 1) 16px );
}

#monthly .raw{
  display:flex;
  justify-content:space-around;
  margin:15px 0;
}

#monthly .racer{
  width:415px;
  background:gray;
}

#monthly .top{
  display:flex;
  padding: 6px 0 0 10px;
}

#monthly .num{
  width:55px;
  text-align:center;
  padding:0 10px 11px 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;
  color: #000;
  height:24px;
  background:white;
}

/* 番号別クラス */
#monthly .one{
  color: #000;
  background:white;
}

#monthly .two{
  color: white;
  background:#000;
}

#monthly .three{
  color: white;
  background:#e40012;
}

#monthly .four{
  color: white;
  background:#0176c1;
}

#monthly .five{
  color: #000;
  background:#fff100;
}

#monthly .six{
  color: white;
  background:#019945;
}

#monthly .num span{
  font-size: 25px;
}


#monthly .recommend{
  font-weight:bold;
  color:black;
  font-size:18px;
  margin:8px 0 0 16px;
  text-shadow:2px 2px 0px #ffffff,
  -2px 2px 0px #ffffff, 2px
  -2px 0px #ffffff,
  -2px -2px 0px #ffffff,
  2px 0px 0px #ffffff,
  0px 2px 0px #ffffff,
  -2px 0px 0px #ffffff,
  0px -2px 0px #ffffff;
}

#monthly .grandprix{
  font-weight:bold;
  color:#FFF100;
  font-size:18px;
  margin:9px 0 0 20px;
  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 .bottom_1{
  margin-top:510px;
}

#monthly .bottom_inner_1{
  display: flex;
  padding-bottom:15px;
}

#monthly .bottom_inner_2{
  display: flex;
  margin-bottom: -5px;
}

#monthly .bottom_inner_4{
margin:10px 0 0 15px;
}

#monthly .touban {
  font-weight: bold;
    color: #000000;
    font-size: 14pt;
    letter-spacing: 2px;
    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;
    font-weight: bold;
    letter-spacing: 1px;
}

#monthly .rubi {
  display: inline-block;
    color: black;
    font-size: 10pt;
    letter-spacing: 2px;
    text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 0px 1px #fff, 0px 1px 1px #fff, -1px 0px 1px #fff, 0px -1px 1px #fff;
    padding: 5px 7px 5px 45px;
    font-weight: bold;
}

/* 個別のルビ位置調整 */
#monthly .ajust_1{
  padding-left:74px;
}

#monthly .ajust_2{
  padding-left:59px;
}

#monthly .ajust_3{
  padding-left:88px;
}

#monthly .name {
  display: inline-block;
    font-size: 32pt;
    letter-spacing: 4px;
    font-weight: bold;
}

/* 名前別クラス */
#monthly .uryu{
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: white;
}

#monthly .sirai{
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  -webkit-text-fill-color: #000000;
}

#monthly .hiramoto{
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  -webkit-text-fill-color: #e40012;
}

#monthly .busujima{
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  -webkit-text-fill-color: #0176c1;
}

#monthly .baba{
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: #fff100;
}

#monthly .harada{
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  -webkit-text-fill-color: #019945;
}

/* 背景色別クラス */
#monthly .backcolor_1{
  background:#e6e6e7;
}

#monthly .backcolor_2{
  background:#c9c9ca;
}

#monthly .backcolor_3{
  background:#f8c5ab;
}

#monthly .backcolor_4{
  background:#bad1ed;
}

#monthly .backcolor_5{
  background:#fff8a4;
}

#monthly .backcolor_6{
  background:#bedfc2;
}

#monthly .profile {
  background-color: #dcdddd;
  width: 144px;
  text-align: center;
  border-radius: 12px;
  color: #231916;
  margin: -5px auto 0 auto;
  height:24px;
  font-size:17px;
}

#monthly .table_1{
  width:130px;
  border:1px solid black;
  margin:68px 0 0 14px;
}

#monthly .table_1 tr td{
  /* font-weight:bold; */
  text-align: center;
  border-top:1px solid black;
}

#monthly .cell_1{
  background:#fffabc;
  width:65px;
}

#monthly .cell_2{
  background:#fadbe1;
  width:65px;
}

#monthly .cell_3{
  background:white;
}

/* 二段目 */
#monthly .bottom_2{
  display: flex;
  justify-content: space-evenly;
  padding:14px 0 12px 0;
}

#monthly .text{
  width:195px;
  text-align: justify;
  line-height:1.4;
}

#monthly .boat_img{
  width:170px;
  height:110px;
}
