@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 h3{
    margin: 0 auto;
    font-weight: bold;
    width: 900px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
}

#monthly h3 span{
    font-size: 23px;
}

#monthly #racer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


#monthly #ishino,
#monthly #yoshikawa,
#monthly #busujima,
#monthly #uryu,
#monthly #baba,
#monthly #yanagisawa{
    width: 445px;
    position: relative;
    margin-bottom: 10px;
}


#monthly #ishino .comment,
#monthly #yoshikawa .comment,
#monthly #busujima .comment,
#monthly #uryu .comment,
#monthly #baba .comment,
#monthly #yanagisawa .comment{
    position: absolute;
    bottom: 20px;
    left: 10px;
    width: 310px;
}

#monthly .shoritsu{
    position: absolute;
    bottom: 20px;
    right: 15px;
}

#monthly .zenkoku{
    background-color: #fff799;
    padding-right: 3px;
    padding-left: 3px;
}

#monthly .heiwajima{
    background-color: #d7e7ae;
    padding-right: 3px;
    padding-left: 3px;
}

#monthly #shoritsu_setsumei{
    margin: 20px auto 0 auto;
    text-align: center;
}

#monthly #shoritsu_setsumei span{
    border: 1px solid black;
}

#monthly .in_shinraido{
    border: none !important;
    color: #fff;
    text-shadow: 1px 1px 0 purple, -1px -1px 0 purple,
              -1px 1px 0 purple, 1px -1px 0 purple,
              0px 1px 0 purple,  0-1px 0 purple,
              -1px 0 0 purple, 1px 0 0 purple;

}

