@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 #kijun_wrapper{
  width: 700px;
  margin: 0 auto;
}

#monthly #kijun,
#monthly #kijun_shousai{
  letter-spacing: 0.08em;
}

#monthly #kijun{
  color: white;
  background-color: #1aa59a;
  font-weight: bold;
  text-align: center;
}

#monthly #kijun_shousai{
  padding: 0.5em 1em;
  border: solid black 1px;
  border-top: none;
}

#monthly h3 {
  width: 900px;
}

#monthly h3 img{
  margin-top: 20px;
}

#monthly #frame {
  margin-top: -20px;
  background: #1aa59a;
}

#monthly #racers{
  display: flex;
  flex-wrap: wrap;
}

#monthly #left,
#monthly #right{
  width: 450px;
}

#monthly #left .boat,
#monthly #right .boat{
  padding-left: 15px;
  padding-bottom: 15px;
}

#monthly #left{
  background-color: #cde9e6;
}

#monthly #right{
  background-color: #fff3c2;
}

#monthly #racers p {
  text-indent: 0em;
  padding: 10px 15px 0px 15px;
  letter-spacing: 0.08em;
}

#monthly .shousai {
  width: 440px;
  text-align: center;
}

#monthly .number {
  float: left;
  margin-top: 15px;
  padding-left: 15px;
  text-align: left;
  font-weight: bold;
  letter-spacing: 1px;
  color: black;
  font-size: 1.5em;
}

#monthly .kana {
  float: right;
  color: black;
  margin-top: 15px;
  font-size: 80%;
  text-align: left;
  letter-spacing: 1px;
}

#monthly .name {
  color: #004b98;
  clear: left;
  text-align: center;
  font-size: 3.5em;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.2em;
}

#monthly #name_girl {
  color: #d34a6c;
  clear: left;
  text-align: center;
  font-size: 3.5em;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.2em;
}

#monthly .data {
  margin: 17px 5px 5px 5px;;
  padding: 0px 5px;
  text-align: center;
  color: black;
  font-size: 100%;
  letter-spacing: 1px;
  border: solid 1px black;
  float: right;
}

#monthly .shousai table {
  width: 340px;
  margin: 4px auto 0 auto;
  font-size: 14px;
  table-layout: fixed;
}

#monthly .shousai table tr th,
#monthly .shousai table tr td {
  text-align: center;
  border: solid 1px black;
}

#monthly .shousai table tr .zen {
  background: #d7e7ae;
}

#monthly .shousai table tr .heiwajima{
  background: #e5cbe1;
}

#monthly .shousai table tr td {
  background: white;
}