@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 {
  padding: 10px 0 8px;
  margin-bottom: 15px;
  font-size: 23px;
  text-align: center;
  line-height: 23px;
  color: #634d40;
  background-color: #dfd8d2;
}
/* 表揃え */
#monthly #champion {
    display: flex;
    justify-content: space-between;
}
/* 表 */
#monthly table{
  width: 49%;
  height: 650px;
}
#monthly table tr {
  border-bottom: 1px solid #000;
}
#monthly table th {
  background: #fcf3ba;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  text-align: center;
}
#monthly table td {
  text-align: center;
  padding:3.5px 0;
}
#monthly table .name {
  color:#685141;
  font-weight: bold;
}
/* 第24回大会用 */
#monthly #champion .taikai{
  border-bottom: 0 solid #000;
}
#monthly #champion .taikai td{
  margin: 5px 0;
  color: #ffffff;
  font-weight: bold;
  border-radius: 50%;
  background-color: #ee8029;
}
#monthly .taikai p{
  display: block;
  margin: -5px 0;
}
#monthly .taikai .first{
  margin-top: 10px;
  font-size: 25px;
}
#monthly .taikai .first .wakamatu{
  padding: 3px 8px 0;
  margin: 0 7px;
  font-size: 25px;
  color: #FFFFFF;
  background: #4368b6;
}
#monthly .taikai .second, #monthly .third{
  font-size: 18px;
}
#monthly .taikai .second .yusho_box {
  color: #3f6bb4;
  margin-right: 3px;
  padding: 3px 10px 0;
  line-height: 16px;
  background: #FFFFFF;
  border: 1px solid #3f6bb4;
}
#monthly .taikai .kazu{
  font-size: 25px;
}
/* 上平真二選手 */
#monthly .uehira{
  height: 200px;
  width: 100%;
  border-bottom: 0 solid #000;
}
#monthly .uehira img{
  align-items: center;
  width: 86%;
}
#monthly .uehira p{
  float: right;
  width: 40%;
  margin-bottom: 0;
  font-weight: bold;
  text-align: justify;
}
#monthly .uehira .uehira_boat{
  width: 210px;
  height: 106px;
  margin-top: -15px;
  padding: 5px;
  transform: rotate(-5deg);
  background-color: #fff;
  box-shadow: 0 0 5px #585858, 1px 1px 5px #585858;
}