<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*-----------------------
	

	U14 2018 CSS


-----------------------*/

.kvArea {
	/*margin: 0 0 20px;*/
	position: relative;
}
.content .kvArea h2 img{
	width: auto;
}


/*-----------------------
		KV
-----------------------*/
.content .kvArea .navWrap{
	position: relative;
}
.content .kvArea ul.navList li &gt; a,
.content .kvArea ul.navList li &gt; span{
	background: #0f4525;
}

body.p .content .kvArea ul.navList li.nav_p a,
body.m_a .content .kvArea ul.navList li.nav_m-a a,
body.m_b1 .content .kvArea ul.navList li.nav_m-b1 a,
body.m_b2 .content .kvArea ul.navList li.nav_m-b2 a,
body.m_bck .content .kvArea ul.navList li.nav_m-bck a,
body.v .content .kvArea ul.navList li.nav_v a,
body.m_c .content .kvArea ul.navList li.nav_m-c a,
body.s_a1 .content .kvArea ul.navList li.nav_s-a1 a,
body.s_a2 .content .kvArea ul.navList li.nav_s-a2 a,
body.s_ak .content .kvArea ul.navList li.nav_s-ak a,
body.s_b .content .kvArea ul.navList li.nav_s-b a,
body.v .content .kvArea ul.navList li.nav_v a{
    background: #f4f4f4 !important;
    color: #333;
}

.content .kvArea ul.navList li i{
	font-style: normal;
}



/*-----------------------
		トップ
-----------------------*/
.newsArea {
	margin-bottom: 30px;
}
.newsArea .ttlNoLink h3{
	margin-bottom: 0;
}
.newsTitle .headline{
	padding-left: 0;
}


/*-----------------------
		大会概要
-----------------------*/
.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: center;
	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: 20px;
	text-align: center;
}
.team_table .abbr {
    width: 75px;
	text-align: center;
}


/*-----------------------
		帳票
-----------------------*/
.sheet #matchTab .tabSelecter .tab li{
	width: 10%;
}





.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;
    border-bottom: solid 1px #ccc;
}


.scoreTable td.team.left {
	width: 200px;
}
.scoreTable td.team {
	border-top: none;
	line-height: 1.2;
    height: 60px;
}
.scoreTable td {
	color: #333;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
.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;
	color: #666;
}
.scoreTable .stadium	{
	text-align:center;
	border-top: none;
    padding-bottom: 5px;
}

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

/*20160308*/


/*.scoreTable.jyouthTable tbody tr:nth-child(2n){
	border-bottom: solid 1px #ccc;
}*/

.scoreTable td.score{
	font-size: 14px;
	font-weight: bold;
}

.scoreTable td.vs{
	font-size: 14px;
}

.u14SheetsArea .sheetNav{
	margin-bottom: 20px;
}

.scoreTable td.team span{
	display: block;
}

.u14SheetsArea .sheetNav li&gt;span{
    background: #F6F6F6;
    color: #D2D2D2;
}

.u14SheetsArea .sheetNav ul li i{
	font-weight: normal;
}

.sheet_table th span{
	font-weight: bold;
}

.scoreTable tr:last-child td.score_mem{
    border-bottom: solid 1px #ccc;
    height: 1px;
}</pre></body></html>