@charset "utf-8";

/* OLD CSS */


/* *******************************************************************

	CSS Information
		File Name:base.css

******************************************************************* */
/** FLOAT **/
.clear {clear:both;}
.fL {float:left;}
.fR {float:right;}
.bL {float: left; width: 45%;}
.bR {float: right; width: 45%;}
.L50 {float: left; width: 50%;}
.R50 {float: right; width: 50%;}


/** MARGIN PADDING **/
.in_5 {padding:5px;}
.in_10 {padding:10px;}
.in_20 {padding:20px;}
.in_30 {padding:30px;}


.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}

.mr3 {margin-right:3px;}
.mr5 {margin-right:5px;}
.mr10 {margin-right: 10px;}

/* v1 ラベル付き */
.v1 {
	background:#dddddd;
	overflow:hidden;
	zoom:1;/* ie6 */
}
.v1 span.label {
	background:#3ba800;
	color:#fff;
	padding:8px 10px;
	float:left;
	font-size:120%;
}
.v1 .btn {
	padding:8px 10px;
	float:right;
	/*color:#ffffff;*/
}
.v1 .btn a {
	/*color:#ffffff;*/
}

/* [#sub]v1 ラベル付き
#sub .v1 {
	background:#dddddd;
	overflow:hidden;
}
#sub .v1 span.label {
	background:#3ba800;
	color:#fff;
	padding:3px 10px;
	float:left;
	font-size:120%;
}
#sub .v1 .btn {
	padding:8px 10px;
	float:right;
}
#sub .v1 .btn a {
	color:#ffffff;
} */

/* v2　左ラインのみ */
.v2 {
	position:relative;
    border-left: 6px solid #000000;
    padding: 5px 8px;
	margin-bottom:10px;
	overflow:hidden;
	zoom:1;/* ie6 */
}

/* v3　モノクロ */
.v3 {
	position:relative;
	padding:5px 7px;
	background:#494949;
	color:#fff;
	font-size:120%;
	overflow:hidden;
	zoom:1;/* ie6 */
}

/* v4　アンダーライン+▼ */
.v4 {
	position:relative;
	border-bottom:2px dotted #ccc;
	padding:4px 15px;
	background:url(//s3-ap-northeast-1.amazonaws.com/baseballking/img/ArowBtm_min.png) no-repeat left center;
	overflow:hidden;
	zoom:1;/* ie6 */
}


/* []BUTTON
--------------------------------------------------------------------*/
/** block **/
.btn_a {
	padding:4px 10px;
	cursor:pointer;
	display:block;
	line-height:18px;
	font-weight:bold;
	overflow-x:hidden;
	overflow-y:hidden;
	text-align:center;
	background: #fee620;
	color:#000000;
}
.btn_a:hover {
	background: #000000;
	color:#FFF;
	text-decoration:none;
}


/* []TABLE
--------------------------------------------------------------------*/
.zebra-striped tbody tr:nth-child(even) {
	background-color: #fafafa;
}
.zebra-striped tbody tr:hover {
	background:#fffdba;
}

.tableA {
	width:100%;
}
.tableA td {
	padding:8px;
}
.tableA th {
	font-family:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#494949;
	color:#FFF;
	border-bottom:1px solid #d4d4d4;
	padding:4px;
}

.tableB {
	width:100%;
}
.tableB td,
.tableB th {
	padding:8px;
	border-bottom:1px solid #d4d4d4;
}
.tableB th {
	font-family:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	border-right:1px dotted #d4d4d4;
}




/* *******************************************************************

	CSS Information
		File Name:style.css

******************************************************************* */
/* [1]記事一覧
--------------------------------------------------------------------*/

#articleList li {
	background:#fff;
	padding:20px 15px;
	border-bottom:4px solid #ddd;
	overflow:hidden;
	zoom:1;/* ie6 */
}
#articleList li:hover {
	background:#eee;
}

#articleList li .left {
	float:left;
	width:120px;
	height:120px;
	margin-right:30px;
}

#articleList li .left img {
	width:120px;
}

#articleList li .right {
	width: 600px;
	/*height:120px;*/
	float: right;
	overflow:hidden;
	zoom:1;/* ie6 */
}

#articleList li .right2 {
	width: 560px;
	/*height:120px;*/
	float: right;
	overflow:hidden;
	zoom:1;/* ie6 */
}

#articleList li .meta {
	font-size:12px;
	margin-bottom:7px;
	overflow:hidden;
	zoom:1;/* ie6 */
	padding:0 !important;
}

#articleList li .category {
	background:#e9e9e9;
	padding:0px 5px;
	display:inline-block;
	height:20px;
	line-height:20px;
	float:left;
	margin-right:3px;
	color:#000;
	 border-radius: 4px;
	border-bottom:1px solid #ccc;
}
#articleList li .category:hover {
	text-decoration:none;
}

/* カテゴリーリスト */
.catList {
	overflow:hidden;
	zoom:1;
}
.catList li {
	float:left;
	display:inline;
	margin:3px 6px 3px 0;
	font-family:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
}
.catList li a {
	color:#000;
	height:20px;
	line-height:20px;
	padding:3px 6px;
	border-radius: 4px;
	border-bottom: 1px solid #ccc;
}
.catList li a:hover {
	text-decoration:none;
}

/* チームカラー */
.ct-giants {
	background:#ff6501 !important;
	color:#fff !important;
}
.ct-tigers {
	background:#ffff00 !important;
	color:#000 !important;
}
.ct-carp  {
	background:#fe0002 !important;
	color:#fff !important;
}
.ct-dragons  {
	background:#0000ac !important;
	color:#fff !important;
}
.ct-baystars  {
	background:#044ec7 !important;
	color:#fff !important;
}
.ct-swallows  {
	background:#0a0c83 !important;
	color:#fff !important;
}
.ct-eagles  {
	background:#a50022 !important;
	color:#fff !important;
}
.ct-lions  {
	background:#023467 !important;
	color:#fff !important;
}
.ct-marines  {
	background:#010101 !important;
	color:#fff !important;
}
.ct-hawks  {
	background:#ffcc01 !important;
	color:#000 !important;
}
.ct-buffaloes  {
	background:#044ec7 !important;
	color:#fff !important;
}
.ct-fighters  {
	background:#0243ab !important;
	color:#fff !important;
}

#articleList li .date {
	color: #656565;
	height:20px;
	line-height:20px;
	float:right;
}

#articleList li h3 {
	font-size:120%;
}
#articleList li h3 a {
	color:#000000;
}
#articleList li h3 a:hover {
	color:##00853E;
}

#articleList li .txt {
	margin-bottom:10px;
}

#articleList li .sns {
	float:left;
	display:inline;
	font-size:115%;
	color:#333;
}
#articleList li .sns .fb,
#articleList li .sns .tw {
	float:left;
	width:70px;
	padding: 0 0 0 25px;
	font-weight:bold;
}
#articleList li .sns .fb {
	line-height:20px;
	background:url(//s3-ap-northeast-1.amazonaws.com/baseballking/img/icoFb.png) no-repeat left center;
	font-size:120%;
}
#articleList li .sns .tw {
	line-height:20px;
	background:url(//s3-ap-northeast-1.amazonaws.com/baseballking/img/icoTw.png) no-repeat left center;
	font-size:120%;
}

/*  もっと読むボタン */
.moreBtn {
	clear:both;
	display:block;
	background:#eee url(//s3-ap-northeast-1.amazonaws.com/baseballking/img/sp/ArowR.png) no-repeat right center;
	color:#3ba800;
	text-align:center;
	font-size:130%;
	line-height:2.5;
}
.moreBtn:hover {
	text-decoration:none;
	background:#71BD48 url(//s3-ap-northeast-1.amazonaws.com/baseballking/img/sp/ArowR.png) no-repeat right center;
	color:#fff;
}

/*  もっと読むボタン2 */
.moreBtn2 {
	clear:both;
	display:block;
	background: #c43a3a;
	color:#fff;
	text-align:center;
	line-height:2.5;
}
.moreBtn2:hover {
	text-decoration:none;
	background:#efefef;
	color:#c43a3a;
}

/*  もっと読むボタン3 */
.moreBtn3 {
	clear:both;
	border-bottom: 1px solid #ccc;
}
.moreBtn3 a {
	color: #3ba800;
	font-weight:bold;
}

/* ページャー  */
.pageView {
	/*width:500px;*/
	margin:0 auto;
	padding:10px;
	text-align:center;
	overflow:hidden;
	zoom:1;
}
.pageView li {
	display: inline-block;
	color:#000000;
	font-size: 14px;
	line-height:14px;
	padding:5px 7px;
	font-weight:bold;
	margin:0 2px;
}
li.pgg_previous {
	background:url(//s3-ap-northeast-1.amazonaws.com/baseballking/img/sp/ArowL.png) no-repeat left center;
	padding:5px 0 5px 30px;
}
li.pgg_next {
	background:url(//s3-ap-northeast-1.amazonaws.com/baseballking/img/sp/ArowR.png) no-repeat right center;
	padding:5px 30px 5px 0;
}
li.pgg_on {
	background:#3BA800;
}
li.pgg_on a {
	color:#000;
}
li.pgg {
	background:#000;
	color:#fff;
}
li.pgg a {
	color:#fff;
}


/* [2]記事本文
--------------------------------------------------------------------*/
#article {
	background:#fff;
	margin-bottom:50px;
}

#article .hgroup {
	margin-bottom:10px;
}

#article h1 {
	font-size:200%;
	padding:30px 20px 10px;
}

#article .meta {
	padding:10px 20px;
	/*overflow:hidden;*/
	zoom:1;/* ie6 */
}

#article section {
	padding:15px;
}

/* カテゴリ */
#article .cat {
	margin-bottom:10px;
	overflow:hidden;
	zoom:1;/* ie6 */
}
#article .category {
	background:#e9e9e9;
	padding:0px 5px;
	display:inline-block;
	height:20px;
	line-height:20px;
	float:left;
	margin-right:3px;
	color:#656565;
}
#article .category:hover {
	text-decoration:none;
}

/* SNS */
#article .sns {
	/*overflow:hidden;*/
	zoom:1;/* ie6 */
}
#article .sns li {
	float: left;
	display: inline;
	margin-right:5px;
}

/* サムネイル */
#article figure {
	margin-bottom:20px;
	position:relative;
	text-align: center;
}
#article figure .forbidden {
  left:0;
  position:absolute;
  top:0;
  width:100%;
  height:90%;
  z-index:1;
  background:url(//s3-ap-northeast-1.amazonaws.com/baseballking/img/blank.gif);
}
#article figure figcaption {
	font-size:90%;
	text-align:right;
	padding:5px 10px;
	background:#e5e5e5;
}
#article figure img {
	/*width:100%;*/
	max-width: 770px;
}

/* 本文 */
#article #newsArea {
	font-size:110%;
	margin-bottom:20px;
    padding:15px;
    line-height:150%;
	overflow:hidden;
	zoom:1;/* ie6 */
}

/* 広告 */
#article .ad {
	background:#efefef;
	overflow:hidden;
	zoom:1;/* ie6 */
	margin-bottom:20px;
}

#article .etc {
	overflow:hidden;
	zoom:1;/* ie6 */
}
#article .etc .fL,
#article .etc .fR {
	width:45%;
}

/* 前後記事ページャー */
#article .paging {
	background:#494949;
	overflow:hidden;
	zoom:1;/* ie6 */
	margin-bottom:20px;
}
#article .paging a {
	color:#fff;
	display:block;
	padding:15px 10px;
}
#article .paging a:hover {
	color:#c43a3a;
	background:#fafafa;
}
#article .paging .prev {
	width:380px;
	float: left;
	overflow:hidden;
	zoom:1;/* ie6 */
	border-right:1px solid #ccc;
	border-left:5px solid #000;
}
#article .paging .prev a {
	padding-right:10px;
}

#article .paging .next {
	width:379px;
	float: right;
	overflow:hidden;
	zoom:1;/* ie6 */
	border-right:5px solid #000;
}
#article .paging .next a {
	padding-left:10px;
}


/* [1]固定ページ
--------------------------------------------------------------------*/
#page {
	background:#fff;
	margin-bottom:50px;
}


/* [3]リスト タテ1列
--------------------------------------------------------------------*/
#contentList li {
	position:relative;
	overflow:hidden;
	zoom:1;/* ie6 */
}
#contentList li:hover {
	background:#f4f4f4;
}
#contentList li .left {
	float:left;
	width:70px;
	height:70px;
	margin-right:15px;
}
#contentList li .left img {
	width:70px;
}
#contentList li .right {
	display:inline;
}

/* class */
.contentList {
	margin-right:-10px;
	overflow:hidden;
	*zoom:1;
}
.contentList li {
	float:left;
	width:47.7%;
	height:100px;
	padding:4px;
	margin-right:10px;
	margin-bottom:8px;
	position:relative;
	overflow:hidden;
	zoom:1;/* ie6 */
}
.contentList li:nth-child(2n) {
	margin-right:0;
}
.contentList li:hover {
	background:#f4f4f4;
}
.contentList li a {
	color:#000;
}
.contentList li a:hover {
	color:#00853e/*3ba800*/;
}
.contentList li a {
	display:block;
	position:relative;
	overflow:hidden;
	zoom:1;/* ie6 */
}
.contentList li .left {
	float:left;
	width:100px;
	height:100px;
	background:#f7f7f7;
}
.contentList li .left img {
	width:100px;
	height:100px;
}
.contentList li .right {
	float:right;
	width:265px;
}
.contentList li .right h3 {
	line-height:1.2;
}
.contentList li .right .date {
	font-size:90%;
	margin-bottom:4px;
	display:block;
	color:#565656;
}
/* label */
.contentList li .meta {
	font-size:11px;
	margin-bottom:7px;
	overflow:hidden;
	zoom:1;/* ie6 */
	padding:0 !important;
}

.contentList li .category {
	background:#e9e9e9;
	padding:0px 5px;
	display:inline-block;
	height:16px;
	line-height:16px;
	float:left;
	margin-right:2px;
	margin-bottom:1px;
	color:#000;
}
.contentList li .category:hover {
	text-decoration:none;
}

/* [4]リスト タテ4列
--------------------------------------------------------------------*/
#contentList_v {
	margin-right:-30px;
	margin-bottom:30px;
	overflow:hidden;
	zoom:1;
}
#contentList_v li {
	width:160px;
	float:left;
	margin:0 30px 30px 0;
	position:relative;
	line-height:130%;
}
#contentList_v li.h230 {
	height:250px;
}
#contentList_v li img.wh160 {
	width:160px;
	height:160px;
	margin-bottom:10px;
}
#contentList_v li .meta .category {
	margin: 0 2px;
	padding: 0 1px;
	font-size:90%;
}
#contentList_v li .meta .category:hover {
	text-decoration:none;
}

/* class */
.contentList_v {
	margin-right:-30px;
	margin-bottom:30px;
	overflow:hidden;
	zoom:1;
}
.contentList_v li {
	width:160px;
	float:left;
	margin:0 30px 30px 0;
	position:relative;
	line-height:130%;
}
.contentList_v li.h230 {
	height:250px;
}
.contentList_v li img.wh160 {
	width:160px;
	height:160px;
	margin-bottom:10px;
}
.contentList_v li .meta .category {
	margin: 0 2px;
	padding: 0 1px;
	font-size:90%;
}
.contentList_v li .meta .category:hover {
	text-decoration:none;
}


/* []リスト ギャラリー
--------------------------------------------------------------------*/
.contentList_ph {
	margin-right:-13px;
	margin-bottom: 8px;
	overflow:hidden;
	*zoom:1;
}
.contentList_ph li {
	width:145px;
	float:left;
	margin-right:13px;
	position:relative;
	line-height:130%;
	background:#fff;
}
.contentList_ph li a {
	color:#fff;
}
.contentList_ph li a:hover img {
	opacity:.8;
}
.contentList_ph li .caption {
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	padding:16px 8px 8px 8px;
	font-size:90%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.11) 7%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.75) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(7%,rgba(0,0,0,0.11)), color-stop(50%,rgba(0,0,0,0.75)), color-stop(100%,rgba(0,0,0,0.75)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.11) 7%,rgba(0,0,0,0.75) 50%,rgba(0,0,0,0.75) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.11) 7%,rgba(0,0,0,0.75) 50%,rgba(0,0,0,0.75) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.11) 7%,rgba(0,0,0,0.75) 50%,rgba(0,0,0,0.75) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.11) 7%,rgba(0,0,0,0.75) 50%,rgba(0,0,0,0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
	line-height:1.2;
}
.contentList_ph li img {
	width:145px;
	height:145px;
}


/* []リスト 長期設置枠
--------------------------------------------------------------------*/
.contentList_cs {
	margin-right:-13px;
	margin-bottom:40px;
	overflow:hidden;
	*zoom:1;
}
.contentList_cs li {
	width:145px;
	float:left;
	margin-right:13px;
	position:relative;
	line-height:130%;
	background:#fff;
}
.contentList_cs li a {
	color:#000;
}
.contentList_cs li a:hover {
	color:#00853e;
}
.contentList_cs li a:hover img {
	opacity:.8;
}
.contentList_cs li .caption {
	display:block;
	width:145px;
	position:absolute;
	bottom:0;
	left:0;
	padding:8px 0;
	font-size:90%;
	background:#fff;
	line-height:1.2;
}
.contentList_cs li img {
	width:145px;
	height:145px;
}


/* add
--------------------------------------------------------------------*/
.to_next {
	cursor: pointer;
	background: #3ba800;
	color: #fff;
	padding: 16px 20px;
	font-size: x-large;
}


/* []リスト あわせて読みたい
--------------------------------------------------------------------*/
.relate-list-wrap {
	margin: 0 0 32px 0;
}
.relate-list-wrap ul {
	letter-spacing:-0.4em;
	box-sizing: border-box;
	margin: 0;
	overflow: hidden;
	*zoom: 1;
}
.relate-list-wrap ul li {
	letter-spacing:normal;
	overflow: hidden;
	background: #fff;
	border: 1px solid #ccc;
	border-bottom: none !important;
	position: relative;
	vertical-align: top;
}
.relate-list-wrap ul li a {
	color: #2b2b2b;
	display: block;
	padding: 12px;
}
.relate-list-wrap ul li a:hover {
	background: #e4e4e4;
}
.relate-list-wrap ul li.relate-4,
.relate-list-wrap ul li.relate-5 {
	width: 49.695%;
	display: inline-block;
	border-bottom: 1px solid #ccc !important;
}

.relate-list-wrap ul li .thumb {
	display: inline-block;
	height: auto;
	position: relative;
	overflow: hidden;
}
.relate-list-wrap ul li .thumb img {
	width: 100%;
	height: auto;
	position: absolute;
	/*top: -45%;*/
}
.relate-list-wrap ul li.relate-1 .thumb,
.relate-list-wrap ul li.relate-2 .thumb,
.relate-list-wrap ul li.relate-3 .thumb {
	margin: 0 2% 0 0;
	width: 220px;
	height: 122px;
}
.relate-list-wrap ul li.relate-4 .thumb,
.relate-list-wrap ul li.relate-5 .thumb {
	margin: 0 0 2% 0;
	width: 100%;
	height: 180px;
}

.relate-list-wrap ul li .title {
	height: 70px;
    display: inline-block;
    vertical-align: top;
    font-size: 120%;
}
.relate-list-wrap ul li .title h2 {
	color: #00853e;
}
.relate-list-wrap ul li.relate-1 .title,
.relate-list-wrap ul li.relate-2 .title,
.relate-list-wrap ul li.relate-3 .title {
	width: 66%;
	float: right;

}
.relate-list-wrap ul li.relate-4 .title,
.relate-list-wrap ul li.relate-5 .title {
    width: 100%;
}


/* []nav-sub
--------------------------------------------------------------------*/
.nav-sub {
	margin: 0 0 32px 0;
}
.nav-sub ul {
	width: 100%;
	display: table;
	content: ";"
}
.nav-sub ul li {
	/*float: left;*/
	display: table-cell;
	width: 33.2%;
	text-align: center;
	border-right: 1px solid #fff;
}
.nav-sub ul li a {
	color: #fff;
	background: #3ba800;
	display: block;
	padding: 16px 0;
}
.nav-sub ul li a:hover {
	text-decoration: none;
	background: #1455CC;
}
.nav-sub ul li a img {
	margin: 0 0 16px;
	display: inline-block;
	width: 59px;
}
.nav-sub ul li a span {
	display: block;
	font-size: 95;
	font-family:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}





/* *******************************************************************

	CSS Information
		File Name:widget.css

******************************************************************* */

/* [1]サムネつきリスト
--------------------------------------------------------------------*/
.infoList {
	padding:12px 0 12px 0;
	border-bottom:1px solid #dddddd;
	font-family:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	background:white;
}
.infoList:hover {
	background:#fff;
}
.infoList a {
	display:block;
	color:#000;
	overflow:hidden;
	zoom:1;/* ie6 */
}
.infoList a:hover {
	text-decoration:none;
	color:#00853E;
}
.infoList .infoListThmb {
	width: 65px;
	height: 65px;
	float: left;
	margin-right:10px;
}
.infoList .infoListThmb2 {
	width: 40px;
	height: 40px;
	float: left;
	margin-right:10px;
}
.infoList .txt {
	display:inline;
}

/* []ランキング
--------------------------------------------------------------------*/
.rank li {
	border-bottom:1px solid #dddddd;
	padding:10px 0;
	overflow:hidden;
	background:white;
	zoom:1;/* ie6 */
}
.rank li:hover {
	background:#fff;
}
.rank li a {
	color:#000;
	display:block;
}
.rank li a:hover {
	text-decoration:none;
	color:#00853E;
}
.rank li .no {
	font-weight:bold;
	width: 34px;
	margin: 0px 10px 0px 0px;
	float: left;
	color:#333;
	font-size:20px;
	line-height:34px;
	text-align:center;
}
.rank li .no1 {
	background:url(//s3-ap-northeast-1.amazonaws.com/baseballking/img/icoRank1.png) no-repeat center center;
}
.rank li .no2 {
	background:url(//s3-ap-northeast-1.amazonaws.com/baseballking/img/icoRank2.png) no-repeat center center;
}
.rank li .no3 {
	background:url(//s3-ap-northeast-1.amazonaws.com/baseballking/img/icoRank3.png) no-repeat center center;
}
.rank li .no4 {
	background:url(//s3-ap-northeast-1.amazonaws.com/baseballking/img/icoRank4.png) no-repeat center center;
}
.rank li .no5 {
	background:url(//s3-ap-northeast-1.amazonaws.com/baseballking/img/icoRank4.png) no-repeat center center;
}
.rank li .txt {
	display: inline;
}
.rank li .txt a {
	color: #333;
}


/* []サイド順位表
--------------------------------------------------------------------*/
#tabSide-standings {
	overflow:hidden;
	zoom:1;
}
#tabSide-standings li {
	float:left;
	display:inline;
	width:50%;
	text-align:center;
	padding:6px 0;
	color:#fff;
}
#tabSide-standings li.ce {
	background:#02AE85;
}
#tabSide-standings li.pa {
	background:#02A8E3;
}
.select {
  background: #494949 !important;
  color:#fff;
  font-weight:bold;
}
.hide {
  display: none;
}
.kouryu {
	font-family:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display:block;
	text-align:center;
	color:#000;
	background:#FF3;
	border:2px solid #000;
	padding:4px 0;
	font-size:120%;
}
.kouryu:hover {
	text-decoration:none;
	background:#F03;
	color:#fff;
}


/* []SNS
--------------------------------------------------------------------*/
#sideSns {
	border-bottom:1px solid #fafafa;
	overflow:hidden;
	zoom:1;
}
#sideSns li {
	padding:5px;
	line-height:24px;
	background:#494949;
	float:left;
	width:139px;
	display:inline;
	border-top:1px solid #fafafa;
	border-right:1px solid #fafafa;
	font-size:110%;
}
#sideSns li:hover {
	background:#7b7b7b;
}
#sideSns li a {
	color:#fff;
	display:block;
}
#sideSns li a:hover {
	text-decoration:none;
}
#sideSns li img {
	margin-right:5px;
}


/*  [] 試合結果
--------------------------------------------------------------------*/
.scoreBord {
	background: #131926;
	overflow:hidden;
	zoom:1;
}
.scoreList {
	padding:6px 0px;
	float:left;
	text-align:center;
	color:#fff;
}
.scoreList:last-child {
	margin-right:0;
}
.scoreList:hover {
	text-decoration:none;
	background:#2a344d;
}
h3.scoreBord {
	background:#2a344d;
	text-align: center;
	height: 26px;
	line-height:26px;
	overflow:hidden;
	zoom:1;
}
.scoreDate {
	background: #3ba800;
	color: white;
	height: 26px;
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	line-height: 26px;
	/*margin-left: 70px;*/
}
.scoreDate:before {
	content: ".";
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-indent: -9999px;
	background: url("//s3-ap-northeast-1.amazonaws.com/baseballking/img/top_score_h3_l.png") no-repeat;
	display: inline-block;
}
.scoreDate:after {
	content: ".";
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-indent: -9999px;
	background: url("//s3-ap-northeast-1.amazonaws.com/baseballking/img/top_score_h3_r.png") no-repeat;
	display: inline-block;
}
.scoreUp {
	color:white;
	line-height: 26px;
	padding-right: 5px;
	font-size: 12px;
	font-weight: normal;
}
.scoreBordDate {
	display:block;
	font-size:90%;
	background:#F5F5F5;
	border-bottom:1px solid #ddd;
	padding:4px 0;
}
.scoreBordPlace {
	display:block;
	font-size:70%;
	padding:4px 0;
}

/* 横5列 */
.scoreBord .w19 {
	width:19%;
	margin-right:5px;
}

/* 横3列 */
.scoreBord .w32 {
    font-size: 130%;
    margin: 0 5px 5px 0;
    padding: 8px 0;
    width: 32.6%;
	background:#2a344d;
}
.scoreBord .w32:hover {
	background:#2a344d;
}

/* チーム週間スケジュール */
.scoreBord .w14 {
    font-size: 120%;
	padding:0;
    width: 14.13%;
	background:#fff;
	color:#000;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.scoreBord .w14:hover {
	background:#f3f3f3;
}
.scoreBord .w14:last-child {
	border-right:1px solid #ccc;
}

/* 試合なし */
.scoreBord .w100 {
    font-size: 130%;
    margin: 0 5px 5px 0;
    padding: 8px 0;
    width: 100%;
	background:#2a344d;
}

/* 試合ステータス */
.scoreBord .end {
	color:#54688f;
	font-size: 12px;
	font-weight: bold;
}
.scoreBord .inning {
	color:#7d3;
	font-size: 12px;
	font-weight: bold;
}


/* TOP用スコアボード */
/* ヘッドライン
#headline {
	margin-bottom:20px;
} */
.scoreBord.home {
	margin-bottom:20px;
}
.scoreBord.home h3 {
	background:#2a344d;
	text-align: center;
	height: 26px;
	line-height:26px;
	overflow:hidden;
	zoom:1;
}
.scoreBord.home .w13 {
	width:16.55%;
	line-height: 2;
	border-right: 1px solid #2a344d;
	height: 60px;
	margin: 1px 0;
	text-align: center;
	padding-bottom: 5px;
}
.scoreBord.home .w100 {
	width:100%;
	line-height: 2;
	border-right: 1px solid #2a344d;
	height: 35px;
	margin: 1px 0;
	text-align: center;
}
.scoreBord.home .w13:last-child {
	margin-right:0px;
	border-right: none;
}
.scoreBord.home .scoreList {
	padding:10px 0;
}



/* チームカラー */
.scoreBord .giants {
	background:#ff6501;
	color:#fff;
	padding:0px 4px;
	border-radius:2px;
	font-size: 20px;
	border: 2px solid #54688f;
	font-weight: bold;
}
.scoreBord .tigers {
	background:#ffff00;
	color:#000;
	padding:0px 4px;
	border-radius:2px;
	font-size: 20px;
	border: 2px solid #54688f;
	font-weight: bold;
}
.scoreBord .carp  {
	background:#fe0002;
	color:#fff;
	padding:0px 4px;
	border-radius:2px;
	font-size: 20px;
	border: 2px solid #54688f;
	font-weight: bold;
}
.scoreBord .dragons  {
	background:#0000ac;
	color:#fff;
	padding:0px 4px;
	border-radius:2px;
	font-size: 20px;
	border: 2px solid #54688f;
	font-weight: bold;
}
.scoreBord .baystars  {
	background:#044ec7;
	color:#fff;
	padding:0px 3px;
	border-radius:2px;
	font-size: 20px;
	border: 2px solid #54688f;
	font-weight: bold;
}
.scoreBord .swallows  {
	background:#0a0c83;
	color:#fff;
	padding:0px 4px;
	border-radius:2px;
	font-size: 20px;
	border: 2px solid #54688f;
	font-weight: bold;
}
.scoreBord .eagles  {
	background:#a50022;
	color:#fff;
	padding:0px 4px;
	border-radius:2px;
	font-size: 20px;
	border: 2px solid #54688f;
	font-weight: bold;
}
.scoreBord .lions  {
	background:#023467;
	color:#fff;
	padding:0px 4px;
	border-radius:2px;
	font-size: 20px;
	border: 2px solid #54688f;
	font-weight: bold;
}
.scoreBord .marines  {
	background:#010101;
	color:#fff;
	padding:0px 4px;
	border-radius:2px;
	font-size: 20px;
	border: 2px solid #54688f;
	font-weight: bold;
}
.scoreBord .hawks  {
	background:#ffcc01;
	color:#000;
	padding:0px 4px;
	border-radius:2px;
	font-size: 20px;
	border: 2px solid #54688f;
	font-weight: bold;
}
.scoreBord .buffaloes  {
	background:#044ec7;
	color:#fff;
	padding:0px 4px;
	border-radius:2px;
	font-size: 20px;
	border: 2px solid #54688f;
	font-weight: bold;
}
.scoreBord .fighters  {
	background:#0243ab;
	color:#fff;
	padding:0px 4px;
	border-radius:2px;
	font-size: 20px;
	border: 2px solid #54688f;
	font-weight: bold;
}




/* *******************************************************************

	CSS Information
		File Name:tv.css

******************************************************************* */
#tvContent {
}

/* 日程選択 */
.tvDate {
	margin:0 0 20px 0;
}
.tvDate li {
	float:left;
	width:96px;
	border-top:3px solid #66ccff;
	margin:0 1px 0 0;
	text-align:center;
	line-height:32px;
	font-size:12px;
}
.tvDate li.all {
	border-top:3px solid #ff9900;
}
.tvDate li.sat {
	border-top:3px solid #99cc66;
}
.tvDate li.sun {
	border-top:3px solid #ff9999;
}
.tvDate li a {
	display:block;
	/*font-weight:bold;*/
	color:#333333;
	line-height:32px;
}
.tvDate li a.active {
	font-weight:bold;
}

/* ジャンル選択 */
.tvSelect li {
	float:left;
	width:130px;
	text-align:center;
	line-height:32px;
	font-size:12px;
	background:#f1f1f1;
}
#tvBtn {
	width:100px;
	cursor:pointer;
}
#tvBtn:hover {
	background:#333333;
	color:#ffffff;
	text-decoration:none;
	border:1px solid #333333;
}
.tvSelect li:hover, .tvSelect li.active {
	border-color:#333333;
}
.tvSelect li a {
	display:block;
	font-weight:bold;
	color:#333333;
	line-height:32px;
}
.tvSelect li a:hover, .tvSelect li.active a {
	background:#333333;
	color:#ffffff;
	text-decoration:none;
}

#tvSchedule h3 {
	font-size:150%;
	padding: 30px 20px 20px 0;
}

#tvType {
	border-top: 3px solid #333;
	border-left: 3px solid #333;
	border-right: 3px solid #333;
}

#tvType li {
	float:left;
	width: 258px;
	text-align:center;
	padding: 10px 0;
	background: #333;
	color:#ffffff;
	font-weight:bold;
	line-height: 30px;
	cursor: pointer;
	font-size: 14px;
}
#tvType li.crnt {
	background: #3ba800;
	color:#ffffff;
}
#tvType li:hover { background:#666; }
#tvType li.crnt:hover { background:#3ba800; }

/* 検索 */
#tvSearch {
	margin-bottom:1px;
	width:262px;
	float:right;
	padding:8px;
	background:#cccccc;
}
#tvSearch input.txt {
	width:125px;
	height:32px;
	border:1px solid #f3f3f3;
}
#tvSearch input.btn_a {
	/*width:130px;*/
	width:260px;
	height:35px;
	display:inline;
	border:none;
}

/* タイムテーブル */
#tvTble {
	width:100%;
	border-left: 3px solid #333;
	border-right: 3px solid #333;
}
#tvTble tr {
	border-bottom: 1px solid #999;
}
#tvTble th {
	background: #3ba800;
	color: #000;
	padding: 15px 10px;
	color: #fff;
}
#tvTble td {
	padding: 18px 10px;
	font-size: 12px;
	/* text-align:center; */
	vertical-align:middle;
	line-height: 1.6;
}
#tvTble td a {
	text-decoration: underline;
}

/* ページャー */
.tvPager {
	background:#333333;
	padding:10px 170px;
}
.tvPager li {
	float:left;
	display:inline;
	margin-right:5px;
	height:20px;
	line-height:20px;
	text-align:center;
	font-weight:bold;
}
.tvPager li a {
	display:block;
	width:20px;
	height:20px;
	line-height:20px;
	padding:5px;
	color:#ffffff;
}
.tvPager li a:hover {
	background:#fee620;
	color:#000000;
	text-decoration:none;
}
.tvPager li.crnt {
	background:#fee620;
	color:#000000;
	padding:5px;
	width:20px;
}
.tvPager li.prev,
.tvPager li.next {
	width:auto !important;
}
.tvPager li.prev a,
.tvPager li.next a {
	width:auto !important;
}

/* 詳細 */
#tvDetail {
	margin-top:20px;
	border-top:3px solid #313131;
}
#tvDetail .hgroup1 {
	padding:10px 20px;
	font-size:120%;
	background:#e6e6e6;
}
#tvDetail .hgroup2 {
	padding:20px;
	font-size:130%;
	color:#fff;
	background:#000;
}
#tvDetail .tvMain {
	padding:20px;
	background:#fff;
	border:10px solid #333;
}

table#tvCopy {
	margin: 20px auto;
}
table#tvCopy tr td {
	font-size: 10px;
	padding: 5px 0;
}
table#tvCopy tr th {
	vertical-align: middle;
}

#tvOrgSelect {
	overflow:hidden;
	zoom:1;
}
#tvOrgSelect li {
	float:left;
	display:inline;
	width:50%;
	text-align:center;
	padding:6px 0;
	color:#fff;
	background:#494949;
	cursor: pointer;
}
#tvOrgSelect li.select {
  background: #3ba800 !important;
  color:#fff;
  font-weight:bold;
}
tvContent .hide {
  display: none;
}

#tvOrgSelectNavi {
	width: 100%;
	background: #3ba800;
	padding: 5px 0;
	text-align: center;
	color: #fff;
}

