@charset "utf-8";

/* ==========================================================================
   common
   ========================================================================== */
body {
	background-color: #000;
	font-size: 13px;
	line-height: 1.6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
    border: 0; /* 1 */
    vertical-align: top;
}

#wrapper  {
	background: url(../images/bg-line.gif) repeat left top transparent;
	width: 100%;
	height: 100%;
	min-width: 1000px
}

#wrapper #contents { width: 1000px; }

/* anchor */
#contents  a {
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}
#contents  a:hover  {
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
#contents  a:hover  {
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

::-moz-selection {
    background: #1a1a1a;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #1a1a1a;
    color: #fff;
    text-shadow: none;
}

/* float */
.fl {
	float: left;
}
.fr {
	float: right;
}
/* text-align */
.tc {
	text-align: center !important;
}
.tl {
	text-align: left !important;
}
.tr {
	text-align: right !important;
}

/* margin */
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.pw10 {
	padding: 0 10px;
}

.p10 {
	padding:10px;
}

/* clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/****** column ******/

.box {
	margin: 0;
	position: relative;
}
.box  .inner {
	padding: 20px 10px 15px;
}
.col1 {
	width: 200px;
}
.col2 {
	width: 400px;
}
.col3 {
	width: 600px;
}
.col4 {
	width: 800px;
}
.col5 {
	width: 1000px;
}

/****** box-color ******/

.bc-white {
	background: url(../images/bc-white.png) repeat left top transparent;
}
.bc-black {
	background: url(../images/bc-black.png) repeat left top transparent;
}
.bc-red {
	background: url(../images/bc-red.png) repeat left top transparent;
}
.bc-blue {
	background: url(../images/bc-blue.png) repeat left top transparent;
}
.bc-green {
	background: url(../images/bc-green.png) repeat left top transparent;
}
.bc-yellow {
	background: url(../images/bc-yellow.png) repeat left top transparent;
}
.bc-orange {
	background: url(../images/bc-orange.png) repeat left top transparent;
}

/****** header ******/

/* #top */
#header {
	background: url(../images/border.gif) repeat-x center top transparent;
	width: 100%;
	min-width: 100%;
	padding-top: 15px;
}
#header #h-inner,
#header #h-inner02 {
	width: 1000px;
	margin: 0 auto 10px;;
}

.head_tlt {
	background: url(../images/bg_title.png) no-repeat left top transparent;
	width: 900px;
	padding-left: 100px;
	height: 130px;
	overflow: hidden;
	position: relative;
}
.head_tlt .cycle-slideshow {
	width: 900px;
	height: 86px;
	overflow: hidden;
}
#header h1 img {
	max-width: 100%;
	height: auto;
	width /***/:auto; /*IE8のみ適用*/
}
#header h1 a img {
	display: block;
}

/****** footer ******/

#footer {
	background: url(../images/border.gif) repeat-x center bottom transparent;
	width: 100%;
	min-width: 100%;
	padding-bottom: 20px;
}
#footer #f-inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#footer small.cp {
	color: #fff;
	font-family: "courier";
	font-size: 1.2em;
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
}

/****** backBtn ******/

#backBtn {
	position: fixed;
	right: -49px;
	z-index: 999;
	display: block;
	height: 175px;
	width: 49px;
}
#backBtn a {
	display: block;
	font-size: 0;
	line-height: 0;
}
#backBtn a:hover img {
	opacity: 0.8;
}

/****** nav ******/


ul#nav02 li {
	background: url(../images/bc-black.png) repeat left top transparent;
	float: left;
	width: 143px;
	height: 40px;
	text-align: center;
}
ul#nav02 li.last {
	width: 142px;
}
ul#nav02 li a {
	text-align: center;
	display: block;
}
li.n_ a:hover {
	background: #c1001d;
}
li.n_schedule a:hover {
	background: #ee8022;
}
li.n_clubs a:hover {
	background: #e8bc02;
}
li.n_outline a:hover {
	background: #7ecbea;
}
li.n_movie a:hover {
	background: #56b13a;
}
li.n_report a:hover {
	background: #c1001d;
}
li.n_data a:hover {
	background: #ee8022;
}

li.active.n_ a {
	background: #c1001d;
}
li.active.n_schedule a {
	background: #ee8022;
}
li.active.n_clubs a {
	background: #e8bc02;
}
li.active.n_outline a {
	background: #7ecbea;
}
li.active.n_movie a {
	background: #56b13a;
}
li.active.n_report a {
	background: #c1001d;
}
li.active.n_data a {
	background: #ee8022;
}
li.nolink.active a {
	background-color: transparent !important;
}
li.nolink a:hover {
	background-color: transparent !important;
}
li.nolink img,
li.nolink img {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

/****** contents ******/

#contents h3 {
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 20px;
}
#contents .side-nav {
	margin-bottom: 10px;
}
#contents .side-nav li {
	margin-bottom: 1px;
}
#contents .side-nav li a {
	color: #020408;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	padding: 0 10px;
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
}
#contents .side-nav li.acvtive a {
	filter: alpha(opacity=70);
	-moz-opacity:0.7 !important;
	opacity:0.7 !important;
}

/** red **/
#contents.red h3 {
	background: #c1001d;
}
#contents.red .side-nav li a {
	background: url(../images/bc-red.png) repeat left top transparent;
}

/** orange **/
#contents.orange h3 {
	background: #ee8022;
}
#contents.orange .side-nav li a {
	background: url(../images/bc-orange.png) repeat left top transparent;
}
/** yellow **/
#contents.yellow h3 {
	background: #e8bc02;
}
#contents.yellow .side-nav li a {
	background: url(../images/bc-yellow.png) repeat left top transparent;
}
/** blue **/
#contents.blue h3 {
	background: #7ecbea;
}
#contents.blue .side-nav li a {
	background: url(../images/bc-blue.png) repeat left top transparent;
}
/** green **/
#contents.green h3 {
	background: #56b13a;
}
#contents.green .side-nav li a {
	background: url(../images/bc-green.png) repeat left top transparent;
}


/****** sns ******/
.h-wrap {
	position: relative;
}
#btn-sbm {
	text-align: right;
	z-index: 999;
	position: absolute;
	right: 0;
	top: 98px;
}
#header #h-inner02 #btn-sbm {
}
#btn-sbm li {
	display: inline-block;
	margin-left: 0px;
	margin-right: 5px;
	padding: 0px;
	line-height: normal;
	list-style: none;
	vertical-align: top;
	z-index: 9999;
}
*html #btn-sbm li { display: inline; } /* for IE6 */
*+html #btn-sbm li { display: inline; } /* for IE7 */

#btn-sbm li a { margin: 0px; }

#btn-sbm .btnFaceBook { width: 110px; }

#btn-sbm .btnHatenaBookmark { margin-right: 10px; }
#btn-sbm .btnGoogleCalendar { margin-right: 10px; }

/****** table ******/
table.s-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px 2px;
	font-size: 1em;
}
table.s-table th {
	color: #393939;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1;
}
table.s-table td {
	background: #28292a;
	color: #fff;
	padding: 13px 5px;
}
table.s-table td.s-date {
	font-family: "Helvetica","arial", sans-serif;
	font-size: 2.2em;
	font-weight: bold;
}
table.s-table td.s-date02 span {
	font-family: "Helvetica","arial", sans-serif;
	font-size: 1.4em;
	font-weight: bold;
}
table.s-table td.s-vs div {
	position: relative;
	padding-right: 120px;
}
#top table.s-table td.s-vs div {
	padding: 15px 120px 0 0;
}
table.s-table td.s-vs img {
	position: absolute;
	margin-top: -19px;
	right: 5px;
	top: 50%;
}
table.s-table .w135 {
	width: 135px;
}
table.s-table .w150 {
	width: 150px;
}
.s-table td.s-vs {
	font-weight: bold;
}
.s-table td.s-vs .title {
	color: #EE8022;
	font-size: 1.1em;
}
.s-table td.s-vs .card {
	font-size: 1.2em;
}
#top .s-table td.s-vs .card {
	font-size: 1.1em;
}
table.s-table02 {
	width: 100%;
	font-size: 1em;
	border-collapse: collapse;
}

table.s-table02 th,
table.s-table02 td {
	background: #28292a;
	color: #fff;
	padding: 10px 5px;
}
table.s-table02 th {
	border-bottom: 1px solid #999;
}
table.s-table02 .table-tlt  {
	display: block;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.5;
}
table.s-table02 .vs-tlt {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.3;
}
table.s-table02 .vs-txt {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	font-family: "Helvetica","arial", sans-serif;
	font-size: 4em;
	font-weight: bold;
	white-space: nowrap;
}
table.s-table02 .s-time {
	border-bottom: 1px solid #fff;
	font-size: 1.2em;
	padding: 5px;
}
table.s-table02 img.en {
	width: 100px;
	height: 100px;
}
table.s-table02 .w20 {
	width: 20%;
}
table.s-table02 .w40 {
	width: 40%;
}



/* ==========================================================================
   トップページ
   ========================================================================== */

/****** slider ******/
#slider03 {
	width: 600px;
	height: 350px;
	overflow: hidden;
}
.cycle-prev, .cycle-next {
	position: absolute;
	top: 0;
	width: 10%;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 800;
	height: 100%;
	cursor: pointer;
}
.cycle-prev:hover, .cycle-next:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.cycle-prev {
	left: 0;
	background: url(../images/btn_s_prev.png) 0 50% no-repeat;
}
.cycle-next {
	right: 0;
	background: url(../images/btn_s_next.png) 100% 50% no-repeat;
}
.cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  position: absolute;
  bottom: 3px;
  overflow: hidden;
}

.cycle-pager span {
  font-size: 40px;
  font-family: arial;
  margin-right: 0;
  width: 24px;
  height: 30px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  color: #FFF;
  cursor: pointer;
}

.cycle-pager span.cycle-pager-active {
  color: #107e28;
  text-shadow: 0px 0px 3px #DDD;
}

.cycle-pager > * {
    cursor: pointer;
}
/****** tournament ******/
#top_tnm {
	height: 350px;
}
#top_tnm img {
	width: 96%;
	height: auto;
	margin: 0 auto;
	display: block;
}
#top_tnm .inner {
	padding: 5px 10px;
}
#top_tnm .t_tmnBtn {
	font-size: 1;
	line-height: 1;
}
#top_tnm .t_tmnBtn.nolink img {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

/****** schedule ******/
a.s-more {
	display: block;
	width: 108px;
	height: 48px;
	position: absolute;
	bottom: 0;
	right: 0;
}
/****** pick up ******/
ul.p-list {
	font-size: 1.1em;
	*padding-bottom: 10px;
}
ul.p-list li {
	background: url(../images/icon-arrow01.png) no-repeat  right center #fff;
	margin-bottom: 10px;
	padding-right: 20px;
	display: block;
}
ul.p-list li:last-child {
	margin-bottom: 0;
}
ul.p-list li a {
	color: #393939;
	display: block;
	padding: 10px;
	text-decoration: none;
}
ul.p-list li span,p-date {
	color: #56b13a;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
}

/****** twitter ******/
#t-area .inner {
	padding-bottom: 0;
}
#t-area .twtr-hd {
	display: none;
}
#t-area .twtr-timeline {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

/****** history ******/
ul#history {
	width: 700px;
	padding: 50px 0 0 50px;
}
ul#history li
{
	float:left;
	padding-right:50px;
	margin-bottom:30px;
}

ul#history span.year {
	color: #fff;
	padding-bottom:5px;
	display:block;
	text-align:center;
}
ul#history li a.logo1
{
	display:block;
	width:120px;
	height:150px;
	text-indent:-9999px;
}
ul#history li a.logo1:hover
{
	background-position:0px -150px;
}
ul#history li a.logo2
{
	display:block;
	width:130px;
	height:100px;
	text-indent:-9999px;
}
ul#history li a.logo2:hover
{
	background-position:0px -100px;
}
ul#history li.h2013 a{ background: url(../images/btn_2013.gif) no-repeat 0px 0px; }
ul#history li.h2012 a{ background: url(../images/btn_2012.gif) no-repeat 0px 0px; }
ul#history li.h2011 a{ background: url(../images/btn_2011.gif) no-repeat 0px 0px; }
ul#history li.h2010 a{ background: url(../images/btn_2010.gif) no-repeat 0px 0px; }
ul#history li.h2009 a{ background: url(../images/btn_2009.gif) no-repeat 0px 0px; }
ul#history li.h2008 a{ background: url(../images/btn_2008.gif) no-repeat 0px 0px; }
ul#history li.h2007 a{ background: url(../images/btn_2007.gif) no-repeat 0px 0px; }
ul#history li.h2006 a{ background: url(../images/btn_2006.gif) no-repeat 0px 0px; }
ul#history li.h2005 a{ background: url(../images/btn_2005.gif) no-repeat 0px 0px; }
ul#history li.h_toyota a{ background: url(../images/btn_toyota.gif) no-repeat 0px 0px;width:195px; }

#caster {
	background: url(../images/caster.jpg) no-repeat left top transparent;
	width: 600px;
	height: 300px;
}
#caster p {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


/* ==========================================================================
   大会概要
   ========================================================================== */

.o-list dt {
	background: #28292a;
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 5px;
	margin-bottom: 5px
}
.o-list dd {
	clear: right;
	padding: 3px 3px;
	margin-bottom: 10px;
	line-height: 2;
}
.club-list {
	width: 780px;
	margin: 0 auto;
}
.club-list ul {
	width: 788px;
	margin-right: -8px;
}
.club-list ul li {
	background: url(../images/bc-black.png) repeat left top transparent;
	display: block;
	width: 189px;
	float: left;
	margin: 0 8px 10px 0;
	padding-top: 5px;
	text-align: center;
}
.club-list ul li a {
	display: block;
	text-decoration: none;
}
.club-list ul li span {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 5px;
	display: block;
}
.club-list ul li span.cm-txt {
	color: #fff;
	font-size: 0.8em;
	font-weight: normal;
	margin: 0;
	margin-bottom: 10px;
}

/* ==========================================================================
   チケット情報
   ========================================================================== */
#tickets #contents .t-info a {
	color: #56b13a;
	opacity: 1 !important;
}
#tickets #contents .t-info a:hover {
	opacity: 1 !important;
}
h4.t-tlt {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	background: url(../images/bc-black.png) repeat left top transparent;
	padding: 2px 3px 1px;
}
.t-cau-txt {
	color: #ff0000;
	margin: 0;
	line-height: 1;
}
.t-list01 {
	font-size: 1.1em;
	line-height: 1.7;
	margin-left: 20px;
	text-indent: -20px;
}
.t-list01 li:first-letter {
	font-family: "Helvetica","arial", sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}
dl.t-list02 {
	font-size: 1.1em;
}
dl.t-list02 dt {
	background: url(../images/bc-black.png) repeat left top transparent;
	color: #fff;
	text-align: center;
	float: left;
	display: block;
	width: 70px;
	margin: 0 5px 8px 0;
	white-space: nowrap;
	overflow: hidden;
}
dl.t-list02 dd {
	margin-bottom: 8px;
	padding-left: 70px;
	clear: right;
}
dl.t-list02 dd a {
	font-weight: bold;
	font-size: 1.1em;
}
dl.t-list03 {
	font-size: 1.2em;
}
dl.t-list03 dt {
	background: url(../images/bc-black.png) repeat left top transparent;
	color: #fff;
	text-align: center;
	float: left;
	display: block;
	width: 130px;
	margin: 0 5px 12px 0;
	white-space: nowrap;
	overflow: hidden;
}
dl.t-list03 dd {
	margin-bottom: 12px;
	padding-left: 140px;
	font-weight: bold;
	clear: right;
}

/* ==========================================================================
   出場クラブ
   ========================================================================== */

/****** クラブ詳細 ******/

#clubs .c-nav {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
#clubs .c-nav li {
	float: left;
	text-align: center;
}
#clubs .c-nav li a {
	background: url(../images/club-l-bg.png) repeat left top transparent;
	color: #fff;
	font-size: 1.2em;
	padding: 13px 0 13px;
	line-height: 1;
	font-weight: bold;
	display: block;
	text-decoration: none;
	width: 199px;
	margin-right: 1px;
}
#clubs .c-nav li.last a {
	width: 200px;
	margin-right: 0;
}
#clubs .c-nav li.off a {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
#clubs .c-nav li.off a:hover {
	background: url(../images/club-l-bg.png) repeat left top transparent;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
#clubs .c-nav li a:hover {
	background: url(../images/bc-yellow.png) repeat left top transparent;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#clubs h3.c-tlt {
	background: #000;
	font-size: 1.2em;
	color: white;
	font-weight: bold;
	display: block;
	padding: 5px 8px;
	margin-bottom: 10px;
}
#clubs .c-tlt02 {
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
	display: block;
	padding: 5px 8px;
	line-height: 1;
}

#clubs .team-txt01 {
	background: url(../images/club-bg01.png) no-repeat right bottom transparent;
	padding: 10px;
}
#clubs .team-txt02 {
	background: url(../images/club-bg02.png) no-repeat right bottom transparent;
	padding: 10px;
}
#clubs .team-txt03 {
	background: url(../images/club-bg03.png) no-repeat right bottom transparent;
	padding: 10px;
}
#clubs .team-txt04 {
	background: url(../images/club-bg04.png) no-repeat right center transparent;
	padding: 10px;
}
#clubs .team-txt05 {
	background: url(../images/club-bg05.png) no-repeat right bottom transparent;
	padding: 10px;
}
#clubs .team-txt06 {
	background: url(../images/club-bg06.png) no-repeat right bottom transparent;
	padding: 10px;
}
#clubs .team-txt07 {
	background: url(../images/club-bg07.png) no-repeat right bottom transparent;
	padding: 10px;
}
#clubs .team-txt01 p,
#clubs .team-txt02 p,
#clubs .team-txt03 p,
#clubs .team-txt04 p,
#clubs .team-txt05 p,
#clubs .team-txt06 p,
#clubs .team-txt07 p {
	line-height: 1.9;
}

#clubs .m-list {
	line-height: 1.9;
}
#clubs .m-list dt {
	float: left;
	display: block;
	width: 3em;
	white-space: nowrap;
}
#clubs .m-list dd {
	padding-left: 4em;
}

.c-table,
.c-table02 {
	border: 1px solid #333;
	width: 100%;
}
#schedule .c-table02 {
	font-size: 1.2em;
}
.c-table th,
.c-table02 th,
.m-table th {
	background: #000;
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	white-space: nowrap;
}
.c-table td {
	border: 1px solid #333;
	padding: 5px;
}
.c-table02 td {
	border: 1px solid #333;
	padding: 10px;
	text-align: center;
}
.c-table td.c-en {
	width: 18%;
	table-layout: fixed;
	text-align: center;
}

.m-table {
	border: 1px solid #333;
	width: 100%;
}
.m-table td {
	border-right: 1px solid #333;
	padding: 5px;
}
table .t5 {
	width: 5%;
}
table .t8 {
	width: 8%;
}
table .t10 {
	width: 10%;
}
table .t14 {
	width: 14%;
}
table .t20 {
	width: 20%;
}
table .t24 {
	width: 24%;
}
table .t30 {
	width: 30%;
}
table .t40 {
	width: 40%;
}

/****** 表示調整用スタイル ******/
table .b-bottom {
	border-bottom: 1px solid #333;
}


/****** 顔写真付きメンバーリスト ******/
.memberList {
	margin-right: -10px;
}
.memberList > li {
	background: url(../images/bc-yellow.png) repeat left top transparent;
	border-bottom: 4px solid #222;
	width: 148px;
	min-height: 290px;
	float: left;
	margin: 0 10px 10px 0;
	max-height: 500px;
	overflow: hidden;
}
.memberList > li.manager {
	min-height: 250px;
}
.mThum {
	position: relative;
	width: 148px;
	height: 170px;
}
.mThum span {
	color: #fff;
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	bottom: 0;
	right: 0;
	font-family: "Helvetica","arial", sans-serif;
	font-size: 26px;
	font-weight: bold;
}
.mInfo li {
	text-align: center;
	line-height: 1.8;
	margin: 0;
	font-size: 10px;
}
.mInfo .mName {
	font-size: 1.1em;
	font-weight: bold;
}

/* ==========================================================================
   試合結果
   ========================================================================== */


/* 見出し */
table.vs {
	width: 100%;
}
table.vs .t-title th {
	border-top: 6px solid #131311;
	border-bottom: 3px solid #131311;
}
table.vs .t-title th {
	padding: 5px 0;
}
table.vs .t-score {
	padding: 8px 0;
	width: 20%;
}
table.vs .t-info td {
	padding: 5px 0;
}

/* 主要情報 */
table.info {
	border: 1px solid #333;
	width: 100%;
}
table.info th {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
}
table.info td {
	padding: 10px 5px;
	line-height: 1.8;
}

/* メンバー情報 */
table.member {
	border: 1px solid #333;
	width: 385px;
}
table.member th {
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
}
table.member td {
	padding: 8px 10px;
	line-height: 1.8;
}
table.member td.b-top {
	border-top: 4px solid #333;
}

/****** 表示調整用スタイル ******/

table .pl80 {
	padding-left: 80px !important;
	width: 40%;
}
table .pr80 {
	padding-right: 80px !important;
	width: 40%;
}

 table .w310 {
	 width: 310px;
 }
/****** 項目別スタイル ******/

/* 見出し */
table.vs .match {
	display: block;
	font-size: 1.8em;
	font-weight: bold;
}
table.vs .info {
	font-size: 1em;
}

table.vs .score {
	display: block;
	font-family: "Helvetica","arial", sans-serif;
	font-size: 4em;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 3px;
	white-space: nowrap;
}
table.vs .score_pk {
	display: block;
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 5px;
	white-space: nowrap;
}
table.vs .score_detail {
	line-height: 1.5;
	white-space: nowrap;
}
table.vs .detail {
	margin: 0 auto;
	width: 120px;
	display: block;
}
table.vs .detail a {
	background: url(../images/report-Dbtn.gif) top center no-repeat transparent;
	width: 120px;
	height: 40px;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
}

table.vs .team_name {
	font-size: 1.6em;
	line-height: 1.2;
	display: block;
}
table.vs .team_continent {
	font-size: 1em;
}

/* 主要情報 */
table.info .etc {
	font-weight: bold;
}

/****** テーブル背景色 ******/
table .t-bb{
	background: #000;/*黒*/
	color: #fff;
}
table .t-bw{
	background: #fff;/*白*/
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

/*データ放送プレゼント*/

#present_txt{
	font-weight:bold;
	color:#c1001d;
	padding:0 10px;
	font-size:1.3em;

	}
.present_txt_list li{
	margin-bottom:15px;
	text-indent:-1em;
	padding:0 2em;
}
.present_txt_list02 {
	line-height: 1.8;
	padding:0 1em;
}
.present_h4{
	font-weight:bold;
	font-size:1.1em;
	padding-left:10px;
	color:#c1001d;
	width:80%;
}
.present_attention_txt{
	color:#c1001d;
}
.present_btn {
	width: 720px;
	margin: 0 0 0 40px;
}
.present_btn li {
	width: 340px;
	height: 70px;
	margin: 0 20px 20px 0;
	display: block;
	float: left;
}
.present_btn li a {
	display: block;
	font-size: 0;
	line-height: 1;
}

/* ==========================================================================
   ブログ
   ========================================================================== */
 .entry {
  padding-bottom: 60px;
  overflow: hidden;
  max-width: 100%:
}
.entry:last-child {
  padding-bottom: 0;
}
.entryTitle span.category{
	display: inline-block;
	background: #000;
	color: #fff;
	font-size: 10px;
	padding: 5px 10px;
	margin-right: 10px;
	vertical-align: middle;
	letter-spacing: .1em;
}
.entryHeader {
  margin-bottom: 15px;
}
.entryDate {
  color: #EE8022;
  text-indent: 10px;
  width: 45%;
  float: left;
}
.entrySnsbtn {
  width: 260px;
  float: right;
}
.entryBody {
  margin: 0 10px;
  font-size: 14px;
  word-break: break-all;
  overflow: hidden;
}
.entryImg {
  margin-bottom: 35px;
}
.entryImg small {
	text-align: center;
	display: block;
}
.entryImg img {
  display: block;
  margin: 0 auto 5px;
}
.entryList,.categoryList {
  margin-bottom: 35px;
}
.entryList p,.categoryList p, .calendar p {
  background: #EE8022;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
}
.entryList dl {
  margin: 0 5px;
}
.entryList dt {
  color: #EE8022;
}
.entryList dd {
  margin-bottom: 20px;
}
.entryList dd:last-child {
  margin-bottom: 0;
}
.entryList a, .categoryList a {
  color: #fff;
}
.categoryList ul {
  margin: 0 5px;
}
.categoryList li {
  margin-bottom: 10px;
}
.categoryList li:last-child {
  margin-bottom: 0;
}
.calendar table {
  width: 185px;
  margin-bottom: 10px;
}
.calendar a {
	color: #EE8022;
}
.calendar th,
.calendar td {
  text-align: right;
  color: #fff;
}
.sun {
  color: #cc4242 !important;
}
.sat {
    color: #0048c0 !important;
}
.calendarTitle {
	color: #fff;
  width: 100%;
  text-align: center;
}
.calendarTitle a {
  color: #fff;
}
.entryBtn {
	height: 40px;
}
.entryBtn li {
	display: block;
	width: 200px;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
}
.entryBtn li a {
	color: #fff;
	font-size: 14px;
	display: block;
	text-decoration: none;
}
.entryBtn .entryPrev a {
	background: url(../images/icon-arrow02.png) no-repeat left center #000;
}
.entryBtn .entryNext a {
	background: url(../images/icon-arrow01.png) no-repeat right center #000;
}

/* ==========================================================================
 注目選手
========================================================================== */
#player #contents {
	-webkit-text-size-adjust: 100%;
}
#player #contents {
	width: 100%;
}
.section {
	background-size: cover !important;
}
#player_h2 {
	width: 1000px;
	margin: 0px auto 20px;
}
 .p-inner {
	 position: relative;
	 margin: 0 auto;
	 width: 980px;
	 padding: 40px 0;
	 min-height: 620px;
	 overflow: hidden;
	 z-index: 0;
 }
.p-inner:before {
	content: '';
	display: block;
	width: 550px;
	height: 550px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -275px;
	z-index: -1;
}
.player_photo {
 position: absolute;
 display: block;
 font-size: 0;
 line-height: 1;
 width: 440px;
 height: 552px;
 margin-top: -276px;
 top: 50%;
 right: 0;
 z-index: -1;
}
.player_tlt {
	padding: 0;
	font-size: 0;
	line-height: 0;
}
.p-inner p {
	color: #fff;
	text-shadow: 0px 0px 2px #000;
	width: 700px;
	line-height: 2;
	letter-spacing: .1em;
	font-size: 14px;
}
#section01 {
	background: url(../images/player_bg_section01.gif) left top #202020;
}
#section01 .p-inner:before {
	background: url(../images/player_parts_section01.png) no-repeat left top transparent;
}
#section02 {
	background: url(../images/player_bg_section02.gif) left top #202020;
}
#section02 .p-inner:before {
	background: url(../images/player_parts_section02.png) no-repeat left top transparent;
}
#section02 .player_photo {
 height: 620px;
 margin-top: -310px;
}
#section03 {
	background: url(../images/player_bg_section03.gif) left top #000;
}
#section03 .p-inner:before {
	background: url(../images/player_parts_section03.png) no-repeat left top transparent;
}
#section03 .player_photo {
 height: 600px;
 margin-top: -300px;
}
#section04 {
	background: url(../images/player_bg_section04.gif) left top #000;
}
#section04 .p-inner:before {
	background: url(../images/player_parts_section04.png) no-repeat left top transparent;
}
#section05 {
	background: url(../images/player_bg_section05.gif) left top #000;
}
#section05 .p-inner:before {
	background: url(../images/player_parts_section05.png) no-repeat left top transparent;
}
#section06 {
	background: url(../images/player_bg_section06.gif) left top #000;
}
#section06 .p-inner:before {
	background: url(../images/player_parts_section06.png) no-repeat left top transparent;
}
#section07 {
	background: url(../images/player_bg_section07.gif) left top #000;
}
#section07 .p-inner:before {
	background: url(../images/player_parts_section07.png) no-repeat left top transparent;
}

#player_subNav {
	position: fixed;
	right: 20px;
	top: 50%;
	z-index: 999;
	display: block;
	width: 50px;
	font-size: 0;
	line-height: 0;
	margin-top: -237px;
}
#player_subNav li {
	width: 50px;
	height: 50px;
	line-height: 1;
	margin-bottom: 15px;
}
#player_subNav a {
	background: url(../images/player_subNav.png) no-repeat transparent;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	width: 50px;
	height: 50px;
}
#player_subNav li.p-snav01 a {
	background-position: left 0px !important;
}
#player_subNav li.p-snav02 a {
	background-position: left -60px !important;
}
#player_subNav li.p-snav03 a {
	background-position: left -120px !important;
}
#player_subNav li.p-snav04 a {
	background-position: left -180px !important;
}
#player_subNav li.p-snav05 a {
	background-position: left -240px !important;
}
#player_subNav li.p-snav06 a {
	background-position: left -300px !important;
}
#player_subNav li.p-snav07 a {
	background-position: left -360px !important;
}
#player_subNav li a:hover {
	background-position-x: right !important;
}
/* ==========================================================================
 プリント
========================================================================== */
@media print {
	.blindPhoto {
		visibility: hidden;
	}
}
