@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 p.chyui{
  font-weight: bold;
  font-size: 12px;
  margin-top: 3px;
}

#monthly div.comment {
  width: 430px;
  float: left;
  margin-bottom:50px;
}

#monthly div.comment p{
  text-indent:0em;
}

#monthly div.comment img {
  margin-bottom:8px;
}


#monthly div.comment:nth-of-type(2n) {
  float:right;
  //margin: 1% 0% 10px 1%;
}
#monthly div.comment:nth-of-type(2n+1) {
  float:left;
  //margin: 1% 1% 10px 0;
}

div.comment img.race {
  width: 180px;
  margin: 4px 4px 8px 12px;
  border: 3px solid #FFFFFF;
  float: right;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  box-shadow: 6px 6px 6px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
}

#monthly div.comment span {
  float:left;
}

#monthly div.comment div.t-border {
  border-radius:10px;
  border:1px solid #333;
  margin: 16px 0 0 6px;
  padding-bottom:10px;
}

#monthly div.comment table {
  width: 100%;
  
}
#monthly div.comment table th{
  border-radius:8px 8px 0 0;
  background: #6E4940;
  color:#fff;
  padding: 0 0 0 8px;
}
#monthly div.comment table td {
  border-bottom: 1px dashed gray;
  padding: 1px 6px;
  white-space: nowrap;
}
#monthly div.comment table td.non {
  border-bottom: 0px;
}


/*ドリーム戦_成績表*/

#monthly #funaken-dream {
  width: 900px;
  margin: 0 auto;
  padding: 8px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #552C25;
  color: #fff;
}
#monthly #funaken-dream span#race {
  font-size: 14px;
  margin: 8px;
  padding: 4px 8px;
  color: #000;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ceafa0;
  vertical-align: middle;
}
#monthly #funaken-dream span#day {
  margin: 3px 0 3px 3px;
  padding: 2px 6px;
  color: #ceafa0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #000;
}
#monthly #funaken-dream span#result {
  color: #fff899;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 5px solid #fff;
}



#monthly table#dream {
  background: #111111;
  border-collapse: separate;
  border-spacing: 1px;
  width: 900px;
  margin: 5px auto 0 auto;
}
#monthly table#dream th {
  padding: 1px;
  background: #ebe5e2;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}
#monthly table#dream td {
  padding: 3px;
  font-size: 14px;
  padding: 1px;
  text-align: center;
}

#monthly .tr1 {
  background: #ffffff;
}
#monthly .tr2 {
  background: #fffcd3;
}

#monthly .waku1 {
  background-color: #f6f6f6;
  color: #333333;
  font-weight: bold;
}
#monthly .waku1b {
  background-color: #f9f9f9;
}
#monthly .waku2 {
  background-color: #333333;
  color: #ffffff;
  font-weight: bold;
}
#monthly .waku2b {
  background-color: #cdcdcd;
}
#monthly .waku3 {
  background-color: #ee0000;
  color: #ffffff;
  font-weight: bold;
}
#monthly .waku3b {
  background-color: #fcd3c1;
}
#monthly .waku4 {
  background-color: #0072b6;
  color: #ffffff;
  font-weight: bold;
}
#monthly .waku4b {
  background-color: #c7dff4;
}
#monthly .waku5 {
  background-color: #ffee00;
  color: #333333;
  font-weight: bold;
}
#monthly .waku5b {
  background-color: #fffcd5;
}
#monthly .waku6 {
  background-color: #00aa55;
  color: #ffffff;
  font-weight: bold;
}
#monthly .waku6b {
  background-color: #cbe7d3;
}
#monthly .waku7 {
  background-color: #004687;
  color: #ffffff;
  font-weight: bold;
}
#monthly .waku7b {
  background-color: #004687;
}
