@charset "utf-8";

/*共通*/

#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 .header_img {
    margin-bottom: 30px;
}

#monthly span{
  color:#4ea42b;
  font-weight:bold;
}

#monthly img.img-left{
  float:left;
  margin:4px 12px auto 0px;
}

#monthly img.img-right{
  float:right;
  margin:4px 0px auto 12px;
}

#monthly #photo {
  text-align: center;
  margin:10px auto;
}

/*******歴代優勝者*******/
#monthly h3 {
    text-align: center;
    margin: 70px 0 15px 0;
}

#monthly #yushosha {
  width: 100%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
#monthly #yushosha p {
  text-align: left;
  font-size: 14px;
  clear: both;
  margin: 0;
  padding: 1% 0 0 0;
}
#monthly #yushosha .yusho {
  border-collapse: collapse;
  width: 48%;
/*  float: left;*/
}
#yushosha .yusho:nth-of-type(2),
#yushosha .yusho:nth-of-type(3),
#yushosha .yusho:nth-of-type(4) {
  margin: 0 0 0 1%;
}
#yushosha .yusho th,
#yushosha .yusho td {
  padding: 3px;
  text-align: center;
  background: #FFF;
}
#monthly #yushosha .yusho th {
  background: #e6e6e7;
  border-top: 2px solid #221815;
  border-bottom: 2px solid #221815;
}
#monthly #yushosha .yusho td {
  border-bottom: 1px solid #000;
}
/*
#monthly #yushosha .yusho td:nth-of-type(4) {
  font-weight: bold;
  color: #33407f;
}
*/
#monthly #yushosha .yusho span.ranna {
  font-weight: normal;
  font-size: 11px;
  color: #000000;
  display: inline-block;
  margin: 0 -3em 0 0;
}

#monthly #yushosha .yusho .name {
  font-size: 16px;
  font-weight: bold;
  color: #004e9d;
}


#monthly #yushosha  .yusho td.taikai {
  border-bottom: none;
}