/* ##### tournament.asp ##### */
#tournament_tablewrapper {
	width:100%;
	max-width:960px;
	margin:1em auto 0 auto;
}
.com_basictable.tournament_table {
	border:1px solid #e0e0e0;
	width:100%;
}
.com_basictable.tournament_table .tournament_gender,
.com_basictable.tournament_table .tournament_year,
.com_basictable.tournament_table .tournament_tournamentname,
.com_basictable.tournament_table .tournament_name,
.com_basictable.tournament_table .tournament_score,
.com_basictable.tournament_table th {
	white-space:nowrap;
	text-align:center;
	vertical-align: middle;
}
.com_basictable.tournament_table td {
	vertical-align:top;
	border-left:1px solid #e0e0e0;
}

.contentbox .common_sub_1pwtxt h1.tournament_subttl { margin-bottom:20px; }
.contentbox .common_sub_1pwtxt h1.tournament_subttl small { display:block; font-size:60%; padding:0; }
.contentbox .common_sub_1pwtxt .common_sub_1pwtxt_ph img { display:block; margin-top:-20px; }

/* 段違い */

#tournament_episode2 .common_sub_1pwtxt_ph {
	float:right;
}
#tournament_episode2 .common_sub_1pwtxt_txt,
#tournament_episode2 h1 {
	float:left;
}

/* ##### responsive ##### */
@media (max-width: 1199px) {
	#tournament_episode2 .common_sub_1pwtxt_ph {
		margin-right:0;
		margin-left:4%;
	}
	.contentbox .common_sub_1pwtxt .common_sub_1pwtxt_ph img { margin-top:15px; }
}
@media (max-width: 699px) {
	table.com_basictable th, table.com_basictable td {
		font-size:13px;
		padding:2px;
		letter-spacing:-0.5px;
	}
	.contentbox .common_sub_1pwtxt h1.tournament_subttl { font-size:22px; }
	.contentbox .common_sub_1pwtxt .common_sub_1pwtxt_ph img { margin-top:0; }
}
@media (max-width: 374px) {
	table.com_basictable th, table.com_basictable td {
		font-size:12px;
		padding:2px;
	}
}