@charset "UTF-8";

/* ----- Reset ----- */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline; }
:focus { outline: 0; }
* { zoom: 1; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
th, td { vertical-align: top; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
input { margin:0; padding:0; }
cite { font-style: normal; }
h1, h2, h3, h4, h5 { font-weight: bold; line-height: 1.2; }
h1 { font-size: 2em; }
h2 { font-size: 1.7em; margin-bottom: 0.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
strong { font-weight: bold; }
.hr { clear:both; font-size: 0.1em; line-height:0; }
.hr hr { display: none; }
.clearfix:after{ content:""; clear:both; display:block; height:0; }
.center { text-align: center; }
.right { text-align: right; }
.pc, .pc-img { display: none; }


/* ----- 基本設定 ----- */

body {
	color: #000;
	background: url(../image/bg.png) center top repeat;
	font-size: 24px;
	font-family: Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	letter-spacing: -0.5px;
}
a {
	color: #0476C4;
	text-decoration: none;
}
a:visited {
	color: #000099;
}
a:hover {
	color: #E40212;
	text-decoration: underline;
}
/* table { table-layout: fixed; } */
table a {
	word-break: break-all;
}

#container {
	width: 100%;
	overflow: hidden;
	background: url(../image/bg_top.png) center top repeat-x;
}
#container_wrap {
	width: 464px;
	margin: 0 auto;
	padding: 8px;
	position: relative;
}

.frame1, .frame2, .frame3, .frame4, #top_banner, #copyright {
	margin-bottom: 15px;
}

.frame1, .frame2, .frame3, frame4, #page_detail {
	background: #fff none;
	border-radius: 5px;
	box-shadow: 0 1px 3px #777;
}
.frame1 .wrap,
.frame2 .wrap,
.frame3 .wrap,
.frame4 .wrap {
	padding: 12px;
}

#mainmenu {
	position: absolute;
	width: 300px;
	top: 0;
	left: 0;
	margin: 8px 8px 8px -314px;
}
#mainmenu h2 {
	display: none;
}
#mainmenu .replace-title {
	display: block;
	margin-bottom: 15px;
	padding: 7px 15px;
	font-size: 1.1em;
	font-weight: bold;
	color: #0475C3;
	background: #eee;
	border-radius: 8px;
}
#mainmenu ul {
	margin: 5px 0 10px;
}
#mainmenu li {
	margin: 0 0 14px;
	font-size: 23px;
	color: #999;
	line-height: 1.3;
}
#mainmenu li li {
	letter-spacing: -1px;
}
#mainmenu li > a > span:before {
	content: "\f0da";
	margin-right: 3px;
	font-family: FontAwesome;
	color: #0475C3;
}
#mainmenu li li a:before {
	content: "\f0da";
	margin-right: 3px;
	font-family: FontAwesome;
	color: #aaa;
}
#mainmenu a {
	color: #000;
}
#mainmenu a:hover {
	color: #E40212;
}


#sp_menu {
	text-align: left;
}
#sp_menu a, #menuout a, #mainmenu #menuout a {
	display: inline-block;
	margin: 0 0 15px;
	padding: 6px 15px;
	line-height: 1.2;
	background: #0475C3;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	border-radius: 5px;
	box-shadow: 0 1px 3px #777;
	text-shadow: 0 -2px 0 rgba(0,0,0,0.2);
}
#sp_menu a:hover, #menuout a:hover, #mainmenu #menuout a:hover {
	text-decoration: none;
}

#menuout {
	padding: 0 0 70px;
	text-align: center;
}
#frame-twitter {
	background: #55acee;
	font-size: 24px;
}
#frame-twitter i {
	font-size: 32px;
	vertical-align: -10%;
}
.twitter-bt {
	text-align: center;
}
.twitter-bt a,
.twitter-bt a:visited {
	margin: 0;
	color: #fff;
	font-weight: bold;
}

#top_logo {
	text-align: center;
}
#social_button {
	text-align: center;
}
#social_button li {
	display: inline-block;
	margin: 0 5px 0 0;
	line-height: 1.2 !imporntant;
	vertical-align: top;
}

.menu_banner {
	text-align: center;
	line-height: 1;
}
.menu_banner li {
	margin: 5px 0;
}
.menu_banner h2 {
	margin-bottom: 5px;
}

/*
.bt_detail {
	position: absolute;
	top: 2px;
	right: 12px;
}
*/

dl.list dt {
	font-weight: bold;
}
dl.list dd {
	margin-bottom: 0.5em;
}
.backnumber {
	text-align: right;
}

table.ranking {
	width: 100%;
	margin-bottom: 0.5em;
}
table.ranking th,
table.ranking td {
	text-align: center;
	line-height: 1.2;
	padding: 3px;
}
table.ranking th {
	color: #E40212;
	font-weight: bold;
	border-bottom: 1px dotted #E40212;
}
table.ranking td {
	border-bottom: 1px dotted #000;
}

.time_stamp {
	text-align: right;
}

#top_news .detail {
	font-size: 0.9em;
	padding-top: 10px;
}
#top_news .detail h1 {
	font-size: 1.5em;
	margin: 10px 0; 
	padding: 10px 0 5px;
	background: url(../image/h1_line.gif) left bottom no-repeat;
}
#top_news .detail p {
	line-height: 1.6;
}

#top_banner {
	overflow: hidden;
	margin-bottom: 0;
}
#top_banner li {
	margin-bottom: 15px;
	line-height: 1;
}
#banner_breaking {
	float: left;
}
#banner_facebook {
	float: right;
}

#top_next {
	font-size: 0.7em;
}
#top_topics {
	font-size: 0.9em;
}
#top_topics dt {
	margin: 0 0 2px;
	line-height: 1.2;
}
#top_topics dd {
	padding: 0 0 4px;
	margin: 0 0 4px;
	line-height: 1.4;
}
#top_topics dd img {
	display: none;
}

#top_next h3,
#top_next h4 {
	margin: 0.5em 0;
}
#top_next h3 {
	border-bottom: 1px dotted #000;
}
table.next_game {
	width: 100%;
	margin-bottom: 0.5em;
}
table.next_game th,
table.next_game td {
	text-align: center;
	padding: 4px;
	line-height: 1.2;
}
table.next_game th {
	color: #E40212;
	font-weight: bold;
	border-top: 1px dotted #E40212;
	border-bottom: 1px dotted #E40212;
}
table.next_game td {
	border-bottom: 1px dotted #000;
}

#copyright {
	text-align: right;
	font-size: 16px;
	color: #666;
}
#copyright p {
	font-size: 12px;
}

#page_menu_block {
	width: 184px;
	float: left;
	padding-right: 16px;
}
#detail_logo {
	display: none;
}
#top_logo .wrap {
	padding: 18px 0 10px;
}
#detail_sp_logo {
	margin-bottom: 15px;
	padding: 18px 0 10px;
	background: #fff none;
	border-radius: 5px;
	box-shadow: 0 1px 4px #999;
	text-align: center;
}
#page_category {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 36px;
	color: #0475C3;
	line-height: 1.2;
	border-bottom: 2px solid #0475C3;
	background: #fff;
}
#page_category img {
	max-width: 100%;
	height: auto;
}
#page_detail_block h1 {
	padding: 12px 0;
	margin-bottom: 10px;
	background: url(../image/h1_line.gif) left bottom no-repeat;
	line-height: 1.2;
	font-size: 1.5em;
}
.page_detail_meta {
	overflow: hidden;
}
#page_detail_block #social_button {
	float: left;
}
#page_detail_block .post_date {
	float: right;
	margin: 0;
}
#page_detail_block .detail {
	margin: 30px 0;
}
#page_detail_block .detail p {
	font-size: 0.9em;
	line-height: 1.8;
	margin: 0.8em 0;
}
.detail img {
	max-width: 100%;
	height: auto;
}

.bt {
	text-align: center;
	margin: 2em 0;
}


#page_detail_block dl.list dt {
}
#page_detail_block dl.list dd {
	padding-bottom: 10px;
}


.tableWaku {border: 1px solid #2170B9;}
.tableKei12150 {
	line-height: 1.5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 5px;
}
.tableKei12150b {
	line-height: 150%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding: 5px;
}
.tableKeiTaikaiA {
	line-height: 150%;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-style: solid;
	border-top-color: #2170B9;
	border-bottom-width: 1px
}
.tableKeiTaikaiB {
	line-height: 150%;
	border-bottom-style: solid;
	border-bottom-color: #2170B9;
}
.tkWaku {
	border: 1px solid #999999;
}
.tkTitle {
	background-color: #CCE7FF;
	font-size: 14px;
	font-weight: bold;
	color: #2170B9;
}
.tkCall {
	background-color: #CCE7FF;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
}
.tkPrice0 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.tkPrice1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
}
.tkPrice0b {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.tkPrice2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	text-align: center;
}
.tkPrice3 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}
.tkPriceMi {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-weight: normal;
	background-color: #E6E6E6;
}
.tkPrice2b {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	text-align: center;
}
.tkPriceMi2 {
	font-weight: normal;
	background-color: #5191CC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B3B3B3;
	color: #FFFFFF;
	text-align: center;
}
.tkWakuBig {
	border: 2px solid #2170B9;
	margin: 1em 0;
}
.pad5 td {
	padding: 5px;
}
.tkPriceMi3 {
	font-weight: normal;
	background-color: #5191CC;
	color: #FFFFFF;
	text-align: center;
}
.text12150 {
	line-height: 1.5;
}
.table_large_midashi {
	color: #E40212;
	font-weight: bold;
	background: #ffefef;
}


.detail_table {
	width: 100%;
}
.detail_table th {
	font-weight: bold;
}
.detail_table th,
.detail_table td {
	padding: 5px;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
.detail_table table th,
.detail_table table td {
	border: 0 none;
}

.title_red {
	font-weight: bold;
	color: #E40212;
	font-size: 1.5em;
	padding-bottom: 3px;
	border-bottom: 1px solid #E40212;
	margin-bottom: 1em;
}



/* ----- tiket用に追加 2013/02/20 ----- */

.tkPrice1r {
border-top-width: 1px;
border-right-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-top-color: #999999;
border-right-color: #999999;
}
.tkPrice2r {
border-top-width: 1px;
border-right-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-top-color: #999999;
border-right-color: #999999;
font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
text-align: center;
}
.tkPrice1s {
border-top-width: 1px;
border-right-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-top-color: #CCCCCC;
border-right-color: #CCCCCC;
}
.tkPrice1sr {
border-top-width: 1px;
border-right-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-top-color: #CCCCCC;
border-right-color: #999999;
}
.tkPrice2s {
border-top-width: 1px;
border-right-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-top-color: #CCCCCC;
border-right-color: #999999;
font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
text-align: center;
}


/* ----- 試合速報向け指定 2013/04/14----- */
.center table {
	margin-left: auto;
	margin-right: auto;
}
.report_small {
	text-align: center;
	vertical-align: middle;
}
#mainmenu li {
	color: #aaa;
}
.report_large {
	padding: 0 5px;
	vertical-align: middle;
}
.report_clib {
	vertical-align: middle;
}









body.menu {
	background-color:#DFEAF5;
	margin:0px;
	background-image: url(../../image/menu_sukima.gif);
	background-repeat: repeat-x
}

.menu {
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: none
}
.menu a:visited{color:#000000}

.text12150 {font-size: 12px; line-height: 150%}
.text12150b { font-size: 12px; line-height: 150% ; font-weight: bold}
.cap { font-size: 10px}

.table_small { font-size: 10px; line-height: 13px}
.table_date { font-size: 10px ; font-weight: bold; color: #666666; line-height: 12px}
.table_period { font-size: 12px; font-weight: bold; color: #FF0000; line-height: 14px}
.title_red {font-size: 18px; font-weight: bold; color: #FF0000}
.title { font-size: 18px; font-weight: bold}
.text12150pre { font-size: 12px; line-height: 150% ; font-family: "ＭＳ ゴシック", "Osaka－等幅"}
.text14150pre { font-size: 14px; line-height: 150% ; font-family: "ＭＳ ゴシック", "Osaka－等幅"}
.text16150pre { font-size: 16px; line-height: 150% ; font-family: "ＭＳ ゴシック", "Osaka－等幅"}
.table_middle { font-size: 11px; line-height: 15px}

.table_large { font-size: 12px; line-height: 16px}
.table_period_large { font-size: 14px; font-weight: bold; color: #FF0000}
.table_period_large_blue { font-size: 14px; font-weight: bold; color: #0000FF}
.text10150 { font-size: 10px; line-height: 150% }
.report_large {font-size: 36px; color: #2170B9; font-weight: bold}
.report_small { font-size: 18px; color: #2170B9; font-weight: bold }
.report_m { font-size: 16px; color: #2170B9; font-weight: bold }
.report_mm { font-size: 14px; color: #2170B9; font-weight: bold }
.report_man { font-size: 12px; color: #333333}
.report_clib { font-size: 16px; font-weight: bold }
.table_large_midashi { font-size: 12px; line-height: 16px ; color: #FF0000}
.topics_date { font-size: 12px; line-height: 120%}
.topics_contents { font-size: 12px; line-height: 120%}
.topics_contents_m { font-size: 14px; line-height: 150%}
.report_l_large {font-size: 18px; color: #2170B9; font-weight: bold}
.report_l_small { font-size: 12px; color: #2170B9; font-weight: bold }
.report_l_man { font-size: 12px; color: #333333}
.report_l_clib { font-size: 14px; font-weight: bold }
.report_l_kotime { font-size: 10px; font-weight: normal; line-height: 15px}
.table_small_bold { font-size: 12px; line-height: 13px ; font-weight: bold}
.table_date_large { font-size: 14px; font-weight: bold; color: #666666}
.tableWaku {border: 1px solid #2170B9;}
.tableKei12150 {
	line-height: 150%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.tableKei12150b {
	line-height: 150%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.tableKeiTaikaiA {
	font-size: 12px;
	line-height: 150%;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-style: solid;
	border-top-color: #2170B9;
	border-bottom-width: 1px}
.tableKeiTaikaiB {
	font-size: 12px;
	line-height: 150%;
	border-bottom-style: solid;
	border-bottom-color: #2170B9;
}
.tkWaku {
	border: 1px solid #999999;
	font-size: 12px;
}
.tkTitle {
	background-color: #CCE7FF;
	font-size: 14px;
	font-weight: bold;
	color: #2170B9;
}
.tkCall {
	background-color: #CCE7FF;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;
}
.tkPrice0 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.tkPrice1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
}
.tkPrice0b {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.tkPrice2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	text-align: center;
}
.tkPrice3 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}
.tkPriceMi {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-weight: normal;
	background-color: #E6E6E6;
}
.tkPrice2b {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	text-align: center;
}
.tkPriceMi2 {
	font-weight: normal;
	background-color: #5191CC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B3B3B3;
	color: #FFFFFF;
}
.tkWakuBig {
	border: 2px solid #2170B9;
	font-size: 12px;
}
.tkPriceMi3 {
	font-weight: normal;
	background-color: #5191CC;
	color: #FFFFFF;
	text-align: center;
}
.gotopagetop { font-size: 10px; line-height: 150% }
.topicsdate { font-size: 12px; line-height: 150% }
.topics_date_large { font-size: 12px}

.sitemap_large { border-bottom:1px solid #747474; background-color:#E9E9E9; line-height:1.5; padding-left:10px; font-weight:bold;}
.sitemap_large a { color:#000000;}
.sitemap_list { line-height:1.5; font-size: 11px; font-style: normal; color: #000000; text-decoration: none }
.sitemap_list a{ line-height:1.5; font-size: 11px; font-style: normal; color: #000000; text-decoration: none }

#year{
background-color:#FFFFFF
}

#year table{
 width:580px;
 border:2px solid #999999;
 margin:10 5 0 5px;
}

#year th{
 font-weight:normal;
 font-size:12px;
 line-height:1.5em;
 padding:3px;
 background-color:#eeeeee;
 border-left:1px solid #999999;
 border-bottom:1px solid #999999
}

#year td{
 font-size:12px;
 line-height:1.5em;
 padding:3px;
 border-bottom:1px solid #999999;
 border-left:1px solid #999999;
}

#stage table{
 background-color:#EBEBEB;
 margin-bottom:2px
}

#stage td{
 font-size:14px;
 font-weight:bold;
 color:#FF0000;
 border-bottom:1px solid #FF0000;
}

#sche table{
 background-color:#EBEBEB;
 margin-bottom:2px
}

#sche td{
 font-size:12px;
 border-bottom:1px solid #CDCDCD;
 line-height:1.3em
}

#sche td.nogame{
 font-size:12px;
 border-bottom:2px solid #CDCDCD;
 line-height:1.3em
}

#sche td.sentence{
 font-size:12px;
 border-bottom:2px solid #CDCDCD;
 border-right:1px solid #CDCDCD;
}

#m_ft{
 font-size:11px;
 line-height:15px;
}

#m_jfl{
 font-size:12px;
 line-height:18px;
}

#m_mb{
 font-size:10px;
 color:#1D619E;
}

#m_base{
 font-size:12px;
}



input,
select {
	zoom: 2;
}
#top_topics h2,
#top_next h2,
#top_standings h2,
#top_ranking h2 {
	font-weight: bold;
	font-size: 28px;
	color: #c00;
	border-bottom: 2px solid #c00;
}
#top_topics h2:before {
	content: "TOPICS";
}
#top_next h2:before {
	content: "試合の情報";
}
#top_standings h2:before {
	content: "順位表";
}
#top_ranking h2:before {
	content: "得点ランキング";
}
#top_topics h2 img,
#top_next h2 img,
#top_standings h2 img,
#top_ranking h2 img {
	display: none;
}
#top_topics .bt_detail,
#top_next .bt_detail,
#top_standings .bt_detail,
#top_ranking .bt_detail {
	text-align: right;
}
#top_topics .bt_detail img,
#top_next .bt_detail img,
#top_standings .bt_detail img,
#top_ranking .bt_detail img,
.go_topics img {
	display: none;
}
#top_topics .bt_detail a,
#top_next .bt_detail a,
#top_standings .bt_detail a,
#top_ranking .bt_detail a,
.go_topics a {
	display: inline-block;
	margin: 5px 0;
	padding: 5px 15px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #000;
	line-height: 1.2;
	border: 1px solid #777;
	border-radius: 5px;
	background: #ededed;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%);
}
#top_topics .bt_detail a:before,
#top_next .bt_detail a:before,
#top_standings .bt_detail a:before,
#top_ranking .bt_detail a:before {
	content: "» 詳細";
	text-shadow: 0 1px 0 #fff;
}
.go_topics a {
	padding: 10px 15px;
}
.go_topics a:before {
	content: "トピックス一覧に戻る";
	text-shadow: 0 2px 0 #fff;
}
#top_twitter .wrap {
	padding: 12px 30px;
}
table {
	max-width: 440px;
}

#pagetop_marker {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 20px;
	line-height: 1;
}
#pagetop_marker a {
	font-size: 70px;
	color: rgba(0,0,0,0.5);
}

.title-red-new {
	font-size: 1.3em;
	font-weight: bold;
	color: #e00;
	border-bottom: 1px solid #c00;
	background: #fff;
}
.table-form {
	width: 100%;
	margin: 15px 0;
}
.table-form th,
.table-form td {
	padding: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	line-height: 1.5;
}
.table-form th {
	width: 150px;
	background: #efefef;
}
.table-form-free th {
	width: auto;
	text-align: center;
}
.table-form-free th.title {
	width: auto;
	text-align: left;
}
.table-form input {
	margin: 2px 3px 2px 0;
}
.table-form select {
	margin: 2px 3px 2px 0;
}
.form-note {
	color: #063;
	font-size: 0.9em;
}
.table-data {
	width: 100%;
	margin: 15px 0;
}
.table-data th,
.table-data td {
	padding: 4px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
}
.table-data th {
	text-align: center;
	background: #efefef;
	white-space: nowrap;
	font-weight: bold;
}
.table-data th.left {
	text-align: left;
}
.table-data-fee {
	width: 600px;
}
.result-meta {
	overflow: hidden;
}
.result-limit {
	float: left;
	width: 25%;
}
.result-pading {
	float: left;
	width: 50%;
	text-align: center;
}
.result-pading li {
	display: inline;
	margin: 0 3px;
	font-weight: bold;
}
.result-pading li a {
	font-weight: normal;
}
.result-items {
	float: right;
	width: 25%;
	text-align: right;
}
.table-list {
	width: 100%;
	margin: 15px 0;
}
.table-list th,
.table-list td {
	padding: 7px;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.table-list th {
	background: #efefef;
	text-align: center;
	white-space: nowrap;
}


.table-schedule tr {
	display: block;
	margin-bottom: 25px;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.table-schedule th {
	display: block;
	width: auto;
}
.table-data .season {
	text-align: left;
	color: #e00;
	font-size: 1.2em;
	font-weight: bold;
	border-top: 0 none;
	border-bottom: 0 none;
}
.table-data .result-date,
.table-data .result-time {
	display: inline-block;
	margin: 0 0 5px;
	padding: 0;
	border-top: 0 none;
	border-bottom: 0 none;
	font-weight: bold;
}
.table-data .team1,
.table-data .team2 {
	width: 180px;
	border-top: 0 none;
	border-bottom: 0 none;
	font-size: 0.9em;
	letter-spacing: -1px;
}
.table-data .team1 {
	text-align: right;
}
.table-data .place {
	display: inline-block;
	margin: 0 0 5px;
	padding: 0;
	border-top: 0 none;
	border-bottom: 0 none;
	font-weight: bold;
}
.table-data .score {
	padding: 0 10px;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	white-space: nowrap;
	border-top: 0 none;
	border-bottom: 0 none;
}
.table-data .detail-link {
	display: block;
	margin: 10px 0;
	padding: 0;
	border-top: 0 none;
	border-bottom: 0 none;
	text-align: center;
	background: none;
}
.link-button,
.link-button:visited {
	display: inline-block;
	margin: 0 5px 0 0;
	line-height: 1.2;
	padding: 12px 20px;
	text-shadow: 0px 1px 0px #fff;
	font-size: 24px;
	font-weight: bold;
	border: none;
	color: #000;
	text-decoration: none;
	text-align: center;
	border: 4px solid #0476C4;
	border-radius: 10px;
	background: #ededed;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%);
}
.link-small {
	padding: 8px 12px;
	font-size: 20px;
	border: 2px solid #0476C4;
	border-radius: 5px;
}
.link-button i {
	margin-right: 3px;
}
.fa-file-pdf-o {
	color: #d00;
}
#page_detail_block .detail .season-pulldown {
	text-align: right;
}
#page_detail_block #social_button.detail-social-button {
	float: none;
	margin-top: 15px;
	text-align: center;
}
.team-detail {
	overflow: hidden;
}
.team-main {
	margin-bottom: 25px;
}
.team-right {
}
#page_detail_block .detail .team-table-note {
	margin: 0;
	color: #e00;
	font-size: 0.9em;
	line-height: 1.2;
}
.team-detail table {
	width: 100%;
	margin: 5px 0;
}
.team-name-img {
	margin: 10px 0;
}
.team-data {
	float: left;
	width: 300px;
}
.team-data th,
.team-data td {
	display: block;
	padding: 5px 0;
	line-height: 1.5;
}
.team-data th {
	font-weight: bold;
}
.team-emblem {
	float: right;
}
.team-tichet-stadium-link {
	clear: both;
	padding-top: 5px;
	text-align: center;
}
.team-tichet-stadium-link li {
	display: block;
	margin: 30px;
}
.team-tichet-stadium-link li a {
	width: 300px;
}
.team-player {
	margin-top: 25px;
}
.team-player .table-data td {
	white-space: nowrap;
	vertical-align: top;
}
.team-player .table-data td:nth-child(2) {
	text-align: right;
}
.team-player .table-data td:last-child {
	min-width: 200px;
}
.team-player .table-data td.old {
	white-space: normal;
}
.team-scoreline,
.team-staff {
	margin-bottom: 15px;
}
.team-scoreline table,
.team-staff table {
	line-height: 1.3;
}
.team-scoreline table td,
.team-staff table td {
	padding: 4px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.team-scoreline table th,
.team-staff table th {
	padding: 3px 0;
	border-bottom: 1px solid #fff;
	color: #e00;
	text-align: center;
}
.scroll-table {
	overflow: auto;
	width: 440px;
}
.table-break th,
.table-break td {
	display: block;
	width: auto;
	padding: 5px 0;
	border-top: 0 none;
	border-bottom: 0 none;
	text-align: left;
}
.table-break th.center,
.table-break td.center {
	text-align: center;
}
.table-break .scroll-table th,
.table-break .scroll-table td {
	display: table-cell;
	white-space: nowrap;
	padding: 5px;
}
.title-h3-red {
	margin: 1em 0;
	color: #e00;
	font-size: 1em;
}
#page_detail_block .detail .sheet-date {
	margin: -2em 0 0 0;
}
.table_large_midashi {
	font-size: 1em;
	line-height: 1.5;
}
.table-stadium td:nth-child(1),
.table-stadium td:nth-child(2) {
	white-space: nowrap;
}
.table-stadium td:last-child {
	display: none;
}
img[src$='spacer.gif'],
img[src$='line_red.gif'] {
	height: 1px;
}
.thumb li {
	display: inline-block;
	zoom: 1.14;
}

.title-score-list {
	margin-bottom: 30px;
}
.score-list-date {
	margin: 30px 0 5px 0;
	padding-bottom: 2px;
	font-size: 1.2em;
	font-weight: bold;
	color: #0476C4;
	border-bottom: 2px solid #0476C4;
	background: #fff;
}
.score-table {
	width: 100%;
	background: #e6f0f7;
	border-top: 10px solid #e6f0f7;
	border-bottom: 10px solid #e6f0f7;
	line-height: 1.3;
}
.score-list-section .score-table {
	margin: 0 0 5px;
	border-top: 5px solid #e6f0f7;
	border-bottom: 5px solid #e6f0f7;
}
.score-table th {
	text-align: center;
	vertical-align: middle;
	font-size: 1em;
}
.score-table td {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.score-table .score-list-scorer th,
.score-table .score-list-scorer td {
	font-size: 17px;
}
.score-table .score-list-scorer th {
	padding-left: 3px;
	font-weight: bold;
	text-align: right;
}
.score-table table {
	margin: 0 auto;
}
.score-table table td,
.score-frame th,
.score-frame td {
	padding: 0 5px;
	text-align: left;
	vertical-align: top;
	font-size: 18px;
	font-weight: normal;
}
.score-frame th {
	font-weight: bold;
	white-space: nowrap;
	text-align: right;
}
.score-table .scorer {
	vertical-align: top;
	border-top: 1px solid #ccc;
	font-weight: normal;
}
.score-finish,
.score-dash {
	font-size: 1.5em;
	white-space: nowrap;
}
.score-table .score-part,
.score-frame .score-part {
	padding: 3px;
	white-space: nowrap;
	font-size: 1.2em;
	line-height: 1.2;
	letter-spacing: -1px;
	vertical-align: middle;
}
.score-table .score-part {
	font-size: 0.7em;
}
.score-table .score-pk {
	font-size: 0.9em;
}
.score-table .change,
.score-frame .change {
	text-align: right;
	color: #0048e0;
}
.score-table .score-label,
.score-frame .score-label {
	font-size: 1.1em;
	font-weight: bold;
	color: #1D840E;
}
.score-table .up,
.score-frame .up {
	color: #c00;
}
.score-table .down,
.score-frame .down {
	color: #0052ff;
}
.card-yellow {
	color: #ffdd00;
	font-family: monospace;
}
.card-red {
	color: #d00;
	font-family: monospace;
}
.score-frame {
	display: table;
	width: 100%;
}
.score-left,
.score-right {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.score-left {
	padding: 0 10px 0 0;
}
.score-right {
	padding: 0 0 0 10px;
}
.score-frame td {
	padding-bottom: 4px;
}
.score-label {
	width: 60px;
}
.score-table .score-team1,
.score-table .score-team2 {
	width: 250px;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
}
.score-frame table {
	margin: 0 auto;
}
.score-detail-section .section {
	margin-bottom: 20px;
}
.score-detail-section h3 {
	text-align: center;
	line-height: 1.2;
	font-size: 24px;
}
.score-header {
	text-align: center;
}
.score-meta {
	font-size: 24px;
	font-weight: bold;
	color: #0476C4;
}
.score-table .score-status {
	font-weight: bold;
	text-align: center;
	color: #0476C4;
}
.score-list-section .score-table .score-status {
	font-size: 22px;
	text-align: left;
}
.score-table .score-date {
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}
.score-table .score-list-bt {
	text-align: right;
}
.score-detail-bt {
	margin: 10px 0 15px;
}
.score-detail-section .score-frame {
	margin-top: 15px;
	font-size: 1.1em;
}
.score-detail-section .score-frame-other {
	border-top: 1px dashed #aaa;
}
.score-detail-section .score-frame-other .score-left,
.score-detail-section .score-frame-other .score-right {
	display: block;
	width: auto;
	margin-top: 30px;
	padding: 0;
}
.score-detail-section .score-frame-other h3 {
	margin-bottom: 15px;
}
.score-detail-section h3 {
	color: #0476C4;
}
.score-list-section .score-list-bt .link-button {
	padding: 8px 12px;
	font-size: 20px;
	border: 2px solid #0476C4;
	border-radius: 5px;
}
.score-detail-section .score-detail-bt .link-button {
	margin: 5px 0;
	padding: 8px 6px;
	font-size: 19px;
	border: 2px solid #0476C4;
	border-radius: 5px;
}
.table-stats {
	line-height: 1.2;
}
.table-stats td {
	font-size: 1.2em;
	text-align: center;
}
.table-stats th {
	font-size: 0.8em;
	white-space: nowrap;
}
.table-stats td.label {
	font-size: 0.8em;
	white-space: nowrap;
}

#team-tab-bt {
	overflow: hidden;
	margin: 20px 0;
}
#team-tab-bt div {
	display: block;
	width: 33%;
	float: left;
}
#team-tab-bt a {
	display: block;
	margin: 8px 5px;
	padding: 7px 0;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background: #0476C4;
	border-radius: 5px;
	text-shadow: 0 -2px 0 rgba(0,0,0,0.2);
}
#team-tab-bt a.active {
	background: #DD0017;
}
#view_pc {
	margin-bottom: 20px;
	text-align: center;
}
#view_pc a,
#view_pc a:hover {
	display: inline-block;
	padding: 5px 20px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	background: #0476C4;
	border-radius: 20px;
	text-shadow: 0 -2px 0 rgba(0,0,0,0.2);
}