@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;
  margin-left: auto;
  margin-right: auto;
}

#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 .cheering_main {
  display: flex;
  height: 100px;

}

#monthly .c_tittle{
  transform : rotate(-5deg);
  position: relative;
  left: 5px;
  line-height:40px;
  font-size: 28px;
  color: #fff100;
  -webkit-text-stroke:1px #00ab84; 
  font-weight: bold;
}

#monthly .d_sankan{
  font-size: 30px;
  position: relative;
  right: 30px;
}

#monthly .c_imamura {
  color: #00ab84;
  -webkit-text-stroke: 1px #fff100;
  font-size: 30px;
}

#monthly .c_sub{
  color: #00ab84;
  -webkit-text-stroke: 1px #fff100;
  font-size: 25px;
  text-align: right;
}

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

#monthly .cheer_saikyou{
  position: relative;
  right: 25px;
}

#monthly .c_saikyou{
  color: #e39300;
  font-size: 27px;
  font-weight: bold;
  font-family: serif;
  font-style: italic;
}

#monthly .C_derby{
  position: relative;
  left: 10px;
}

#monthly .sub_ctittle{
  color: #be8914;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

#monthly .cheer_name{
  color: #6357a3;
  font-weight: bold;
}

#monthly table{
  border: black 1px solid;
  width: 900px;
  margin: 50px auto;
  
}

#monthly th{
  background-color: #71a77e;
  color: white;
  border-right:white 1px solid;
  text-align: center;
}

#monthly table th:nth-of-type(8){
  border: none;
}

#monthly td{
  text-align: center;
  border-right:black 1px solid ;
}

