@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;
}

.game_tbl {
	clear:both;
	margin:8px 0 16px;
	border-bottom:#d6dee9 solid 1px;
	border-right:#d6dee9 solid 1px;
}

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

.game_tbl tr {
	background:#fff;
}

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

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

.game_tbl th {
	background:#e5eefa;
}

.game_tbl_name {
	padding:3px;
	background:#e5eefa;
	text-align:left;
	border-top:#d6dee9 solid 1px;
	border-left:#d6dee9 solid 1px;
}

.game_tbl_code {
	padding:3px;
	background:#e5eefa;
	font-weight:normal;
	text-align:right;
	border-top:#d6dee9 solid 1px;
	font-size:10px;
}

.game_tbl_index {
	background:#eee;
}
