@charset "utf-8";
/*firstgoal.css*/
.leadArea	{
	margin: 10px 0;
	font-size: 12px;
	}

small.text-right	{
	display: block;
	text-align: right;
	font-size: 10px;
	}

.recordArea table	{
	width: 100%;
	border-top: 1px solid #cccccc;
	}

.recordArea table th, .recordArea table td	{
	border-bottom: 1px solid #cccccc;
	vertical-align: middle;
	text-align: center;
	}

.recordArea table tr.rank1 th	{
	background-color: #ffe140;
	}

.recordArea table tr.rank2 th	{
	background-color: #d0d0d0;
	}

.recordArea table tr.rank3 th	{
	background-color: #d39559;
	}

.recordArea table td.dataCell	{
	padding: 5px 5px 5px 0;
	text-align: left;
	}

.recordArea table td .embL	{
	margin: 0 auto 5px;
	}

.recordArea table td p	{
	font-size: 12px;
	}

.recordArea table td b	{
	display: block;
	color: #d94343;
	font-size: 16px;
	font-weight: bold;
	}

.recordArea table th	{
	width: 1%;
	padding-right: 3px;
	padding-left: 3px;
	background-color: #eeeeee;
	font-size: 11px;
	white-space: nowrap;
	}

.recordArea table td.embCell	{
	padding-right: 5px;
	padding-left: 5px;
	}

.recordArea table td.compressed	{
	width: 1%;
	padding-top: 5px;
	padding-bottom: 5px;
	white-space: nowrap;
	}

.recordArea table td.compressed img	{
	vertical-align: top;
	}

.recordArea table td.dataCell table	{
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	}

.recordArea table td.dataCell table td	{
	border-right: 1px solid #cccccc;
	font-size: 8px;
	line-height: 1.4;
	}

.recordArea table td.dataCell table caption	{
	font-size: 10px;
	}