@charset "utf-8";

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

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

#fmt_cont_detail h4 {
	font-size:13px;
	font-weight:bold;
	line-height:1.3em;
	color:#494949;
	margin:2px 0 10px;
}

#fmt_cont_detail ol {
	margin:10px;
}

#fmt_cont_detail li {
	margin-top:3px;
}


/* 大会概要 */
#outline_tbl {
	border-bottom:#d6dee9 solid 1px;
	border-right:#d6dee9 solid 1px;
	margin:8px 0;
}

#outline_tbl th,
#outline_tbl td {
	padding:5px;
	vertical-align:top;
}

#outline_tbl th {
	text-align:left;
	background:#e5eefa;
	border-top:#d6dee9 solid 1px;
	border-left:#d6dee9 solid 1px;
	width:14em;
	white-space:nowrap;
}

#outline_tbl td {
	text-align:left;
	border-top:#d6dee9 solid 1px;
	border-left:#d6dee9 solid 1px;
}


/* 会見発表 */
.outline_pc_tbl {
	margin:4px;
	border-bottom:#d6dee9 solid 1px;
	border-right:#d6dee9 solid 1px;
}

.outline_pc_tbl th,
.outline_pc_tbl td {
	padding:5px;
	font-size:10px;
	text-align:center;
	border-top:#d6dee9 solid 1px;
	border-left:#d6dee9 solid 1px;
}


/* スケジュール */
.match_group {
	border-bottom:#d6dee9 solid 1px;
	border-right:#d6dee9 solid 1px;
	margin:8px 0;
}

.match_group th,
.match_group td {
	padding:3px;
	border-top:#d6dee9 solid 1px;
	border-left:#d6dee9 solid 1px;
}

.match_group th {
	width:25%;
	text-align:center;
	background:#e5eefa;
}

.outline_schedule {
	border-bottom:#d6dee9 solid 1px;
	border-right:#d6dee9 solid 1px;
	margin:8px 0;
}

.outline_schedule th,
.outline_schedule td {
	padding:3px;
	border-top:#d6dee9 solid 1px;
	border-left:#d6dee9 solid 1px;
	font-size:10px;
	line-height:1.25em;
	text-align:center;
}

.outline_schedule th {
	background:#e5eefa;
}



