@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 .flex_box {
  display: flex;
  margin-bottom: 8px;
}
#monthly .h3_title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #494793;
  background-color: #D8D6E9;
  height: 150px;
  width: 733px;
}
#monthly h3 {
  text-align: center;
  padding-left: 168px;
  font-size: 30px
}
#monthly h3 span {
  font-size: 40px;
  display        : inline-block;
  color          : #ffffff;            /* 文字の色 */            
  letter-spacing : 4px;                /* 文字間 */
  text-shadow    : 
       2px  2px 1px #494793,
      -2px  2px 1px #494793,
       2px -2px 1px #494793,
      -2px -2px 1px #494793,
       2px  0px 1px #494793,
       0px  2px 1px #494793,
      -2px  0px 1px #494793,
       0px -2px 1px #494793;        /* 文字の影 */
}
#monthly .tunotti {
  background-color: #D8D6E9;
  width: 167px;
  height: 150px;
  display: flex;
  align-items: center;
}
#champion {
  display: flex;
  justify-content: space-between;
  align-items: center
} 
#champion table {
  width: 430px;
  border-collapse: collapse;
}
#champion table th {
  background-color: #D8D6E9;
  padding: 7px 0px;
  border-top: solid 3px;
  border-bottom: solid 3px;
  text-align: center;
}
#champion table td {
  padding: 7px 0px;
  border-bottom: solid 1px;
  text-align: center;
}
#champion .name {
  color: #494793;
  font-weight: bold;
}

.championship {
  text-align: center;
  width: 430px;
  height: 154px;
  background: linear-gradient(to left bottom, #e7c347, #fffcd1, #e7c347);
  font-weight: bold;
  color: #494793;
}
span {
  display:inline-block;
}
#champion .championship td {
  border: none;
}
.championship .stage {
  padding: 5px;
  font-size: 25px;
}
.championship .tokuyama{
  background: #494793;
  color: #FFFFFF;
  padding: 0px 10px;
  margin-left:8px;
  margin-right:8px;
  font-size: 20px;
}
.championship .yusyosen {
  color: #494793;
  font-size: 15px;
  padding: 0px 10px;
  background: #FFF;
  border: 1px solid #494793;
  border-radius: 5px;
  margin-top: 10px;
}
.championship .date {
  padding: 10px;
}
.month, .day, .num {
  font-size: 25px;
}
