@charset "shift-jis";
/* CSS Document */

/*
last update 2016.1.29
	01 : Common
	02 : Content
	03 : Clear Fix
*/


/*
	01.Font
==================================== */

/*@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/



/*
	02.Base
==================================== */

html {
	background:#fff;
}
body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', Osaka, 'MS PGothic', Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height:1.5;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
a {
	color:#3c251e;
	margin:0;
	padding:0;
}

/* Anchor */
a {
  color: #39414e;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
a:hover,
a:focus {
  color: #00a2e5;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}



/* 
	03.Layout
==================================== */



/* 
	11.news_j.htm / news_t.htm
==================================== */




/* 
	12.news_j.htm / news_t.htm
==================================== */

.news-area {
	width: 100%;
}
ul.news-t,
ul.news-j {
	list-style: none;
}
ul.news-t li,
ul.news-j li {
	font-size: 0.9em;
	border-bottom: 1px solid #ddd;
}
ul.news-t li:before {
	/*background: #fff url(/module/common/image/news/icon_news_t.png) 2px 6px no-repeat;*/
	content: "東海";
	background: #00a2e5;
}
ul.news-j li:before {
	/*background: #fff url(/module/common/image/news/icon_news_t.png) 2px 6px no-repeat;*/
	content: "全国";
	background: #00499a;
}
ul.news-t li:before,
ul.news-j li:before {
	/*background: #fff url(/module/common/image/news/icon_news_t.png) 2px 6px no-repeat;*/
	display: inline-block;
	float: left;
	font-size: 0.8em;
	padding: 2px 0.5em 3px;
	margin: 0.5em;
	color: #fff;
}
ul.news-t li a,
ul.news-j li a {
	display: block;
	width: 100%;
	padding: 0.5em 0;
}
ul.news-t li a:after,
ul.news-j li a:after {
	display: inline;
	font: normal normal normal 10px/1.0 FontAwesome;
	content: "\f054";
}
ul.news-t li a:hover,
ul.news-j li a:hover {
	background: #e6f8ff;
}



/* 
	13.score.htm
==================================== */









/* 
	14.score.htm
==================================== */

.score_info {
	
}
.score_info p.match {
	
}
.score_info p.status {
	
}
.score_info p.update {
	
}

.score-area {
	width: 100%;
}
table.score-board {
	width: 100%;
	border-collapse: collapse;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
}
table.score-board th,
table.score-board td {
	width: 5%;
	background: #e5e8ee;
	text-align: center;
	padding: 0.2em;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
table.score-board th:nth-of-type(2n),
table.score-board td:nth-of-type(2n+1) {
	background: #fff;
}
table.score-board tr.score-num {
}
table.score-board th.name {
	width: 20% !important;
	background: #e5e8ee;
}
table.score-board th.total,
table.score-board td.total {
	background: #b1d9fd !important;
}





