@charset "utf-8";

/* カテゴリ共通フォーマット */
#fmt_cont_detail h2 {
	font-size:18px;
	font-weight:bold;
	line-height:1.3em;
	color:#008000;
	margin-top:16px;
}

#fmt_cont_detail h3 {
	font-size:16px;
	font-weight:bold;
	line-height:1.3em;
	color:#1a2c7a;
	margin:3px 0;
}

#fmt_cont_detail h4 {
	font-size:12px;
	font-weight:bold;
	line-height:1.1em;
	color:#494949;
	text-align:right;
}

#fmt_cont_detail strong {
	color:#ae0001;
}


/* 選手プロフィール */
.back_to_team {
	float:right;
}

.standing_tbl {
	clear:both;
	margin-top:20px;
	border-bottom:#d6dee9 solid 1px;
	border-right:#d6dee9 solid 1px;
}

.standing_tbl caption {
	font-size:16px;
	font-weight:bold;
	color:#1a2c7a;
	line-height:1.3em;
	text-align:left;
	background:#fff;
	padding:5px;
}

.standing_tbl tr {
	background:#fff;
}

.standing_tbl tr:hover {
	background:#f2f2f2;
}

.standing_tbl td,
.standing_tbl th {
	padding:3px;
	text-align:center;
	vertical-align:middle;
	border-top:#d6dee9 solid 1px;
	border-left:#d6dee9 solid 1px;
}

.standing_tbl th {
	background:#e5eefa;
}

th.standing_team,
td.standing_team {
	text-align:left;
}

td.standing_bold {
	font-weight:bold;
}

