@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;
  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 a {
  text-decoration: underline;
}

#monthly a:hover {
  text-decoration: none;
}


/*各ページ*/

#monthly #background_wrapper {
  background: url(img/naruto_suimen.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  height: 870px;
}

#monthly .top {
  display: flex;
  align-items: center;
  margin: 0px 0px 16px 60px;
} 

#monthly .l_title {
  position: relative;
  color: #000;
  font-size: 17pt;
  top: -18px;
  left: -3px;
  font-weight: bold;
  paint-order: stroke;
} 

#monthly .and {
  position: relative;
  width: 88px;
  top: -8px;
  left: -18px;
  z-index: 5;
}

#monthly .r_title {
  div {
    display: block;
  }
  .r_over{
    position: relative;
    color: #000;
    font-size: 17pt;
    top: 18px;
    left: -50px;
    font-weight: bold;
    paint-order: stroke;
  } 
  .r_under {
    position: relative;
    color: #000;
    font-size: 17pt;
    top: -36px;
    left: -26px;
    font-weight: bold;
    paint-order: stroke;
  } 
}

#monthly .box_green {
  position: relative;
  background-color: #128C75;
  color: white;
  top: -3px;
  left: -30px;
  z-index: 4;
}

#monthly #light_box {
  display: flex;
  position: relative;
  justify-content: space-around;
  width: 765px;
  height: 500px;
  margin: 0px auto;
  padding: 8px 0px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding-top: 10px;
  z-index: 1;
}

#monthly .text_box {
  width: 230px;
  z-index: 2;
}

#monthly .text_box h4 {
  font-size: 22px;
  color: #D3EDFB;
  line-height: 28px;
  padding-left: 10px;
  margin-bottom: 15px;
  border-left: solid 3px #fff;
  border-bottom: solid 1px #fff;
  text-shadow: 1px 1px 0px #000,
   -1px 1px 0px #000,
   1px -2px 0px #000,
   -1px -1px 0px #000,
   1px 0px 0px #000,
   0px 2px 0px #000,
   -1px 0px 0px #000,
   0px -1px 0px #000;
}

#monthly .text_box h4 span{
  color: #F4DD22;
}

#monthly .text_box:nth-child(2) h4,
#monthly .text_box:nth-child(3) h4{
  margin-top: 20px;
}

#monthly .text_box p{
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-bottom: 0px;
  text-align:justify
}

#monthly .text_box p span.yellow {
  color: #F4DD22;
}

#monthly .text_box p span.pink {
  color: #DA5690;
}

#monthly #tenbou_boat {
  position: relative;
  .l_boat {
    position: absolute;
    top: -10px;
    left:0;
    z-index: 4;
  }
  .r_boat {
    position: absolute;
    top: -58px;
    left: 242px;
    z-index: 3;
  }
}



