@charset "utf-8";
/*共通*/
br.clear {
  clear: both;
}
#monthly {
  width: 900px;
  margin: 0px auto 0 auto;
  /*旧サイト用にtop10px*/
  padding: 0px;
}
#monthly p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-indent: 1em;
}
#monthly p.ketujyo {
  margin-bottom: 10px;
  text-align: left;
  text-indent: 0;
}
#monthly .midashi {
  width: 900px;
}
/*各ページ*/

img#powercheck_title{
  float:left;
  margin:0 1% 0 0;
}

.data-text {
  clear:both;
  margin-top: 10px;
}
.pcheck {
  background-color: #daebc1;
}
div.text-best10 {
  font-size: 12px;
  padding:3% 0 0 0;
}
div.text-best10 div {
  display:inline-block;
  font-size:10px;
  color: #daebc1;
  background-color: #daebc1;
  margin: 0 2px;
  border: solid 1px #000;
}
#powercheck table {
  width: 900px;
  font-size: 12px;
}
#powercheck table th {
  font-size: 10px;
  background-color: #dfcce3;
  font-weight: normal;
  border-bottom: 1px solid #333333;
  text-align: center;
  vertical-align:middle;
}
#powercheck table th span {
  color: #004797;
  font-weight: normal;
}
#powercheck table td {
  padding: 1px;
  border-bottom: 1px dashed #808080;
  text-align: center;
}
#powercheck table .b_border {
  border-left: 1px solid #004894;
}
#powercheck table .b_border2 {
  border-right: 1px solid #004894;
}
#powercheck table .n_border {
  border-right: 1px solid #b7b6b7;
}
#powercheck table .nb_border {
  border-left: 1px solid #004894;
  border-right: 1px solid #004894;
}
#powercheck table .even {
  background-color: #F3F8E9;
}
#powercheck table .name {
  font-weight: bold;
  color: #0BA3A3;
}
#powercheck table .name span {
  color: #683780;
}

#powercheck table tr:nth-of-type(2n+2){
  background:#fde7d3;
}
#powercheck table td:nth-of-type(2){
  color:#8c478c;
  font-weight:bold;
}
#powercheck table tr:nth-of-type(5n+2){
  border-bottom:2px solid gray;
}


.midashi {
  width: 850px;
  margin: 10px auto;
}
#midashi {
  width: 100%;
}
