@charset "utf-8";



/* WBC2017 2016.10.31*/

/* wbc header */
.imgheader{
    margin: 0 auto;
    background: #000;
    width: 100%;;
}
.imgheader img{
    display: block;
    width: 100%;;
    margin: 0 auto;
}
/*
caaf52
*/
/* wbc nav */
#wbc2017>ul{
	background: #d1b555 !important; 
	border-top: 1px solid #caaf52 !important;
	border-bottom: 1px solid #caaf52 !important;
}

#wbc2017 ul li {
	display: inline-block;
}

.ie6 #wbc2017 ul li,.ie7 #wbc2017 ul li {
	display: inline;
	zoom: 1;
}

#wbc2017 li {
	width:24% !important;
	border-right: 1px solid #bda44c !important;
	box-sizing: border-box;
}

#wbc2017>ul>li>a {
	background: #d1b555 !important; 
	color: #111;
	text-shadow: none;
	display: block;
	padding: 0.6em 0 !important;
	box-sizing: border-box;
}

#wbc2017>ul>li {
}
/* wbc title */
.wbc2017Wrap .index h1 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    background: #d1b555;
    padding: 6px 10px;
}

/* wbc botton */
.wbc2017Wrap .index .linkTo{
	border: none;
}
.wbc2017Wrap .index .linkTo a {
	display: block;
	text-align: center;
	border: 1px solid #ffffff;
	line-height: 48px;
	width: 200px ;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 -1px 1px #d1b555;
	font-size: 0.9em;
	font-size: 1.4rem;
	background: #b79e4a;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1b555), color-stop(100%,#b79e4a));
	background: linear-gradient(to bottom, #d1b555 0%,#b79e4a 100%);

}

/*リオ五輪 2016.8.5　グローバルナビtab追加用css*/
#globalNav_top .swiper-container li#globalNav_rio2016 a{
	background:#3a961a;
}


/* 特設サイト：yousuruni */
.yousuruni {
    background: #fff;
    padding-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.yousuruni .headerImg a {
    display: block;
    background: #ee8d96 url(../../../images/v2/news/yousuruni/header.png) left center;
    background-size: cover;
    height: 180px;
    margin-bottom: 15px;
    width: 100%;
}
.yousuruni .summary {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 10px 15px;
}
.yousuruni .member .title,
.yousuruni .profile .title {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.yousuruni .title img {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.member .box {
    width: 95%;
    margin: 0 auto 15px;
    text-align: center;
}
.member .box li {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 15px;
    vertical-align: top;
}
.member .box li a {
    display: block;
    text-align: center;
    width: 80px;
    min-height: 120px;
}
.member .boxPhoto img {
    border-radius: 40px;
    border: 4px solid #e6e6e6;
    width: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.member .box a:hover .boxPhoto img { border: 4px solid #ee8d96 }
.member .name {
    font-size: 14px;
    font-size: 1.4rem;
}
.profile .box { margin: 0 10px 15px 10px }
.profile .box li {
    margin-bottom: 15px;
    width: 100%;
    border: 1px solid #e6e6e6;
}
.profile .boxPhoto {
    position: relative;
    width: 100%;
    text-align: center;
    height: 200px;
    background: #e6e6e6;
    margin-bottom: 10px;
}
.profile .boxPhoto span {
    background: #fff;
    border-radius: 20px;
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    height: 40px;
    left: 10px;
    position: absolute;
    top: 10px;
    line-height: 2.8;
    width: 40px;
}
.profile .boxPhoto span.mon { color: #c7b299 }
.profile .boxPhoto span.tue { color: #ed1c24 }
.profile .boxPhoto span.wed { color: #0071bc }
.profile .boxPhoto span.thu { color: #009245 }
.profile .boxPhoto span.fri { color: #999900 }
.profile .boxPhoto img {
    width: auto;
    max-width: 320px;
    max-height: 200px;
}
.profile .name {
    color: #111;
    margin: 0 10px 5px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
}
.profile .text {
    color: #444444;
    margin: 0 10px 10px;
    font-size: 14px;
    font-size: 1.4rem;
}
.profile .twitter a,
.profile .btn a {
    display: block;
    border-top: 1px solid #e6e6e6;
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.profile .twitter a:hover,
.profile .btn a:hover {
    background: #ee8d96;
    color: #fff;
}
.followTwitter {
    text-align: right;
    margin-bottom: 15px;
    margin-right: 15px;
}
.rollover {
    display: block;
    position: relative;
}
.front {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}
.back {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.rollover .name {
    position: absolute;
    top: 85px;
    width: 100%;
}
.rollover:hover .back,
.rollover:focus .back { z-index: 2 }
.rollover:hover .front,
.rollover:focus .front { z-index: 1 }
.fade .rollover .front {
    opacity: 1;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.fade .rollover .back {
    opacity: 0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.fade .rollover:hover .front,
.fade .rollover:focus .front { opacity: 0 }
.fade .rollover:hover .back,
.fade .rollover:focus .back { opacity: 1 }
.box .rollover {
    -webkit-perspective: 3000px;
    -moz-perspective: 3000px;
    -ms-perspective: 3000px;
    -o-perspective: 3000px;
    perspective: 3000px;
}
.box .boxPhoto {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX() rotateY() rotateZ();
    -moz-transform: rotateX() rotateY() rotateZ();
    -ms-transform: rotateX() rotateY() rotateZ();
    -o-transform: rotateX() rotateY() rotateZ();
    transform: rotateX() rotateY() rotateZ();
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.box .front {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.box .back {
    -webkit-transform: rotateY(180deg) translate3d(0,0,0);
    -moz-transform: rotateY(180deg) translate3d(0,0,0);
    -ms-transform: rotateY(180deg) translate3d(0,0,0);
    -o-transform: rotateY(180deg) translate3d(0,0,0);
    transform: rotateY(180deg) translate3d(0,0,0);
}
.box .rollover:hover .boxPhoto,
.box .rollover:focus .boxPhoto {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.content .shortcutButton {
    width: 100%;
    clear: both;
    font-size: 14px;
    font-size: 1.4rem;
}
.lt-ie7 .content .shortcutButton {
    height: 1px;
    overflow: visible;
}
.content .shortcutButton ul {
    border: none;
    padding: 10px;
}
.content .shortcutButton ul li {
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #9cc6ee;
    background: #5ba0e3;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7eb2e5), color-stop(100%,#5ba0e3));
    background: linear-gradient(to bottom, #7eb2e5 0%,#5ba0e3 100%);
    width: 33%;
}
.content .shortcutButton ul li:first-of-type {
    border-right: none;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.content .shortcutButton ul li:last-of-type {
    border-left: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.content .shortcutButton ul li:nth-of-type(2) { width: 34% }
.content .shortcutButton ul li a {
    display: block;
    padding: 0.5em;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    text-shadow: 0 -1px 1px #666;
    min-height: 1.4em;
    -webkit-tap-highlight-color: #cccccc;
    background: none;
}
.content .shortcutButton ul.triple {
    border: none;
    padding: 10px;
    border-top: 1px solid #ffffff;
}
.content .shortcutButton ul.triple li {
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #bababa;
    background: #cccccc;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#cccccc));
    background: linear-gradient(to bottom, #efefef 0%,#cccccc 100%);
    width: 33%;
}
.content .shortcutButton ul.triple li:first-of-type {
    border-right: none;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.content .shortcutButton ul.triple li:last-of-type {
    border-left: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.content .shortcutButton ul.triple li:nth-of-type(2) { width: 34% }
.content .shortcutButton ul.double {
    border: none;
    padding: 10px;
    border-top: 1px solid #ffffff;
}
.content .shortcutButton ul.double li {
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #bababa;
    background: #cccccc;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#cccccc));
    background: linear-gradient(to bottom, #efefef 0%,#cccccc 100%);
    width: 50%;
}
.content .shortcutButton ul.double li:first-of-type {
    border-right: 1px solid #cccccc;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.content .shortcutButton ul.double li:last-of-type {
    border-left: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.content .shortcutButton ul.single {
    border: none;
    padding: 10px;
    border-top: 1px solid #ffffff;
}
.content .shortcutButton ul.single li {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #bababa;
    background: #cccccc;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#cccccc));
    background: linear-gradient(to bottom, #efefef 0%,#cccccc 100%);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.content .shortcutButton ul.triple li a,
.content .shortcutButton ul.double li a,
.content .shortcutButton ul.single li a {
    display: block;
    padding: 0.5em;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #666;
    text-shadow: 0 -1px 1px #fff;
    min-height: 1.4em;
    -webkit-tap-highlight-color: #cccccc;
    background: none;
}
.GameSlider {
    margin: 0px auto 10px;
    background: #373737;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4d4d4d), color-stop(1, #373737));
    background-image: linear-gradient(to bottom, #4d4d4d 0%, #373737 100%);
    position: relative;
}
.GameSlider ul.gamesList {
    width: 100%;
    border-top: 1px solid #666;
    border-bottom: 1px solid #333;
}
.GameSlider ul.gamesList li.score {
    vertical-align: middle;
    color: #fff;
    width: 100%;
    min-height: 60px;
    border: none;
}
.GameSlider ul.gamesList li a,
.GameSlider ul.gamesList li.score a {
    color: #fff;
    display: block;
    min-height: 60px;
    background-image: none;
}
.GameSlider ul.gamesList li.score div.link-box { min-height: 60px }
.GameSlider ul.gamesList li a,
.GameSlider ul.gamesList li.score a,
.GameSlider ul.gamesList li.score .link-box {
    color: #fff;
    background: none;
    padding: 0;
}
.backgroundsize .GameSlider ul.gamesList li.score a,
.backgroundsize .GameSlider ul.gamesList li.score .link-box {
    background: none;
    padding: 0;
}
.backgroundsize .GameSlider ul.gamesList li.score a:hover,
.backgroundsize .GameSlider ul.gamesList li.score a:active,
.backgroundsize .GameSlider ul.gamesList li.score .link-box.active { background: none }
@media only screen and (min-width:769px) { 
    .GameSlider ul.gamesList li.score {
        float: left;
        width: 100%;
        margin: 0;
        min-height: 60px;
        border: none !important;
        overflow: hidden;
        box-shadow: none;
    }
    .GameSlider ul.gamesList li.score:nth-of-type(4n+1) { clear: none }
}
.GameSlider .gamesList li table { width: 100% }
.GameSlider .gamesList li td {
    text-align: center;
    font-weight: bold;
}
.GameSlider .gamesList li td.teamAway {
    font-size: 1.4em;
    font-size: 1.4rem;
    padding: 5px;
    width: 38%;
    text-align: right;
}
.GameSlider .gamesList li td.teamHome {
    font-size: 1.4em;
    font-size: 1.4rem;
    padding: 5px;
    width: 38%;
    text-align: left;
}
.GameSlider .gamesList li td.gameScore {
    font-size: 1.6em;
    font-size: 1.6rem;
    padding: 5px 0;
    width: 24%;
}
.GameSlider .gamesList li td.gameScore span { margin: 0 10px }
.GameSlider .gamesList li td.gameStatus {
    font-size: 1.2em;
    font-size: 1.2rem;
    font-weight: normal;
    padding: 0 0 5px;
}
.GameSlider .manipulate {
    width: 100%;
    position: absolute;
    left: 0;
    top: 5px;
    padding: 0;
    margin: 0;
    opacity: 0.5;
    border: 0;
}
.GameSlider .manipulate button {
    font-size: 0;
    color: transperant;
    text-indent: -999;
    overflow: hidden;
    width: 30px;
    height: 50px;
    margin: 0px;
    display: inline-block;
    text-align: center;
    padding: 0em;
    border: none;
    background: #999999;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#666666));
    background: linear-gradient(to bottom, #999999 0%,#666666 100%);
}
.GameSlider .active { opacity: 1 }
.GameSlider .manipulate button[disabled] { visibility: hidden !important }
.GameSlider .manipulate button.prev {
    background-image: url(../../../images/v2/common/icon/fallback/arrow_prev.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #999999;
    opacity: 0.8;
    margin-left: 5px;
}
.GameSlider .manipulate button.next {
    background-image: url(../../../images/v2/common/icon/fallback/arrow_next.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #999999;
    opacity: 0.8;
    margin-right: 5px;
}
.GameSlider .manipulate button.prev {
    background-image: url(../../../images/v2/common/icon/arrow_prev.png);
    background-size: 6px 10px;
}
.GameSlider .manipulate button.next {
    background-image: url(../../../images/v2/common/icon/arrow_next.png);
    background-size: 6px 10px;
}
.content .matchreport .linkTo a.event {
    display: inline-block;
    text-align: center;
    border: 1px solid #ffffff;
    min-width: 100px;
    padding: 0.5em 0;
    color: #fff;
    font-weight: bold;
    text-shadow: none;
    background: #FB0F0C;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FB0F0C), color-stop(1, #FB0F0C));
    background-image: linear-gradient(to bottom, #FB0F0C 0%, #FB0F0C 100%);
}
.eventHeader,.eventOtacul {
    width: 100%;
    background: #c80651;
    margin-top: 10px;
}
.eventHeader a,.eventOtacul a {
    display: block;
    text-align: center;
}
.eventHeader a img,.eventOtacul a img {
    max-width: 320px;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}
.eventNav {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.eventNav ul {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: 1px solid #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}
.eventNav li {
    background: #fff;
    color: #057b8;
    display: table-cell;
    font-size: 1.4em;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
    border-right: 1px solid #ccc;
}
.eventNav ul:last-child { border-bottom: none }
.eventNav li:last-child { border-right: none }
.eventNav li a {
    display: block;
    padding: 15px 0;
    text-align: center;
}
.eventNav li.active a { background: #f0f8ff }
.reload p {
    text-align: center;
    margin: 5px auto;
    border: 1px solid #595959;
    width: 80%;
}
.reload p a {
    display: block;
    text-align: center;
    border: 1px solid #ffffff;
    padding: 1em;
    color: #fff;
    text-shadow: 0 -1px 1px #666;
    font-size: 0.9em;
    font-size: 1.4rem;
    background: #5ba0e3;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7eb2e5), color-stop(100%,#5ba0e3));
    background: linear-gradient(to bottom, #7eb2e5 0%,#5ba0e3 100%);
}
.content .match_fb h1,
.content .match_bb h1 {
    font-size: 1.3em;
    font-size: 1.3rem;
    padding: 0 0 10px 10px;
    color: #333333;
    border-bottom: 1px solid #e1e1e1;
    background: #efefef;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efefef), color-stop(1, #f2fcff));
    background-image: linear-gradient(to bottom, #efefef 0%, #f2fcff 100%);
}
.stats_bb h2,
.match_bb h2,
.recap h2,
.report h2,
.members_fb h2,
.match_fb h2,
.standings_fb h2,
.standings_bb h2,
.standings_mlb h2 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #fff;
    text-align: left;
    font-weight: bold;
    text-shadow: 0 -1px 1px #666;
    padding: 5px 10px;
    border-top: 1px solid #9cc6ee;
    border-bottom: 1px solid #9cc6ee;
    background: #5ba0e3;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5ba0e3), color-stop(1, #2676c4));
    background-image: linear-gradient(to bottom, #5ba0e3 0%, #2676c4 100%);
    -webkit-box-shadow: 0 5px 5px #e1e1e1;
}
.lt-ie7 .stats_bb h2,
.lt-ie7 .match_bb h2,
.lt-ie7 .recap h2,
.lt-ie7 .report h2,
.lt-ie7 .members_fb h2,
.lt-ie7 .match_fb h2,
.lt-ie7 .standings_fb h2,
.lt-ie7 .standings_bb h2,
.lt-ie7 .standings_mlb h2 {
    font-size: 1.5em;
    font-size: 1.5rem;
    color: #fff;
    text-align: left;
    line-height: 1.2;
    padding: 5px 10px;
    border-top: 1px solid #9cc6ee;
    border-bottom: 1px solid #9cc6ee;
    background: #5ba0e3;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5ba0e3), color-stop(1, #2676c4));
    background-image: linear-gradient(to bottom, #5ba0e3 0%, #2676c4 100%);
    -webkit-box-shadow: 0 5px 5px #e1e1e1;
    box-shadow: 0 5px 5px #e1e1e1;
    margin-bottom: 10px;
}
.stats_bb h2.linkTo,
.match_bb h2.linkTo,
.recap h2.linkTo,
.report h2.linkTo,
.members_fb h2.linkTo {
    padding: 0;
    margin: 0;
    border: 0;
}
.stats_bb h2.linkTo a,
.match_bb h2.linkTo a,
.recap h2.linkTo a,
.report h2.linkTo a,
.members_fb h2.linkTo a {
    border: 0;
    display: block;
    color: #fff;
    text-align: left;
    padding: 5px 35px 5px 20px;
    line-height: 2;
    background: #5d8fcd url(../../../../images/v2/common/icon/fallback/arrow_open.png) 98% 50% no-repeat;
}
.backgroundsize .stats_bb h2.linkTo a,
.backgroundsize .match_bb h2.linkTo a,
.backgroundsize .recap h2.linkTo a,
.backgroundsize .report h2.linkTo a,
.backgroundsize .members_fb h2.linkTo a {
    background: #5d8fcd url(../../../../images/v2/common/icon/arrow_open.png) 98% 50% / 10px 6px no-repeat;
    background: url(../../../../images/v2/common/icon/arrow_open.png) 98% 50% / 10px 6px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0, #5d8fcd), color-stop(0.5, #6a99d4), color-stop(1, #5d8fcd));
    background: url(../../../../images/v2/common/icon/arrow_open.png) 98% 50% / 10px 6px no-repeat,linear-gradient(top, #5d8fcd 0%,#6a99d4 50%, #5d8fcd 100%);
}
.stats_bb h2.linkTo a.open,
.match_bb h2.linkTo a.open,
.recap h2.linkTo a.open,
.report h2.linkTo a.open,
.members_fb h2.linkTo a.open {
    display: block;
    color: #fff;
    padding: 5px 35px 5px 10px;
    background: #13387b url(../../../images/v2/common/icon/fallback/arrow_open.png) 98% 50% no-repeat;
}
.backgroundsize .stats_bb h2.linkTo a.open,
.backgroundsize .match_bb h2.linkTo a.open,
.backgroundsize .recap h2.linkTo a.open,
.backgroundsize .report h2.linkTo a.open,
.backgroundsize .members_fb h2.linkTo a.open {
    background: url(../../../images/v2/common/icon/arrow_open.png) 98% 50% no-repeat;
    -webkit-background-size: 10px 6px;
    -moz-background-size: 10px 6px;
    -o-background-size: 10px 6px;
    -ms-background-size: 10px 6px;
    background-size: 10px 6px;
}
.stats_bb h2.linkTo a.close,
.match_bb h2.linkTo a.close,
.recap h2.linkTo a.close,
.report h2.linkTo a.close,
.members_fb h2.linkTo a.close {
    display: block;
    color: #fff;
    padding: 5px 35px 5px 10px;
    background: #13387b url(../../../images/v2/common/icon/fallback/arrow_close.png) 98% 50% no-repeat;
}
.backgroundsize .stats_bb h2.linkTo a.close,
.backgroundsize .match_bb h2.linkTo a.close,
.backgroundsize .recap h2.linkTo a.close,
.backgroundsize .report h2.linkTo a.close,
.backgroundsize .members_fb h2.linkTo a.close {
    background: url(../../../images/v2/common/icon/arrow_close.png) 98% 50% no-repeat;
    -webkit-background-size: 10px 6px;
    -moz-background-size: 10px 6px;
    -o-background-size: 10px 6px;
    -ms-background-size: 10px 6px;
    background-size: 10px 6px;
}
.match_fb {
    font-size: medium;
    padding: 5px 0 0;
}
.match_fb .main {
    text-align: center;
    border-bottom: 1px solid #fff;
}
.match_fb div.game {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e1e1e1;
    display: block;
    padding: 10px 0;
    background-color: #FAFAFA;
    color: #333;
    padding-right: 15px;
}
.match_fb a div.game { background: url(../../../images/v2/common/icon/fallback/arrow_game.png) 100% 50% no-repeat }
.backgroundsize .match_fb a div.game {
    background: url(../../../images/v2/common/icon/arrow_game.png) 100% 50% no-repeat;
    -webkit-background-size: 6px 10px;
    -moz-background-size: 6px 10px;
    -o-background-size: 6px 10px;
    -ms-background-size: 6px 10px;
    background-size: 6px 10px;
}
.match_fb a:active div.game {
    background-color: #ffebc3;
    color: #666;
}
.match_fb div.game.playing td.team,
.match_fb div.game.playing td.status { color: #e79e11 }
.match_fb div.game table { width: 100% }
.match_fb div.game td.team {
    padding: 5px;
    font-weight: bold;
    line-height: 1.5;
    vertical-align: middle;
    width: 35%;
}
.match_fb div.game td.team img {
    display: block;
    margin: 3px auto 0;
}
.match_fb div.game td.status {
    padding: 5px;
    font-weight: bold;
    line-height: 1.5;
    vertical-align: middle;
    width: 30%;
    white-space: nowrap;
}
.match_fb div.game td.additionalfield {
    padding: 0 5px 5px;
    font-size: small;
    color: #666;
    line-height: 1.5;
}
.match_fb div.game td.additionalfield .place { margin-left: 5px }
.match_fb aside + ul { border-top: 1px solid #c0c0c0 }
.boxscore_fb {
    text-align: center;
    width: 100%;
    font-size: small;
    border-top: 1px solid #e1e1e1;
}
.boxscore_fb caption {
    text-align: center;
    padding: 5px;
    line-height: 1.5;
    color: #cc0000;
    -webkit-text-shadow: 0 -1px 1px #efefef;
    -moz-text-shadow: 0 -1px 1px #efefef;
    -ms-text-shadow: 0 -1px 1px #efefef;
    -o-text-shadow: 0 -1px 1px #efefef;
    text-shadow: 0 -1px 1px #efefef;
    padding: 5px 10px;
    background-: #efefef;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #efefef));
    background: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);
    background: -moz-linear-gradient(top, #fff 0%,#efefef 100%);
    background: -ms-linear-gradient(top, #fff 0%,#efefef 100%);
    background: linear-gradient(top, #fff 0%, #efefef 100%);
}
.boxscore_fb td {
    text-align: center;
    background-color: #efefef;
    padding: 5px;
    line-height: 1.5;
    border-bottom: 1px solid #e1e1e1;
    vertical-align: middle;
}
.boxscore_fb thead { margin: 0 }
.boxscore_fb td.team {
    width: 25%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.boxscore_fb td.team:first-child { border-right: 1px solid #e1e1e1 }
.boxscore_fb td.team img {
    display: block;
    margin: 3px auto 0;
}
.boxscore_fb td.score {
    font-weight: bold;
    font-size: normal;
    width: 10%;
    border-right: 1px solid #e1e1e1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.boxscore_fb td.scoredetail {
    text-align: center;
    white-space: nowrap;
    width: 30%;
    border-right: 1px solid #e1e1e1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.boxscoredetail_fb {
    text-align: center;
    width: 100%;
    font-size: small;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}
.boxscoredetail_fb caption {
    text-align: center;
    padding: 5px;
    line-height: 1.5;
    -webkit-text-shadow: 0 -1px 1px #efefef;
    -moz-text-shadow: 0 -1px 1px #efefef;
    -ms-text-shadow: 0 -1px 1px #efefef;
    -o-text-shadow: 0 -1px 1px #efefef;
    text-shadow: 0 -1px 1px #efefef;
    padding: 5px 10px;
    background-: #efefef;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #efefef));
    background: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);
    background: -moz-linear-gradient(top, #fff 0%,#efefef 100%);
    background: -ms-linear-gradient(top, #fff 0%,#efefef 100%);
    background: linear-gradient(top, #fff 0%, #efefef 100%);
}
.boxscoredetail_fb td.home {
    text-align: left;
    padding: 10px;
    line-height: 1.5;
    border-bottom: 1px solid #e1e1e1;
    width: 50%;
    vertical-align: top;
}
.boxscoredetail_fb td.visitor {
    text-align: right;
    padding: 10px;
    line-height: 1.5;
    border-bottom: 1px solid #e1e1e1;
    width: 50%;
    vertical-align: top;
}
.boxscoredetail_fb td.home span,
.boxscoredetail_fb td.visitor span {
    color: #999;
    display: block;
    line-height: 1.2;
    padding-bottom: 5px;
}
section.members_fb {
    text-align: center;
    width: 100%;
    font-size: small;
}
section.members_fb .members_wrap { padding: 0 10px 10px }
section.members_fb .home {
    display: inline-block;
    width: 48%;
    float: left;
    text-align: left;
    line-height: 1.5;
    vertical-align: top;
}
section.members_fb .visitor {
    display: inline-block;
    width: 48%;
    float: right;
    text-align: left;
    line-height: 1.5;
    vertical-align: top;
}
section.members_fb .home dt,
section.members_fb .visitor dt {
    font-weight: bold;
    padding: 2px 15px;
    margin: 10px 0 5px;
    background-color: #C7E3FF;
    border-bottom: 1px solid #e1e1e1;
}
section.members_fb .home dd,
section.members_fb .visitor dd { margin-left: 0.25em }
section.members_fb .home span,
section.members_fb .visitor span {
    color: #999;
    display: block;
    line-height: 1.2;
    padding-top: 5px;
}
section.recap {
    width: 100%;
    font-size: small;
}
section.recap p {
    padding: 10px;
    line-height: 1.5;
}
p.addinfo {
    padding: 5px;
    text-align: right;
    font-size: small;
    border-bottom: 1px solid #e1e1e1;
}
section.recap dl { padding: 10px }
section.recap dt {
    float: left;
    padding: 5px;
    clear: both;
    font-weight: bold;
}
section.recap dd {
    margin-left: 1em;
    padding: 5px;
}
section.recap dl.fb dt { width: 5em }
section.recap dl.bb dt { width: 4em }
article.recap {
    width: 100%;
    text-align: left;
}
article.recap dl {
    padding: 10px;
    font-size: 1.4em;
    font-size: 1.4rem;
    line-height: 1.5;
}
article.recap dt {
    font-size: 1.4em;
    font-size: 1.4rem;
    margin: 0 0 5px;
    padding: 5px 10px;
    border-left: 5px solid #C7E3FF;
}
article.recap dt.notice {
    font-size: 1.4em;
    font-size: 1.4rem;
    color: #cc0000;
    font-weight: bold;
}
article.recap dd {
    font-size: 1.4em;
    font-size: 1.4rem;
    padding: 0 0 10px;
}
article.recap dd.notice { font-weight: bold }
.match_bb {
    font-size: medium;
    border-bottom: 1px solid #fff;
}
.match_bb .main { text-align: center }
.match_fb div.game {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e1e1e1;
    display: block;
    padding: 10px 0;
    color: #333;
    padding-right: 15px;
}
.match_fb a div.game { background: url(../../../images/v2/common/icon/fallback/arrow_game.png) 100% 50% no-repeat }
.main h2 .titleadd {
    display: block;
    margin-top: 3px;
    font-weight: bold;
}
.match_bb div.game {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e1e1e1;
    display: block;
    padding: 10px 0;
    background-color: #FAFAFA;
    color: #333;
    padding-right: 15px;
}
.match_bb a div.game { background: url(../../../images/v2/common/icon/fallback/arrow_game.png) 100% 50% no-repeat }
.backgroundsize .match_bb a div.game {
    background: url(../../../images/v2/common/icon/arrow_game.png) 100% 50% no-repeat;
    -webkit-background-size: 6px 10px;
    -moz-background-size: 6px 10px;
    -o-background-size: 6px 10px;
    -ms-background-size: 6px 10px;
    background-size: 6px 10px;
}
.match_bb a:active div.game {
    background-color: #ffebc3;
    color: #666;
}
.match_bb div.game.playing td.team,
.match_bb div.game.playing td.status { color: #e79e11 }
.match_bb div.game table { width: 100% }
.match_bb div.game td.team {
    padding: 5px;
    font-weight: bold;
    line-height: 1.5;
    vertical-align: middle;
    width: 35%;
}
.match_bb div.game td.status {
    padding: 5px;
    font-weight: bold;
    line-height: 1.5;
    vertical-align: middle;
    width: 30%;
    white-space: nowrap;
}
.match_bb div.game td.additionalfield {
    padding: 0 5px 5px;
    font-size: small;
    color: #666;
    line-height: 1.5;
}
.match_bb div.game td.additionalfield .place { margin-left: 5px }
.match_bb aside + ul { border-top: 1px solid #c0c0c0 }
.boxscore_bb {
    text-align: center;
    width: 100%;
    font-size: small;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}
.boxscore_bb caption {
    text-align: center;
    padding: 5px;
    line-height: 1.5;
    color: #cc0000;
    -webkit-text-shadow: 0 -1px 1px #efefef;
    -moz-text-shadow: 0 -1px 1px #efefef;
    -ms-text-shadow: 0 -1px 1px #efefef;
    -o-text-shadow: 0 -1px 1px #efefef;
    text-shadow: 0 -1px 1px #efefef;
    padding: 5px 10px;
    background-: #efefef;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #efefef));
    background: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);
    background: -moz-linear-gradient(top, #fff 0%,#efefef 100%);
    background: -ms-linear-gradient(top, #fff 0%,#efefef 100%);
    background: linear-gradient(top, #fff 0%, #efefef 100%);
}
.boxscore_bb td {
    text-align: center;
    background-color: #efefef;
    padding: 5px;
    line-height: 1.5;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    vertical-align: middle;
}
.boxscore_bb td.team { width: 40% }
.boxscore_bb td.score {
    width: 5em;
    font-size: x-large;
    font-weight: bold;
    height: 50px;
    white-space: nowrap;
    width: 20%;
}
.boxscoredetail_bb {
    text-align: center;
    width: 100%;
    font-size: small;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}
.boxscoredetail_bb caption {
    text-align: center;
    padding: 5px;
    line-height: 1.5;
    -webkit-text-shadow: 0 -1px 1px #efefef;
    -moz-text-shadow: 0 -1px 1px #efefef;
    -ms-text-shadow: 0 -1px 1px #efefef;
    -o-text-shadow: 0 -1px 1px #efefef;
    text-shadow: 0 -1px 1px #efefef;
    padding: 5px 10px;
    background-: #efefef;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #efefef));
    background: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);
    background: -moz-linear-gradient(top, #fff 0%,#efefef 100%);
    background: -ms-linear-gradient(top, #fff 0%,#efefef 100%);
    background: linear-gradient(top, #fff 0%, #efefef 100%);
}
.boxscoredetail_bb th {
    text-align: center;
    background-color: #c7e3ff;
    padding: 5px 2px;
    line-height: 1.5;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: bold;
}
.boxscoredetail_bb th.score_total {
    background-color: #13387b;
    color: #ffffff;
}
.boxscoredetail_bb td {
    text-align: center;
    padding: 5px 2px;
    line-height: 1.5;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: bold;
    width: 9%;
}
section.stats_bb {
    text-align: center;
    width: 100%;
    font-size: small;
}
section.stats_bb dl {
    margin: 0 10px 10px;
    text-align: left;
    line-height: 1.5;
    vertical-align: top;
}
section.stats_bb dt.position {
    padding: 2px 15px;
    margin: 10px 0 5px;
    background-color: #C7E3FF;
    border-bottom: 1px solid #e1e1e1;
}
section.stats_bb dl dd dl.detail { margin: 0 }
section.stats_bb dl dd dl.detail dt {
    float: left;
    clear: both;
    width: 5em;
}
section.stats_bb dl dd dl.detail dd { margin-left: 5em }
.boxstats_bb {
    text-align: center;
    width: 100%;
    font-size: small;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}
.boxstats_bb caption {
    text-align: center;
    padding: 5px;
    line-height: 1.5;
    -webkit-text-shadow: 0 -1px 1px #efefef;
    -moz-text-shadow: 0 -1px 1px #efefef;
    -ms-text-shadow: 0 -1px 1px #efefef;
    -o-text-shadow: 0 -1px 1px #efefef;
    text-shadow: 0 -1px 1px #efefef;
    padding: 5px 10px;
    background-: #efefef;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #efefef));
    background: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);
    background: -moz-linear-gradient(top, #fff 0%,#efefef 100%);
    background: -ms-linear-gradient(top, #fff 0%,#efefef 100%);
    background: linear-gradient(top, #fff 0%, #efefef 100%);
}
.boxstats_bb th {
    text-align: center;
    background-color: #7eb2e5;
    color: #fff;
    padding: 5px;
    line-height: 1.5;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.boxstats_bb td.name {
    text-align: center;
    padding: 5px;
    line-height: 1.5;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    white-space: nowrap;
    vertical-align: middle;
}
.boxstats_bb td.position,
.boxstats_bb td.record,
.boxstats_bb td.inning {
    text-align: center;
    padding: 5px;
    line-height: 1.5;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.boxstats_bb td.avg,
.boxstats_bb td.total {
    padding: 5px;
    line-height: 1.5;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.boxstats_bb td.total { text-align: right }
.boxstats_bb td.avg { text-align: center }
.boxstats_bb td.home span,
.boxscoredetail_bb td.visitor span {
    color: #999;
    display: block;
    line-height: 1.2;
    padding-bottom: 5px;
}
.boxstats_mlb1,
.boxstats_mlb2,
.boxstats_mlb3 {
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-bottom: e1e1e1;
    font-size: small;
    text-align: center;
}
.boxstats_mlb1 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e1e1e1;
}
.boxstats_mlb2 {
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e1e1e1;
}
.boxstats_mlb3 {
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e1e1e1;
}
.boxstats_mlb1 caption {
    background-color: #C7E3FF;
    line-height: 1.5;
    padding: 5px 10px;
    text-shadow: 0 -1px 1px #EFEFEF;
}
.boxstats_mlb1 tbody tr th,
.boxstats_mlb1 thead tr th,
.boxstats_mlb1 tbody tr td {
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    line-height: 1.5;
    padding: 5px 2px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}
.boxstats_mlb1 tbody tr th { background-color: #EFEFEF }
.boxstats_mlb1 tbody tr th.alignLeft,
.boxstats_mlb1 tbody tr td.alignLeft {
    text-align: left;
    padding-left: 5px;
}
.emBlue { color: #0000FF }
.emRed { color: #FF0000 }
.boxstats_mlb2 tbody tr th,
.boxstats_mlb2 thead tr th,
.boxstats_mlb2 tbody tr td {
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    line-height: 1.5;
    padding: 5px 2px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}
.boxstats_mlb2 tbody tr th { background-color: #EFEFEF }
.boxstats_mlb3 caption {
    text-align: center;
    padding: 5px;
    line-height: 1.5;
    -webkit-text-shadow: 0 -1px 1px #efefef;
    -moz-text-shadow: 0 -1px 1px #efefef;
    -ms-text-shadow: 0 -1px 1px #efefef;
    -o-text-shadow: 0 -1px 1px #efefef;
    text-shadow: 0 -1px 1px #efefef;
    padding: 5px 10px;
    background-: #efefef;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #efefef));
    background: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);
    background: -moz-linear-gradient(top, #fff 0%,#efefef 100%);
    background: -ms-linear-gradient(top, #fff 0%,#efefef 100%);
    background: linear-gradient(top, #fff 0%, #efefef 100%);
}
.boxstats_mlb3 th {
    text-align: center;
    background-color: #7eb2e5;
    color: #fff;
    padding: 5px;
    line-height: 1.5;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.boxstats_mlb3 td {
    text-align: center;
    padding: 5px;
    line-height: 1.5;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.standings_fb,
.standings_bb,
.standings_mlb { width: 100% }
.fbWinLossStandings,
.bblWinLossStandings,
.mlbWinLossStandings {
    font-size: 10px;
    font-size: 1.0rem;
    text-align: center;
    width: 100%;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}
.fbWinLossStandings caption,
.bblWinLossStandings caption,
.mlbWinLossStandings caption {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: left;
    padding: 5px;
    line-height: 1.5;
    -webkit-text-shadow: 0 -1px 1px #efefef;
    -moz-text-shadow: 0 -1px 1px #efefef;
    -ms-text-shadow: 0 -1px 1px #efefef;
    -o-text-shadow: 0 -1px 1px #efefef;
    text-shadow: 0 -1px 1px #efefef;
    padding: 5px 10px;
    background-color: #efefef;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #efefef));
    background: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);
    background: -moz-linear-gradient(top, #fff 0%,#efefef 100%);
    background: -ms-linear-gradient(top, #fff 0%,#efefef 100%);
    background: linear-gradient(top, #fff 0%, #efefef 100%);
}
.bblWinLossStandings colgroup.rank,
.bblWinLossStandings colgroup.pts,
.mlbWinLossStandings colgroup.rank,
.mlbWinLossStandings colgroup.pts,
.fbWinLossStandings colgroup.rank,
.fbWinLossStandings colgroup.pts { min-width: 2em }
.fbWinLossStandings colgroup.scr { min-width: 9em }
.fbWinLossStandings th,
.bblWinLossStandings th,
.mlbWinLossStandings th {
    text-align: center;
    background-color: #c7e3ff;
    padding: 5px 2px;
    line-height: 1.5;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    white-space: nowrap;
    vertical-align: middle;
}
.fbWinLossStandings td,
.bblWinLossStandings td,
.mlbWinLossStandings td {
    text-align: center;
    padding: 5px 2px;
    line-height: 1.5;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    white-space: nowrap;
    vertical-align: middle;
}
.fbWinLossStandings td.team,
.bblWinLossStandings td.team,
.mlbWinLossStandings td.team {
    font-size: 1.2em;
    font-size: 1.2rem;
    white-space: normal;
    text-align: left;
}
.fbWinLossStandings td span.win { color: #006600 }
.fbWinLossStandings td span.loss { color: #990000 }
.fbWinLossStandings td.team span.win {
    color: #cc0000;
    font-weight: bold;
}
.standings_bb td span.win {
    background-color: #cc0000;
    color: #ffffff;
    padding: 2px 5px;
    font-size: 1.0em;
    font-size: 1.0rem;
}
p.addinfoLong {
    padding: 5px;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    border-bottom: 1px solid #e1e1e1;
}
p.addinfoLong span {
    font-weight: bold;
    display: block;
}
p.addinfoEach {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px 10px;
    text-align: left;
    margin-bottom: 10px;
}
p.addinfoEach span {
    font-weight: bold;
    margin-right: 5px;
}
.topnewsYudou {
    margin: 0 auto;
    border-top: 1px solid #e1e1e1;
}
.device-android .topnewsYudou { border-bottom: 1px solid #d1d1d1 }
.topnewsYudou a {
    margin: 0 auto;
    text-align: center;
    display: block;
    background-color: #0067a1;
    border-top: 1px solid #fff;
}
.topnewsYudou a img {
    margin: 0 auto;
    display: block;
}
.match_bb h1 { position: relative }
.tbykBtn {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 23px;
    position: absolute;
    top: -6px;
    right: 5px;
    background: #00aced;
    border-radius: 4px;
    display: block;
}
.tbykBtn a {
    color: #fff;
    display: block;
    padding: 2px 10px 2px 30px;
    background: url(../../../images/v2/common/icon/fallback/button_tbyk.png) 8px center no-repeat;
}
.backgroundsize .tbykBtn a { background: url(../../../images/v2/common/icon/button_tbyk.png) 8px center / 17px 14px no-repeat }
.matchreport {
    width: 320px;
    text-align: center;
}



/*-- 修正：20170204 */
.content .matchreport {
    text-align: center;
    margin: 10px auto !important ;
    background: #E0E0E0;
    padding: 5px 0;
    position: relative;
    height: 57px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.matchreport .title {
	position: absolute;
	top: 0;
	left: 0;
    font-size: 14px;
    font-size: 1.4rem;
    background: #90A4AE;
    height: 56px;
    width: 50px;
    color: #fff;
    padding-top: 12px;
    line-height: 1.2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}
.matchreport .title:before{
    display: block;
    content: "";
    position: absolute;
    font-size: 0px;
    left: 50px;
    top: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 0 28px 13px;
    border-color: transparent transparent transparent #90A4AE;
}


.content .matchreport .linkTo {
    display: table;
    border: none;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 0 65px;
    position:absolute;
}
@-moz-document url-prefix() {
  .content .matchreport .linkTo {    
  }
}
@media screen and (-webkit-min-device-pixel-ratio:0){
  .content .matchreport .linkTo{
    right: 10px;
  }
}
.content .matchreport .linkTo:after {
    content: ".";
    clear: both;
    height: 0;
    font-size: 0.1em;
    line-height: 0;
    display: block;
    visibility: hidden;
}
.content .matchreport .linkTo li {display: inline-table; border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;}

.content .matchreport .linkTo a {
    border-left: 1px solid #ccc;
    text-align: center;
    min-width: 57px;
    padding: 0;
    line-height: 44px;
    margin: 0 !important;
    color: #37474F;
    text-shadow:none;
    background: #FFF;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #e1e1e1));
    background-image: linear-gradient(to bottom, #fff 0%, #e1e1e1 100%);
}
.content .matchreport .linkTo li:last-child a {border-right: 1px solid #ccc;}
/* 旧速報用css */
.content .matchreport p.linkTo {
    left: 70px;
    margin:0;
}
.content .matchreport p.linkTo span{
     display: inline-table;
     border-top: 1px solid #ccc;
     border-bottom: 1px solid #ccc;
     margin-right: 10px;
}
.content .matchreport p.linkTo span a{padding: 0 10px;}
/*-- 20170204 */



.matchreport-02 {
	width:320px;
	margin:10px auto;
    background: #E0E0E0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.matchreport-02 h1.title {
	float:left;
    width: 40px;
	height:45px;
	padding:7px 0 0 0;
    color: #fff;
    background: #90A4AE;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
}
.matchreport-02 ul {
	float:left;
	margin:0 5px;
	height:25px;
}
.matchreport-02 ul li {
	float:left;
	width:54px;
	height:35px;
	margin:5px 0;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.matchreport-02 ul li:last-child {
    border-right: 1px solid #ccc;
}

.matchreport-02 ul li a {
	display:block;
	height:35px;
	padding:10px 0 0 0;
	border:1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
    color: #37474F;
    text-shadow:none;
    background: #FFF;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #e1e1e1));
    background-image: linear-gradient(to bottom, #fff 0%, #e1e1e1 100%);
}
