@charset "utf-8";
/* スマフォ用reset  */

*{margin:0;padding:0;}
body{
	background-color: transparent, transparent;
	background-image: url(../images/sp-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-size:0.8em;
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}
a{ text-decoration:none;}
a:link,a:visited{color:#8b0202}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
ul {
	list-style:none;
	padding:0;
}
li {
	padding:0;
}
input, select {
    vertical-align:middle;
}
a {
    display: block;
}
a {
    -webkit-tap-highlight-color:transparent;
}
table { border-collapse:collapse;border-spacing:0;}


/* ==========================================================================
   common
   ========================================================================== */

#wrapper {
	background-size: 100% auto;
}

/* #footer */
#footer {
    width: auto;
    margin-top: 35px;
    background: rgb(228,231,233);
 /* Old browsers */
    background: -moz-linear-gradient(top, rgba(228,231,233,1) 0%, rgba(255,255,255,1) 100%);
 /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,231,233,1)), color-stop(100%,rgba(255,255,255,1)));
 /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(228,231,233,1) 0%,rgba(255,255,255,1) 100%);
 /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(228,231,233,1) 0%,rgba(255,255,255,1) 100%);
 /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(228,231,233,1) 0%,rgba(255,255,255,1) 100%);
 /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e7e9', endColorstr='#ffffff',GradientType=0 );
 /* IE6-9 */
    background: linear-gradient(top, rgba(228,231,233,1) 0%,rgba(255,255,255,1) 100%);
 /* W3C */
    /*box-shadow*/
    -webkit-box-shadow: 0px -2px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px -2px 2px rgba(0,0,0,0.3);
    box-shadow: 0px -2px 2px rgba(0,0,0,0.3);
}

#footer ul {
    display: block;
}

#footer #btn-footer {
    display: block;
    height: 44px;
    position: relative;
    z-index: 100;
}

#footer #btn-footer .btn-home,
#footer #btn-footer .btn-head {
    font-size: 12px;
    font-weight: bold;
    display: block;
    height: 44px;
    width: 130px;
    position: absolute;
    background: rgb(255,255,255);
 /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
 /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1)));
 /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
 /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
 /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
 /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
 /* IE6-9 */
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
 /* W3C */
    /* box-shadow */
    box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
    list-style: none;
}

#footer #btn-footer .btn-home {
    top: -24px;
    left: 0px;
    /* border-radius */
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius: 0px 8px 8px 0px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

#footer #btn-footer .btn-head {
    top: -24px;
    right: 0px;
    /* border-radius */
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -moz-border-radius: 8px 0px 0px 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
}

#footer #btn-footer .btn-home a,
#footer #btn-footer .btn-head a {
    line-height: 44px;
    color: #222;
    text-decoration: none;
    display: block;
    width: auto;
    height: 44px;
}

#footer #btn-footer .btn-home a {
    padding-right: 30px;
    text-align: right;
}

#footer #btn-footer .btn-head a {
    padding-left: 30px;
}

#footer #device-switch {
    display: block;
    width: 240px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    margin-bottom: 10px;
    padding-right: 40px;
}

*html #footer #device-switch {
    zoom: 1;
}

#footer #device-switch p {
    line-height: 36px;
    display: block;
    width: 30px;
    height: 36px;
    float: left;
    font-size: 12px;
}

#footer #device-switch ul {
    float: right;
    text-align: center;
    height: 36px;
    overflow: hidden;
    /* box-shadow */
    box-shadow: 0px 0px 6px rgba(0,0,0,0.5) inset;
    -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.5) inset;
    -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.5) inset;
    /* border-radius */
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: rgb(255,255,255);
 /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(213,216,218,1) 100%);
 /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(213,216,218,1)));
 /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(213,216,218,1) 100%);
 /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(213,216,218,1) 100%);
 /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(213,216,218,1) 100%);
 /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
 /* IE6-9 */
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(213,216,218,1) 100%);
 /* W3C */
}

*html #device-switch ul {
    zoom: 1;
}

#footer #device-switch li {
    width: 100px;
    height: 36px;
    float: left;
    box-sizing: border-box;
    list-style: none;
    font-size: 13px;
}

#footer #device-switch li:first-child {
    border-right: solid 1px rgba(0,0,0,0.2);
}

#footer #device-switch li:last-child {
    border-left: solid 1px rgba(255,255,255,0.2);
}

#footer #device-switch li a {
    line-height: 36px;
    text-decoration: none;
    color: #000;
    display: block;
    width: 100px;
    height: 36px;
    float: left;
}

#footer #device-switch .switch-sp a {
    /* border-radius */
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -moz-border-radius: 8px 0px 0px 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
}

#footer #device-switch .switch-pc a {
    /* border-radius */
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius: 0px 8px 8px 0px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

#footer #device-switch ul .on a {
    background-color: rgba(0,0,0,0.2);
}

#footer .copyright {
    text-indent: 0px;
    width: auto;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    background-color: #000;
    font-size: 12px;
	background-image: url(../images/sp-line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% 3px;
	padding: 0px;
}

#f-contents {
	margin: 0 10px;
}
#header {
	background: url(../images/sp-line.png) no-repeat left top transparent;
	background-size: 100% 3px;
	position: relative;
	width: 100%;
	height: 60px;
}
#header #m-btn {
	background: url(../images/sp-mBtn.png) no-repeat right top transparent;
	background-size: 44px 44px;
	-webkit-background-size: 44px 44px;
	position: absolute;
	right: 10px;
	top: 10px;
	margin: 0;
	width: 44px;
	height: 44px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#header #m-btn.on {
	background: url(../images/sp-mBtn_on.png) no-repeat right top transparent;
	background-size: 44px 44px;
	-webkit-background-size: 44px 44px;
}
#header h1 img {
	width: 251px;
	height: auto;
	position: absolute;
	left: 10px;
	top: 9px;
}

#header #f-nav {
	width: 100%;
	margin: 0;
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 400;
	display: none;
}

#header #f-nav ul li {
	border-top: 1px solid #0c0c0c;
	border-bottom: 1px solid #494949;
	width: 100%;
}
#header #f-nav ul li.bd-w {
	border-bottom: 3px solid #494949;
}
#header #f-nav ul li a {
	background-image: -moz-linear-gradient(top, #212121 0%, #050505 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from( #212121), to( #050505)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #212121 0%, #050505 100%);
	background-image: -o-linear-gradient(top, #212121 0%, #050505 100%);
	background-image: -ms-linear-gradient(top, #212121 0%, #050505 100%);
	background-image: linear-gradient(top, #212121 0%, #050505 100%);
	display: block;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	height: 44px;
	line-height: 44px;
	text-decoration: none;
	padding-left: 20px;
}

#header #f-nav ul li.off a {
	color: #666;
}
#header #f-nav ul li a.nav01 {
	border-left: 3px solid #ed2123;
}
#header #f-nav ul li a.nav02 {
	border-left: 3px solid #ee8022;
}
#header #f-nav ul li a.nav03 {
	border-left: 3px solid #fbd81f;
}
#header #f-nav ul li a.nav04 {
	border-left: 3px solid #7ecbea;
}
#header #f-nav ul li a.nav05 {
	border-left: 3px solid #56b13a;
}
#header #f-nav ul li a img {
	width: 22px;
	height: 14px;
	margin-left: 5px;
	vertical-align: sub;
}

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

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

/****** box ******/

.box {
	position: relative;
}
.box .inner {
	padding: 10px 5px 15px;
}
.box img {
	width: 100%;
	height: auto;
}

.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;
}

/****** title ******/

h2.tlt {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
h2.tlt.t-mc {
	background: url(../images/h2-mc02.png) no-repeat left top transparent;
	background-size: 206px 27px;
}
h2.tlt.t-cont {
	background: url(../../images/h2-c01.png) no-repeat left top transparent;
	background-size: 129px auto;
}
h2.tlt.t-sc {
	background: url(../../images/h2-s01.png) no-repeat left top transparent;
	background-size: 132px auto;
}
h2.tlt.t-pc {
	background: url(../../images/h2-p01.png) no-repeat left top transparent;
	background-size: 103px auto;
}

/****** link Btn ******/
.lBTn {
	background: #000;
	display: block;
}


   /* ==========================================================================
   トップページ
   ========================================================================== */
/****** pick up ******/
ul.p-list {
	font-size: 1em;
}
ul.p-list li {
	background: url(../../images/icon-arrow01.png) no-repeat  right center #fff;
	background-size: 10px auto;
	margin-bottom: 5px;
	padding-right: 10px;
	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;
}
.blind {
	background: url(../images/bg_thm.gif) repeat left top transparent;
	position: absolute;
	z-index: 5000;
}

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

table {
	font-size: 0.9em;
}
/* 見出し */
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;
}
table.vs .t-info td {
	padding: 5px 0;
}

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

/* メンバー情報 */
table.member {
	border: 1px solid #333;
	width: 100%;
}
table.member th {
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
}
table.member td {
	padding: 5px 5px;
	line-height: 1.6;
	width: 50%;
	vertical-align: top;
}
table.member td.b-top {
	border-top: 4px solid #333;
}

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

table .pl80 {
	padding-left: 80px !important;
}
table .pr80 {
	padding-right: 80px !important;
}
/****** 項目別スタイル ******/

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

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

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

/* 主要情報 */
table.info .etc {
	font-weight: bold;
	border-top: 4px solid #333;
}

/****** テーブル背景色 ******/
table .t-bb{
	background: #000;/*黒*/
	color: #fff;
}
table .t-bw{
	background: #fff;/*白*/
}

table .bd-r {
	border-right: 1px solid #333;
}
