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


/* チーム一覧 */
.uni_logo {
	width:156px;
	float:left;
	padding:10px 0 10px 10px;
	text-align:center;
}

.uni_logo img {
	border:#d6dee9 solid 1px;
	margin-bottom:4px;
}


/* チーム紹介 */
#flag {
	margin-right:10px;
}

#team_info {
	margin-top:8px;
}

#team_info td {
	vertical-align:top;
}

#team_info_txt {
	padding-right:8px;
	border-right:#d6dee9 solid 1px;
}

#team_logo,
#team_uniform {
	margin-left:10px;
	border-bottom:#d6dee9 solid 1px;
	border-right:#d6dee9 solid 1px;
}

#team_logo td,
#team_uniform td {
	border-top:#d6dee9 solid 1px;
	border-left:#d6dee9 solid 1px;
}

#team_logo th,
#team_uniform th {
	border-top:#d6dee9 solid 1px;
	border-left:#d6dee9 solid 1px;
	background:#e5eefa;
	padding:3px;
	text-align:center;
}

#last_tournament {
	margin-top:20px;
	width:420px;
}

#last_tournament td,
#last_tournament th {
	padding:3px;
	text-align:left;
	vertical-align:top;
	border-bottom:#d6dee9 solid 1px;
}

#last_tournament th {
	background:#e5eefa;
}

#before_title {
	margin-top:20px;
	width:240px;
}

#before_title td,
#before_title th {
	padding:3px;
	text-align:left;
	vertical-align:top;
	border-bottom:#d6dee9 solid 1px;
}

#before_title th {
	background:#e5eefa;
}

#last_tournament th {
	background:#e5eefa;
}

#player_list {
	margin-top:20px;
	width:100%;
}

#player_list td,
#player_list th {
	padding:3px;
	text-align:left;
	vertical-align:top;
	border-bottom:#d6dee9 solid 1px;
}

#player_list th {
	background:#e5eefa;
}

#player_list_index td {
	font-weight:bold;
	font-size:10px;
	padding-bottom:2px;
}


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

#player_profile {
	clear:both;
	width:80%;
	margin:0 auto 10px;
}

#player_profile caption {
	margin-top:20px;
	font-size:16px;
	font-weight:bold;
	color:#1a2c7a;
	line-height:1.3em;
	text-align:left;
	background:#e5eefa;
	border-bottom:#d6dee9 solid 2px;
	padding:5px;
}

#player_profile caption i {
	font-size:12px;
	color:#333333;
}

#player_profile td,
#player_profile th {
	padding:3px;
	text-align:left;
	vertical-align:top;
	border-bottom:#d6dee9 solid 1px;
}

#player_profile th {
	width:8em;
}

.profile_games {
	margin-bottom:10px;
}

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

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

.profile_games th {
	background:#e5eefa;
}

