@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 #tiger_mein{
  width:900px;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}


/*共通*/
#monthly #uichi_box,
#monthly #nagashima_box{
  width:438px;
  position:relative;
}

#monthly h3{
  font-size:30px;
  margin-bottom:10px;
  font-weight:bold;
  letter-spacing:1px;
  color:#CE161D;
  text-align:center;
  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 .name{
  position: absolute;
  top:380px;
  font-size:60px;
  margin-bottom:10px;
  font-weight:bold;
  letter-spacing:1px;
  color:#CE161D;
  text-shadow:2px 2px 0px #000,
             -2px 2px 0px #000,
             2px -2px 0px #000,
             -2px -2px 0px #000,
             2px 0px 0px #000,
             0px 2px 0px #000,
             -2px 0px 0px #000,
             0px -2px 0px #000;
}

/*ういち*/
#monthly #uichi_box{
  background-image: url(img/tigero_uichi.png);
  background-repeat: no-repeat,no-repeat;
}

#monthly #uichi_box .text_box{
  margin-top:510px;
}

#monthly p span.one,
#monthly p span.two,
#monthly p span.three,
#monthly p span.four,
#monthly p span.five{
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding:0 6px;
  margin:0 2px;
  text-align: center;
  font-size:14px;
}

#monthly p span.one{
  background:#fff;
  color:#000;
  border:1px solid #000;
}

#monthly p span.two{
  background:#000;
  color:#fff;
  border:1px solid #000;
}

#monthly p span.three{
  background:#EE1C25;
  color:#fff;
  border:1px solid #EE1C25;
}

#monthly p span.four{
  background:#007DC5;
  color:#fff;
  border:1px solid #007DC5;
}

#monthly p span.five{
  background:#FFF100;
  color:#000;
  border:1px solid #000;
}

/*永島知洋*/
#monthly #nagashima_box{
  background-image: url(img/tigero_nagashima.png);
  background-repeat: no-repeat,no-repeat;
}

#monthly #nagashima_box .text_box{
  margin-top:505px;
}

#monthly #nagashima_box .name{
  right:0;
}

#monthly #nagashima_box h3{
  margin-top:5px;
  line-height:38px;
}

#monthly #nagashima_box h3 img{
  margin:0 3px;
}

#monthly #nagashima_box h3 ruby[data-ruby]{
  position:relative;
}

#monthly #nagashima_box h3 ruby[data-ruby]::before{
  content: attr(data-ruby);
  position:absolute;
  left:-5px;
  top:-25px;
  right:-5px;
  text-align:center;
  font-size:15px;
}

#monthly #nagashima_box h3 rt{
  display:none;
}

#monthly #nagashima_box p{
  text-indent:0;
}