@charset "utf-8";

@import "../../common/css/old.css";

#section {
  margin: 16px 10px 0;
  width: 720;
}

/* Record Count Down style
---------------------------------------------------- */
.record .tt-l {
	width: 359px;
	float: left;
}
.record .tt-r {
	width: 361px;
	float: right;
}
.record .tt-l,
.record .tt-r {
	margin-bottom: 20px;
	text-align: center;
}
.record .tt-l a,
.record .tt-r a {
	display: block;
	}
.record #article p {
	margin: 0;
}
.record #article p.att {
	margin-top: 20px;
}
.record #article p.last-update {
	margin-top: 1em;
	text-align: right;
}
.record #article div.record-player-box {
	margin: 0 0 30px 0;
	background: url(../../data/record/images/bg_record.gif) top left no-repeat;
}
.record #article div.player-name {
	float: left;
	width: 120px;
	padding: 0 20px;
}
.record #article div.player-name p {
	line-height: 1;
}
.record #article div.player-name p.player-img {
	border: 7px solid #E9E7E7;
}
.record #article div.player-name p.player-img img{
	width: 100%;
	height: auto;
}
.record #article div.record-table {
	float: right;
	width: 560px;

}

.record #article div.record-table table{
  border-collapse:separate;
  border-spacing: 0;
}
.record #article div.record-table th {
	padding: 7px 20px;
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	line-height: 1;
	text-align: center;
	background: #EEEEEE;
  font-weight: normal;
}
.record #article div.record-table td {
	padding: 11px 10px;
	border-bottom: 1px dotted #333333;
	line-height: 1.1;
  white-space: nowrap;
}
.record #article div.record-table td.record {
  text-align: center;
}
.record #article div.record-table td.now {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.record #article div.record-table td.now span {
	font-size: 12px;
	font-weight: normal;
}
.record #article div.record-table td.remainder {
  width: 130px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	background: url(../../data/record/images/bg_remainder.gif) center center no-repeat;
}
.record #article div.record-table td.remainder span {
	font-size: 12px;
	font-weight: normal;
}
.record #article div.record-table td.remainder span.fraction {
	font-size: 18px;
	font-weight: bold;
}
.record #article div.record-table td.remainder span.complete {
	font-size: 28px;
	font-weight: bold;
	color: #FF0000;
}
