@charset "utf-8";

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}
ol, ul { list-style: none; }
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img { border: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }

#display_select {
  display: none;
}

/*********************************

* 汎用

**********************************/

/*********************************
base color
赤 hex #df0021
赤 rgba rgba(223, 0, 33, 1);

橙 hex #ee8022
黄 rgba rgba(238, 128, 34, 1);

黄 hex #fbd81f
黄 rgba rgba(251, 216, 31, 1);

水色 hex #7ecbea
水色 rgba rgba(126, 203, 234, 1);

緑 hex #56b13a
緑 rgba rgba(86, 177, 58, 1);

黒 hex #181815
黒 rgba rgba(24, 24, 21, 1);

**********************************/

/* link
**********************************/
a { color: #fbd81f; }
a:hover { text-decoration: none; }
a:focus { outline: none; }
.block {
	display: block;
	font-size: 0;
	line-height: 1;
}
.blockImg {
	display: block;
	font-size: 0;
	line-height: 1;
  width: 100%;
  height: auto;
}

/* float
**********************************/
.fl { float: left; }
.fr { float: right; }
.clearfix {
  overflow: hidden;
  *zoom: 1;
}

/* margin
**********************************/
.mlrAuto {margin: 0 auto;}
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }

/* text-align
**********************************/
.tc { text-align: center; }
.tr { text-align: right; }
.tl { text-align: left; }

/* text-hidden
**********************************/
.to {
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  line-height: 1;
  font-size: 1;
}

/* text-size
**********************************/
.large-txt {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0;
}
.large-txt02 {
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 5px;
}
.min-txt {
  font-size: .6em;
  line-height: 1.2;
}
.cau-txt {
  font-size: .8em;
  color: #fff;
  background: #df0021;
  border-radius: 50px;
  padding: 5px 20px;
  display: inline-block;
  line-height: 1;
}
.en-txt {
  font-family: "impact","arial", sans-serif;
}
.bold-txt {
  font-weight: bold;
}
.point-txt {
font-size: 0.7em;
  color: #fff;
  background: #df0021;
  /* border-radius: 50px; */
  padding: 5px 20px;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0;
}

/* text-size
**********************************/
.txt_red { color: #df0021; }
.txt_blue { color: #7ecbea; }

/* background
**********************************/
.bg_white {
  background: #fff;
  padding: 30px 20px;
}

/* box
**********************************/
.box_white {
  background: rgba(255, 255, 255, .9);
  padding: 20px;
  border-radius: 10px;
}
.box_green {
  background: #56b13a;
  padding: 20px;
}
.box_black {
  background: #181815;
  padding: 20px;
}

/* table
**********************************/
.s-table {
	width: 100%;
	font-size: 1em;
  border-bottom: 4px solid #181815;
}
.s-table th {
	color: #181815;
	line-height: 1;
  padding: 15px 0;
}
.s-table td {
  border-top: 1px solid #181815;
  padding: 10px;
}
.s-table tr:first-child td {
  border-top: 4px solid #181815;
}
.s-table td.s-date,
.s-table td.s-date02 {
	width: 135px;
}
.s-table td.s-date {
	font-family: "impact","arial", sans-serif;
	font-size: 1.6em;
	font-weight: bold;
}
.s-table td.s-date02 span {
	font-family: "impact","arial", sans-serif;
	font-size: 1.4em;
	font-weight: bold;
}
.s-table td.s-vs div {
	position: relative;
  display: table;
  width: 100%;
}
.s-table td.s-vs div span {
	position: relative;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
}
.s-date02 p {
  font-size: .6em;
  letter-spacing: 0;
  line-height: 1;
}

.s-table td.s-vs img {
  width: 50px;
  height: auto;
  display: inline-block;
  padding-bottom: 5px;
}
.s-table .w135 {
	width: 135px;
}
.s-table .w150 {
	width: 150px;
}
.s-table td.s-vs {
	font-weight: bold;
  padding: 10px 0 10px 10px;
}
.s-table td.s-vs .title {
	font-size: .9em;
  width:150px;
  line-height: 2;
}
.s-table td.s-vs .title p{
  font-size: .8em;
}
.s-table td.s-vs .club {
  text-align: center;
  font-size: .8em;
  letter-spacing: 0;
  width: 130px;
}

.c-table,
.c-table02 {
	border: 1px solid #333;
	width: 100%;
  font-size: .9em;
  border: 1px solid #333;
}
.c-table th {
	font-weight: bold;
  border: 1px solid #333;
}
.c-table th,
.c-table td {
	border: 1px solid #333;
	padding: 10px;
  font-weight: bold;
}
.c-table td span{
  font-size: .6em;
  font-weight: normal;
}
.c-table td.c-date01{
  font-family: "impact","arial", sans-serif;
  font-size: 1.6em;
  font-weight: bold;
}
.c-table td.c-date02{
  font-family: "impact","arial", sans-serif;
  font-size: 1.4em;
  font-weight: bold;
}
.c-table td.c-en {
	width: 18%;
	table-layout: fixed;
	text-align: center;
}

.c-table02 {
	background: rgba(255, 255, 255, .9);
  font-size: .9em;
}
.c-table02 th {
	background: #000;
  border: 1px solid #333;
  color: #fff;
  font-size: .9em;
  padding: 10px 5px;
  font-weight: bold;
  text-align: center;
}
.c-table02 td {
	border: 1px solid #333;
	padding: 10px;
  text-align: left;
  text-align: center;
}

.m-table {
	border: 1px solid #333;
	width: 100%;
}

/* 試合結果用 table
**********************************/
.vs-table {
	width: 100%;
  background: rgba(255, 255, 255, .9);
  letter-spacing: 0;
  border-bottom: 6px solid #131311;
}
.vs-table .t-title th {
	border-top: 6px solid #131311;
	border-bottom: 3px solid #131311;
  padding: 15px 0;
}
.vs-table td {
	padding: 20px 0;
}
.vs-table .t-score {
	padding: 8px 0;
	width: 20%;
}
.vs-table .match {
	display: block;
	font-size: 1.8em;
	font-weight: bold;
  line-height: 1;
}
.vs-table .info {
	font-size: .9em;
  display: block;
  line-height: 1.4;
  margin-top: 5px;
}
.vs-table .score {
	display: block;
	font-family: "impact","arial", sans-serif;
	font-size: 4em;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 3px;
	white-space: nowrap;
}
.vs-table .score_pk {
	display: block;
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 5px;
	white-space: nowrap;
}
.vs-table .score_detail {
  line-height: 1.4;
  white-space: nowrap;
  display: block;
  margin-top: 5px;
}
.vs-table .detail {
	margin: 0 auto;
	width: 120px;
	display: block;
}
.vs-table .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;
}

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

/* 主要情報 */
.vs-info-table {
  border-top: 4px solid #131311;
	border-bottom: 4px solid #131311;
	width: 100%;
  background: rgba(255, 255, 255, .9);
  letter-spacing: 0;
  font-size: .9em;
}
.vs-info-table th {
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding: 5;
}
.vs-info-table td {
	padding: 10px 5px;
	line-height: 1.8;
}
.vs-info-table td.etc {
  background: #fff;
  padding: 15px;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}
.Substitution ul li{
  line-height: 1.4;
  margin-bottom: 8px;
}
span.out {
  display: block;
}
span.in {
  display: block;
  text-indent: 1em;
}

/* メンバー情報 */
.vs-member-table {
  border-top: 4px solid #131311;
	border-bottom: 4px solid #131311;
	width: 100%;
  background: rgba(255, 255, 255, .9);
  letter-spacing: 0;
  font-size: .9em;
}
.vs-member-table th {
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
}
.vs-member-table td {
  padding: 15px 10px;
	line-height: 1.8;
  border-right: 1px solid #333;
  vertical-align: top;
  width: 50%;
}
.vs-member-table td:last-child {
  border-right: none;
}
.vs-member-table td.b-top {
	border-top: 4px solid #333;
}
.memberList ul li {
  margin-bottom: 8px;
  line-height: 1.2;
  display: table;
  width: 100%;
}
.memberList ul li:last-child {
  margin-bottom: 0;
}
.memberList ul li span {
  display: table-cell;
}
.memberList ul li .pos {
  width: 2.5em;
}
.memberList ul li .num {
  text-align: right;
  width: 2em;
}
.memberList ul li .name {
  padding-left: 10px;
}
.vs-info-table th.main,
.vs-member-table th.main {
  background: #000;
}
.vs-info-table th.sub,
.vs-member-table th.sub {
  background: #333;
}
.vs-info-table .etc p {
  display: table;
  width: 100%;
}
.vs-info-table .etc p span {
  display: table-cell;
}

/****** 表示調整用スタイル ******/
table .pl80 {
	padding-left: 80px !important;
	width: 40%;
}
table .pr80 {
	padding-right: 80px !important;
	width: 40%;
}
table .w310 {
	 width: 310px;
}
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%;
}

/*********************************

* 全ページ共通

**********************************/
body {
  width: 100%;
  min-width: 1000px;
  height: 100%;
  min-height: 800px;
}
#wrapper {
  color: #222;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#f-contents {
  background: #181815;
  position: relative;
  min-height: 900px;
  overflow: hidden;
}
::-moz-selection {
  background: #181815;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #181815;
  color: #fff;
  text-shadow: none;
}

/* left_column
**********************************/
.left_column {
  background: url(../images/bg_leftColumn.gif) repeat-x left top #181815;
  position: absolute;
  width: 200px;
  left: 0;
  top: 0;
  /*bottom: 0;*/
  z-index: 2000;
  /*min-height: 800px;*/
  height: 100%;
}
.left_column.fixed {
  position: fixed;
}
.left_column .inner {
  width: 200px;
  height: 100%;
  position: relative;
}
.logo {
  border-bottom: 2px solid #2c2c29;
  height: 160px;
  width: 200px;
  position: absolute;
  left: 0;
  top: 4px;
}
.logo a {
  background: url(../images/logo_symble.png) no-repeat center center transparent;
  display: block;
  line-height: 1;
  font-size: 0;
  height: 160px;
  width: 200px;
}
.pageTop {
  background: url(../images/parts_pageTop.png) no-repeat center center transparent;
  border-top: 2px solid #2c2c29;
  display: block;
  line-height: 1;
  font-size: 0;
  height: 60px;
  width: 200px;
  position: absolute;
  left: 0;
  bottom: 0;

}
/* header
**********************************/
.co_header {
  background: url(../images/top/bg_content01.jpg) no-repeat left center #000;
  background-size: cover;
  height: 140px;
  padding-top: 20px;
}
.header_h2 {
  background: url(../images/bg_h2.png) no-repeat left top transparent;
  width: 780px;
  height: 110px;
  margin: 0 auto;
}

/* content
**********************************/
.contentWrap {
  background: #181815;
  padding: 0 0 0 200px;
  position: relative;
}
.contentWrap .content {
  position: relative;
  /*overflow: hidden;*/
  z-index: 0;
}
.contentWrap .content.mh600 {
  min-height: 600px;
}
.contentWrap .content::before,
.contentWrap .content::after {
  position: absolute;
  content: "";
  z-index: -1;
  display: block;
}
.contentWrap.orange .content {
  background: #ee8022;
}
.contentWrap.orange .content:before {
  background: url(../images/parts_orange01.png) no-repeat left top transparent;
  width: 376px;
  height: 345px;
  top: 10px;
  left: -25px;
}
.contentWrap.orange .content:after {
  background: url(../images/parts_orange02.png) no-repeat left top transparent;
  width: 94px;
  height: 90px;
  bottom: 100px;
  right: -10px;
}
.contentWrap.red .content {
  background: #df0021;
}
.contentWrap.red .content:before {
  background: url(../images/parts_red01.png) repeat-y left top transparent;
  width: 65px;
  height: 100%;
  top: 0;
  left: 46px;
}
.contentWrap.red .content:after {
  background: url(../images/parts_red02.png) repeat-y left top transparent;
  width: 35px;
  height: 100%;
  top: 0;
  right: 30px;
}
.contentWrap.yellow .content {
  background: #fbd81f;
}
.contentWrap.yellow .content:before {
  background: url(../images/parts_yellow01.png) no-repeat left top transparent;
  width: 370px;
  height: 279px;
  top: 0px;
  left: 15px;
}
.contentWrap.yellow .content:after {
  background: url(../images/parts_yellow02.png) no-repeat left top transparent;
  width: 180px;
  height: 113px;
  bottom: 0px;
  right: 15px;
}
.contentWrap.blue .content {
  background: #7ecbea;
}
.contentWrap.blue .content:before {
  background: url(../images/parts_blue01.png) no-repeat left top transparent;
  width: 154px;
  height: 154px;
  top: 0;
  left: -10px;
}
.contentWrap.blue .content:after {
  background: url(../images/parts_blue02.png) no-repeat left top transparent;
  width: 454px;
  height: 454px;
  bottom: -70px;
  right: -70px;
}
.contentWrap.green .content {
  background: #56b13a;
}
.contentWrap.green .content:before {
  background: url(../images/parts_green01.png) no-repeat left top transparent;
  width: 204px;
  height: 63px;
  top: 15px;
  left: 0;
}
.contentWrap.green .content:after {
  background: url(../images/parts_green02.png) no-repeat left top transparent;
  width: 432px;
  height: 133px;
  bottom: -30px;
  right: 10px;
}
.contentWrap.bannerArea .content {
  background: url(../images/bg_bannerArea.gif) repeat left top #000;
}
.inner {
  width: 800px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
.contentWrap .content .inner {
  padding: 40px 10px;
}
.contentWrap.bannerArea .content .inner {
  padding: 20px 0;
}

/* content title
**********************************/
.contentTitle {
  background: url(../images/bg_contentTitle.png) no-repeat transparent;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 1;
  font-size: 0;
  width: 780px;
  height: 80px;
}
.contentTitle.schedule {
  background-position: 0 0;
}
.contentTitle.t_table {
  background-position: 0 -80px;
}
.contentTitle.twitter {
  background-position: 0 -160px;
}
.contentTitle.clubs {
  background-position: 0 -240px;
}
.contentTitle.cast {
  background-position: 0 -320px;
}
.contentTitle.ticket {
  background-position: 0 -400px;
}
.contentTitle.goods {
  background-position: 0 -480px;
}
.contentTitle.reports {
  background-position: 0 -560px;
}
.contentTitle.special {
  background-position: 0 -640px;
}

.contentSubTitle01 {
  background: #181815;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
}
.contentSubTitle01.large {
  font-size: 1.4em;
}
.contentSubTitle02 {
  border: 4px double #181815;
  color: #181815;
  font-weight: bold;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contentSubTitle03 {
  font-weight: bold;
  font-size: 1.2em;
}

/* リンクボタン
**********************************/
.btn01 {
  background: url(../images/icon_btnArrow01.png) no-repeat right center transparent;
  border: 2px solid #fff;
  display: block;
  border-radius: 8px;
  width: 560px;
  height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 100px;
  padding: 0 30px;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  overflow: hidden;
}
.btn01 img {
  vertical-align: middle;
  font-size: 0;
}
.btn01:hover {
  background-color: #181815;
  opacity: .8;
}

.btn01.black {
  background: url(../images/icon_btnArrow02.png) no-repeat right center transparent;
  border: 2px solid #181815;
  color: #181815;
}
.btn01.black:hover {
  background-color: #fff;
  opacity: .8;
  background-position: 600px;
}
.btn01.yellow {
  background: url(../images/icon_btnArrow02.png) no-repeat right center #fbd81f;
  border: 2px solid #181815;
  color: #181815;
}
.btn01.yellow:hover {
  opacity: .8;
  background-position: 600px;
}
.btnList .btn01.yellow:hover {
  opacity: .8;
  background-position: 360px;
}
.btn01.back01 {
  background: url(../images/icon_btnArrow03.png) no-repeat left center transparent;
  border: 2px solid #181815;
  color: #181815;
}
.btn01.back01:hover {
  background-color: #fff;
  opacity: .8;
  background-position: -100px;
}
.btnList {
  text-align: center;
  line-height: 1;
}
.btnList li {
  display: inline-block;
  margin: 0 10px 20px;
  width: 340px;
  vertical-align: top;
}
.btnList li a {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 80px;
  height: 80px;
  font-size: 1.1em;
  letter-spacing: 0;
}
.btn01.small {
  background-image: none;
  background-color: #fbd81f;
  border: 2px solid #181815;
  color: #181815;
  width: 100%;
  height: auto;
  padding: 20px 10px;
  margin: 0;
  font-size: .8em;
  line-height: 1.2
}
.btn01.small:hover {
  background-color: #181815;
  color: #fff;
  opacity: .8;
}

/* ナビゲーション
**********************************/
.mainNav {
  padding-top: 180px;
  z-index: 10;
}
.mainNav li {
  display: block;
  margin-bottom: 5px;
}
.mainNav li span {
  background-image: url(../images/parts_mainNav.png);
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 50px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.mainNav li.nav_schedule span { background-position: 0 top; }
.mainNav li.nav_clubs span { background-position: -200px top; }
.mainNav li.nav_cast span { background-position: -400px top; }
.mainNav li.nav_reports span { background-position: -600px top; }
.mainNav li.nav_special span { background-position: -800px top; }
.mainNav li.nav_movie span { background-position: -1000px top; }
.mainNav li.nav_ticket span { background-position: -1200px top; }
.mainNav li.nav_goods span { background-position: -1400px top; }
.mainNav li:hover span {
  background-position-y: bottom;
}
.mainNav li span:before {
  content: '';
  position: absolute;
  display: block;
  height: 50px;
  width: 0;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  z-index: -1;
}
.mainNav li.nav_schedule span:before { background-color: #ee8022; }
.mainNav li.nav_clubs span:before { background-color: #fbd81f; }
.mainNav li.nav_cast span:before { background-color: #7ecbea; }
.mainNav li.nav_reports span:before { background-color: #df0021; }
.mainNav li.nav_special span:before { background-color: #56b13a; }
.mainNav li.nav_movie span:before { background-color: #ee8022; }
.mainNav li.nav_ticket span:before { background-color: #fbd81f; }
.mainNav li.nav_goods span:before { background-color: #7ecbea; }

.mainNav li:hover span:before {
  width: 100%;
}

.mainNav li.off span {
  opacity: .2;
}
.mainNav li.off:hover span {
  background-position-y: top;
}
.mainNav li.off span:before {
  width: 0;
}

.subNav {
  position: absolute;
  width: 0;
  height: 100%;
  left: 200px;
  top: 0;
  bottom: 0;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  overflow: hidden;
}
.subNav ul{
  opacity: 0;
  padding: 10px 10px 10px 20px;
  position: relative;
}
.mainNav li.nav_schedule .subNav ul { top: 180px; }
.mainNav li.nav_clubs .subNav ul { top: 235px; }
.mainNav li.nav_cast .subNav ul { top: 290px; }
.mainNav li.nav_reports .subNav ul { top: 345px; }
.mainNav li.nav_special .subNav ul { top: 370px; }
.subNav ul li {
  margin-bottom: 20px;
}
.subNav ul li a {
  text-decoration: none;
  color: #181815;
  font-weight: bold;
}
.subNav ul li.off a {
  opacity: .2;
}
.mainNav li .subNav.open {
  width: 200px;
}
.mainNav li:hover .subNav ul{
  display: block;
}
.mainNav li.nav_schedule .subNav { background-color: rgba(238, 128, 34, .8); }
.mainNav li.nav_clubs .subNav { background-color: rgba(251, 216, 31, .8); }
.mainNav li.nav_cast .subNav { background-color: rgba(126, 203, 234, .8); }
.mainNav li.nav_reports .subNav { background-color: rgba(223, 0, 33, .8); }
.mainNav li.nav_special .subNav { background-color: rgba(86, 177, 58, .8); }
.mainNav li.nav_movie .subNav { background-color: rgba(238, 128, 34, .8); }
/*.mainNav li.nav_ticket span:before { background-color: rgba(251, 216, 31, .8); }
.mainNav li.nav_goods span:before { background-color: rgba(126, 203, 234, .8); }*/

/* バナー
**********************************/
.bannerList {
  text-align: center;
  line-height: 1;
}
.bannerList li {
  display: inline-block;
  margin: 0 5px 0;
}
.bannerList li a {
  display: block;
  line-height: 1;
  font-size: 0;
  width: 385px;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.bannerList li a:hover {
  opacity: .8;
}
.bannerList li a img {
  width: 100%;
  height: auto;
  font-size: 0;
  line-height: 1;
}
.bannerList.large li {
  margin: 0 0 20px;
}
.bannerList.large li:last-child {
  margin-bottom: 0;
}
.bannerList.large li a {
  width: 620px;
}

/* フッター
**********************************/
.contentWrap .content.co_footer .inner {
  padding: 0
}
.linkList {
  text-align: center;
  padding: 20px 0 0;
}
.linkList li {
  display: inline-block;
  margin: 0 5px 0;
}
.linkList li a {
  display: block;
  line-height: 1;
  font-size: 0;
}
.co_footer .cp {
  padding: 5px 0;
}
.co_footer .cp small {
  color: #fff;
  font-family: "courier";
  font-size: .8em;
  font-weight: lighter;
  letter-spacing: 0;
  line-height: 1;
}

/*********************************

* トップページ

**********************************/
.top_header {
  background: url(../images/bg_headerTop.png) repeat-x left top transparent;
  position: absolute;
  height: 160px;
  z-index: 1;
  padding-top: 20px;
  left: 200px;
  top: 0;
  right: 0;
}
.top_header .inner {
  position: relative;
}
/* SNS
**********************************/
#btn-sbm {
	text-align: right;
	z-index: 999;
	position: absolute;
  left: 70px;
  top: 78px;
}

#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;
}
#btn-sbm li a { margin: 0px; }
#btn-sbm .btnFaceBook { width: 110px; }
#btn-sbm .btnHatenaBookmark { margin-right: 10px; }
#btn-sbm .btnGoogleCalendar { margin-right: 10px; }

/* コンテンツ
**********************************/
#top .contentWrap.orange {
  background-image: url(../images/top/bg_content01.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: contain;
  background-size: contain;
  padding-bottom: 100px;
}
#top .contentWrap.red {
  background-image: url(../images/top/bg_content02.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: contain;
  background-size: contain;
  padding-bottom: 90px;
}
#top .contentWrap.blue {
  background-image: url(../images/top/bg_content03.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: contain;
  background-size: contain;
  padding-bottom: 90px;
}
#top .contentWrap.blue .content {
  overflow: hidden;
}
#top .contentWrap.sevenColor {
  background: url(../images/top/bg_7color.gif) repeat top center transparent;
  height: 50px;
  background-size: contain;
}
.nextBtn01 {
  background: url(../images/icon_next01.png) no-repeat center center transparent;
  display: block;
  height: 90px;
  position: absolute;
  left: 200px;
  right: 0;
  bottom: 0;
}

/* スライド
**********************************/
#fcwc_topSlide {

}
.slideItem {
  position: relative;
}
.slideItem img {
  width: 100%;
  height: auto;
  line-height: 1;
  display: block;
  font-size: 0;
}
/* Arrows */
.slick-prev,
.slick-next {
  background: url(../images/top/parts_slide01.png) no-repeat rgba(0, 0, 0, .5);;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 160px;
  margin-top: -80px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 500;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background-color: rgba(0, 0, 0, 1);
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before { opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before { opacity: .25; }

.slick-prev {
  background-position: left top;
  left: 0;
}
.slick-next {
  background-position: right top;
  right: 0;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 8px;
  display: block;
  width: 100%;
  padding: 0 20px;
  list-style: none;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgba(255, 255, 255, .2);
}
.slick-dots li button:hover,
.slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before,
.slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button {
  background: rgba(255, 255, 255, .5);
}

/* Twitter
**********************************/
.tweetArea {
  background: rgba(255, 255, 255, .4);
  width: 600px;
  margin: 20px auto 0;
  padding: 20px;
  border-radius: 8px;
}
.tweetArea iframe,
.timeline {
  width: 600px !important;
  max-width: 600px !important;
}

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

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


/*********************************

* 出樹クラブ

**********************************/
.clubPhoto {
  width: 100%;
  height: auto;
  line-height: 1;
  font-size: 0;
  display: block;
}

/*ここに注目*/
.team-txt01{
  padding:10px;
  background-color: rgba(255,255,255,.9);
  border-radius: 10px;
  padding:30px 30px 20px;
}
.team-txt01 p{
  line-height: 1.9;
  margin-bottom: 10px ;
  font-size: 14px;
}
.team-txt01 p span{
  font-weight: bold;
}

.team-txt02{
  padding:10px;
  background-color: rgba(0,0,0,.8);
  border-radius: 10px;
  padding:30px 30px 20px;
  color:#fff;
}
.team-txt02 p{
  line-height: 1.9;
  margin-bottom: 10px ;
  font-size: 14px;
}
.team-txt02 p span{
  font-weight: bold;
}

.point-table{
line-height: 1.9;
font-size: 14px;
vertical-align: top;
border-style:none;
}

.point-table td,
.point-table th{
vertical-align: top;
padding-bottom: 10px;
}

.point-n{
  white-space: nowrap;
  padding-right: 10px;
}

/*基本情報*/
.team-table,
.team-table02{
  border: 1px solid #333;
  width: 100%;
  font-size: .9em;
}
.c-en{
  width: 24%;
  table-layout: fixed;
  text-align: center;
}
.team-table th{
  width:20%;
  border: 1px solid #333;
  padding: 10px;
  font-weight: bold;
  font-size:.9em;
  background-color: #000;
  color: #fff;
}
.team-table td{
    padding: 10px;
    border: 1px solid #333;
    font-weight: bold;
    font-size: .9em;
}


/*ヨーロッパチャンピオンズリーグ*/
.team-table02 th{
  font-size: .9em;
  border: 1px solid #333;
  padding: 10px;
  font-weight: bold;
  background-color: #000;
  color: #fff;
  text-align: center;
}
.team-table02 td{
  font-size: .9em;
  padding: 10px;
  border: 1px solid #333;
  text-align: center;
  font-weight: bold;
}
.team-table02 td span{
}
.t-tl{
  text-align: left !important;
}
table .t50{
  width:50%;
}
table .t35{
  width:35%;
}
table .t30{
  width:30%;
}
table .t20{
  width:20%;
}
table .t15{
  width:14%;
}
table .t10{
  width:10%;
}
table .t9{
  width:9%;
}
table .t5{
  width:5%;
}
table .t1{
  width:1%;
}

/*メンバー*/
.memberList {
    margin-top: 10px;
    margin-right: -10px;
}
.mThum {
    position: relative;
    width: 148px;
    height: 170px;
    margin-bottom: 14px
}
.mThum span {
    color: #fff;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    bottom: 0;
    right: 0;
    font-family: "impact","arial", sans-serif;
    font-size: 26px;
    font-weight: bold;
}
.mInfo{
  margin-bottom: 10px;
}
.mInfo .mName {
    font-size: 0.9em;
    font-weight: bold;
}
.mInfo .mName span{
    font-size: 0.8em;
}
.mInfo li {
    text-align: center;
    line-height: 1.8;
    margin: 0;
    font-size: 10px;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.memberList > li {
    background-color:rgba(255,255,255,.9);
    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;
}
.bc-black {
  background-color: rgba(0,0,0,.7);
}
/* 出演者　音楽

**********************************/
.cast-table{
  width: 100%;
  font-size: 1em;
  border-style: none;
}
.musict{
  font-family: "impact","arial", sans-serif;
  font-size: 2.5em;
  font-weight: bold;
  margin:75px 40px 45px 0px;
}
.musict span{
  font-size: .8em;
  padding:15px;
}
.c-cast{
  font-size: 1em;
  font-weight: bold;
  vertical-align: top;
  padding:10px 30px 0px 0px;
  text-align: right;
}

.cast-table td.c-cast01,
.cast-table th.c-cast01 {
  font-size: 0.9em;
  width:400px;
  font-weight: normal;
  padding:5px 25px;
}
.cast-table td.c-cast01 span{
  font-size: 1.5em;
  font-weight: bold;
}
.cast-table th.c-cast01 span{
  font-size: 1.5em;
  font-weight: bold;
}

/*********************************

* スペシャル 応援ヒートグラフ

**********************************/
.heatgraphList {
  text-align: center;
}
.heatgraphList li {
  display: inline-block;
  width: 150px;
  margin: 0 10px 20px;
}
.heatgraphList li .btn01.small .en-txt {
  font-size: 20px;
  display: block;
}
.heatgraphList li.off .btn01.small {
  opacity: .4;
}
.heatgraphList li.off .btn01.small:hover {
  opacity: .4;
}
.heatgraphList li.active .btn01.small {
  background-color: #181815;
  color: #fff;
}
#heatgraphSlide .slideItem img {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: auto;
  margin-top: 20px;
}
#heatgraphSlide .slideItem img:first-child {
  margin-top: 0;
}

/*********************************

* 試合結果

**********************************/
.matchLink {
  text-decoration: none;
  color: #181815;
  display: block;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.matchLink:hover {
  opacity: .8;
}

/*********************************

* データ放送

**********************************/
.detailList {
}
.detailList li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: .9em;
  margin-bottom: 15px;
  line-height: 1.4;
}
.detailList li::before {
  content: "◆";
  display: inline;
}
.heatgraphList {
  text-align: center;
}
.heatgraphList li {
  display: inline-block;
  width: 150px;
  margin: 0 10px 20px;
}


/* ==========================================================================
 プリント
========================================================================== */
@media print {
    .blindImg {
        visibility: hidden;
    }
}
