@charset "utf-8";
/* CSS Document */

#tblSum {
  border-collapse: collapse;
	margin-bottom: 10px;
	line-height: 1.8em;
	font-size: 13px;
}
#tblSum table {
  margin-bottom: 0;
}
#tblSum table, #tblSum td, #tblSum th {
	text-align: left;
  padding: 1px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-collapse: collapse;
	color: #333;
	line-height: 1.8em;
}
#tblSum th {
  border: 1px solid #ccc;
	text-align: center;
	font-weight: normal;
	background-color: #ddd;
	color: #333;
	line-height: 1.8em;
}
#tblSum .label {
	background-color: #f2f2f2;
	text-align: center;
}

#tblSum .tdcoll {
	text-align: left;
}

#tblSum .tani {
	font-size: 100%;
	color: #777;
	font-weight: normal;
}

#tblSum .tani_s {
	font-size: 80%;
	color: #777;
	font-weight: normal;
}

#tblSum .tdcolc {
	text-align: center;
}

#tblSum .tdcolr {
	text-align: right;
}

#tblSum .money {
	font-size: 14px;
  font-weight: bold;
}

#tblSum .ninkiNum {
	float: left;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}
#tblSum .ninkiMoney {
	float: right;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 0px;
	font-size: 100%;
	color: #333;
  
  width: 80px;
  text-align: right;
}

#tblSum .topMoney {
	width: 100%;
	text-align: left;
	padding-left: 5px;
	padding-top: 1px;
	font-size: 100%;
	color: #333;
	font-weight: bold;
}
#tblSum .topNinki {
	font-size: 100%;
	font-weight: normal;
}
#tblSum .topLine2 {
	padding-left: 5px;
}
#tblSum .topKaijyoR {
	float: left;
	font-size: 90%;
}
#tblSum .top3t {
	float: right;
	padding-right: 5px;
	padding-bottom: 5px;
}

#tblSum .demeBox {
	padding: 0px 0px 3px 5px;
}
#tblSum .demeNum {
	float: left;
	margin-right: 5px;
	padding-top: 6px;
}
#tblSum .deme3t {
	float: left;
	padding-top: 4px;
}
#tblSum .demeCount {
	float: left;
	margin-left: 5px;
	font-size: 100%;
	font-weight: normal;
}
#tblSum .demeMoney {
	float: right;
	padding-right: 5px;
	font-size: 100%;
	color: #333;
}
#tblSum .message {
	padding: 5px;
	font-weight: bold;
	color: #900;
}

