@charset "UTF-8";
/*KV*/

.kvArea {
	margin: 0 0 20px;
	position: relative;
	height: 195px;
}
.kvArea h2 {
	position: absolute;
}
.kvArea .u14NavList {
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 100;
	height: 40px;
}
/*トップ*/

/*ニュース*/

/*-----------------------
		日程結果
-----------------------*/
.u14NavList {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-top: 1px solid #b6d5c5;
}
.u14NavList > li {
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid #b6d5c5;
	box-sizing: border-box;
	height: 40px;
}
.u14NavList > li:first-child {
	border-left: none;
}
.u14NavList li a, .u14NavList li b {
	background: rgba(29,116,70,0.85);
	color: #ffffff;
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.u14NavList a:hover, .u14NavList li b, .u14.second.outline .u14NavList li:first-child a, .u14.second.team .u14NavList li:nth-child(2) a, .u14.second.sheet .u14NavList li:nth-child(3) a {
	background: rgba(0,0,0,0.75);
	color: #fff;
	text-decoration: none;
}

/*-----------------------
		大会概要
-----------------------*/
.about_table, .history_table, .goalranking_table {
	border-top: 1px solid #ccc;
	margin: 20px 0;
	width: 100%;
}
.about_table th:first-child {
	border-left: none;
}
.about_table th {
	font-size: 12px;
	padding: 10px;
	width: 110px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #c9e3c7;
	text-align: left;
	vertical-align: middle;
	line-height: 1.2;
}
.about_table td {
	padding: 5px 5px;
	font-size: 13px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	vertical-align: middle;
	line-height: 1.4;
	padding: 12px 15px;
}
/*-----------------------
		参加チーム一覧
-----------------------*/
.team_table, .sheet_table {
	border-top: 1px solid #ccc;
	margin: 20px 0;
	width: 100%;
}
.team_table th, .sheet_table th {
	font-size: 12px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	background-color: #c9e3c7;
	text-align: left;
	vertical-align: middle;
	line-height: 1.2;
}
.sheet_table th {
	background-color: #E4E4E4;
	font-weight: bold;
}
.team_table td, .sheet_table td {
	padding: 5px 5px;
	font-size: 13px;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	line-height: 1.4;
}
.sheet_table td {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
}
.sheet_table td a {
	font-weight: bold;
}
.team_table .category {
	width: 100px;
	text-align: center;
}
.team_table .no {
	width: 50px;
	text-align: center;
}
.team_table .abbr {
	width: 50px;
	text-align: center;
}
/*-----------------------
		帳票
-----------------------*/
.sheetNav ul {
	display: table;
	width: 100%;
}
.sheetNav li {
	display: table-cell;
	font-size: 12px;
	text-align: center;
}
.sheetNav li a, .sheetNav li b {
	display: block;
	width: 152px;
	height: 24px;
	line-height: 24px;
	margin: 0 0 4px 4px;
	background-color: #f0f0f0;
	color: #4f4f4f;
}
.sheetNav li:first-child a, .sheetNav li:first-child b {
	margin-left: 0;
}
.sheetNav li a:hover, .sheetNav li b {
	background-color: #c9e3c7;
	color: #33333;
	text-decoration: none;
}
.sheet_table th {
	width: 1%;
	white-space: nowrap;
}

.sheet_table td img {
	margin-right: 5px;
}
.scoreTable {
	margin-bottom: 5px;
	width: 100%;
	border-collapse: collapse;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.scoreTable th {
	line-height: 16px;
	padding: 6px 10px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	background-color: #f6f6f6;
	border-top: solid 1px #ccc;
	height: 30px;
	width: 95px;
}
.scoreTable td.team.left {
	width: 200px;
}
.scoreTable td.team {
	border-top: none;
	line-height: 1.2;
	height: 40px;
}
.scoreTable td {
	color: #333;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	border-top: solid 1px #ccc;
}
.scoreTable td.team.left img {
	left: 5px;
}
.scoreTable td.team img {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	border: 1px solid #ccc;
}
.scoreTable td.score_mem ul {
	border-top: 1px dotted #ccc;
	text-align: left;
	padding: 3px 5px;
}
.scoreTable td.score_mem li {
	margin: 2px 0;
}
.scoreTable td.score_mem li span {
	background-color: #149349;
	width: 60px;
	display: inline-block;
	text-align: center;
	border-radius: 2px;
	color: #fff;
	font-size: 10px;
	margin-right: 3px;
	vertical-align: middle;
}
.scoreTable td.team.right {
	width: 200px;
}
.scoreTable td.score_mem {
	border-top: none;
	padding-top: 0;
	border-bottom: solid 1px #ccc;
}
.scoreTable td.team.right img {
	right: 5px;
}
.scoreTable tr:nth-child(2) td.team {
	border-top: solid 1px #ccc;
}
.scoreTable th.card {
	text-align: center;
}
.scoreTable caption	{
	padding: 10px;
	background-color: #c9e3c7;
	font-size: 12px;
	font-weight: bold;
}
.scoreTable .stadium	{
	text-align:center;
	border-top: none;
}

.backLink {
	text-align: center;
}
.backLink a {
	color: #333;
	font-size: 14px;
	padding: 10px 15px;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 3px;
	display: inline-block;
	margin: 0 auto;
}
.backLink a:before {
	content: "\f053";
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	margin: 0 .3em;
	text-decoration: none;
	padding-right: 10px;
}

.status {
	display: block;
	font-size: 10px;
	margin: 2px auto 0;
	width: 70px;
}
.off {
	background: none repeat scroll 0 0 #444;
	color: #fff;
	padding: 2px 0;
}
.attention	{
	font-size:12px;
}
.attention li {
	padding:3px;
}

