@charset "utf-8";

/*共通*/

#monthly {
  width: 900px;
  margin: 0px auto 0 auto;/*旧サイト用にtop10px*/
  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 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 span.icon_red {
  background:#EB6161;
  padding:1px 6px;
  margin-right:0.4em;
  color:#fff;
  font-weight:bold;
}

#monthly div.comment span.icon_blue {
  background:#1C96D5;
  padding:1px 6px;
  margin-right:0.4em;
  color:#fff;
  font-weight:bold;
}

#monthly div.comment div.seiseki {
  float:right;
  background:#DCDDDD;
  padding:1px 10px;
  margin-right:0.4em;
}

#monthly div.comment table{
  border:1px solid #333;
  width:240px;
}
#monthly div.comment table th{
  background:#D6E9C3;
  text-align:center;
  letter-spacing:0.2em;
}
#monthly div.comment table td{
  text-align:center;
}

#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;
}
