﻿/* 結果 */
.player td, .player th{
border:1px #333 solid;
}

.player{
  width: auto;
  border-spacing: 0;
  font-size:14px;
float:left;
margin-left:10px;
margin-top:10px;
}
.player th {
  color: #fff;
  padding: 8px 15px;
  background: #74346b;
  font-weight: bold;
  line-height: 120%;
  text-align: center;


}


.player td:first-child {
 background: #f4ecfa;
font-weight:bold;
}

.player th:first-child {
  border-radius: 5px 0 0 0;	
}
table .player th:last-child {
  border-radius:0 5px 0 0;


}
.player tr td {
  padding: 8px 15px;
  text-align: center;
}

.player tr {
  background: #fff;
}

.cl{
clear:left;
}


.kekka td, .kekka th, .kekka tr{
border:none;
}