@charset "UTF-8";

/* --------------------------------------------------------
[1] top
[2] result
[3] standing
[4] ranking
[5] team
[6] column
[7] movie
-------------------------------------------------------- */

/* [1] top --------------------------------------------------------------- */
.samuraiblue_top ul.list li.live a	{
	background: #ffc1c1 url(/img/common/bg_line.png) repeat left top;
}
.samuraiblue_top ul.list li.tkoff p.game_data:after,
.samuraiblue_top ul.list li.live_detail p.game_data:after,
.samuraiblue_top ul.list li.live a p.game_data:after{
	content:"試合詳細";
	
	display:block;
	width:80px;
	margin:4px auto 0;
	padding:3px 5px;
	background:#f00;
	color:#fff;
	font-size: 1.0rem;
	font-weight:bold;
	line-height:1;

	-moz-animation-name: blink;
	-moz-animation-duration: 2.5s;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: infinite;
	-moz-animation-delay: 2s;

	-webkit-animation-name: blink;
	-webkit-animation-duration: 2.5s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-delay: 2s;

	-ms-animation-name: blink;
	-ms-animation-duration: 2.5s;
	-ms-animation-timing-function: ease-in-out;
	-ms-animation-iteration-count: infinite;
	-ms-animation-delay: 2s;

	animation-name: blink;
	animation-duration: 2.5s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-delay: 2s;
}
.samuraiblue_top ul.list li.tkoff p.game_data:after { content:"本日キックオフ"; }
.samuraiblue_top ul.list li.live a p.game_data:after{ content:"テキスト速報中"; }
.samuraiblue_top ul.list li.live_detail p.game_data:after {
	content:"試合詳細";
	-webkit-animation-name: none;
	-moz-animation-name: none;
	-ms-animation-name: none;
	animation-name: none;
}

.japan_member_bottom a	{
	font-size: 1.8rem;
}

/* [2] result --------------------------------------------------------------- */
/* list */
ul.list	{
	line-height:1;
}
ul.list li a	{
	display:block;
}
ul.list li a .list_inn	{
	position:relative;
}
ul.list li a .list_inn:after	{
	content:"　";
	width:10px;
	height:19px;
	background:url(/img/common/arrowK.png) no-repeat right center;
	background-size:10px 19px;
	
	position:absolute;
	right:5px;
	top:50%;
	margin-top:-10px;
}

ul.list li	{
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #bbb;
}
ul.list li:first-child	{
	border-top:1px solid #bbb;
}


ul.list li .list_inn	{
	display:block;
	padding:10px 20px 10px 5px;
	text-align:center;
}
ul.list li .list_inn img	{
	vertical-align:middle;
}
ul.list li .group + .list_inn	{
	margin-bottom:5px;
}

ul.list li .table	{
	display:table;
	width:100%;
}
ul.list li .table img {
	margin-top:3px;
	margin-bottom: 5px;
}
ul.list li .table p	{
	display:table-cell;
	vertical-align:middle;
}
ul.list li .table p.nodata	{
	padding:15px 0;
	color:#888;
	font-weight:bold;
}
ul.list li p.game_data span.blink	{
	display:inline;
	color: #FF7817;
}

/*
.samuraiblue_result ul.list li a	{
	background: #ffc1c1 url(/img/common/bg_line.png) repeat left top;
}
*/


.text p {
	padding: 10px 0;
	line-height: 1.6;
}
.text p span {
	color: #FF0004;
	font-weight: bold;
}


.matchInfo .table	{
	display:table;
	width:100%;
	margin: 15px 0 5px;
}
.matchInfo .table p	{
	display:table-cell;
	vertical-align:middle;
	text-align: center;
}
.matchInfo p.team_left,
.matchInfo p.team_right	{
	width:31%;
	font-size: 1.0rem;
	line-height:1.2;
}

.matchInfo p.team_left span ,
.matchInfo p.team_right span{
	margin-bottom: 5px;
	display: block;
}

.matchInfo p.score_left,
.matchInfo p.score_right	{
	width:6%;
	font-size: 2.2rem;
	font-weight:bold;
}
.matchInfo p.game_data	{
	width:26%;
	font-size: 2.6rem;
	font-weight:bold;
	line-height:1.2;
}
.matchInfo p.game_data span {
	display:block;
	font-size: 1.2rem;
	white-space: nowrap;
}
.matchInfo p.game_data span.game_time {
	margin-top:5px;
	font-size: 1.0rem;
}
.matchInfo p.game_data span.blink	{
	display:inline;
	font-size: 2.0rem;
	color: #FF7817;
}
.blink	{
	-moz-animation-name: blink;
	-moz-animation-duration: 2.5s;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: infinite;
	-moz-animation-delay: 2s;

	-webkit-animation-name: blink;
	-webkit-animation-duration: 2.5s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-delay: 2s;

	-ms-animation-name: blink;
	-ms-animation-duration: 2.5s;
	-ms-animation-timing-function: ease-in-out;
	-ms-animation-iteration-count: infinite;
	-ms-animation-delay: 2s;

	animation-name: blink;
	animation-duration: 2.5s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-delay: 2s;
}
@-moz-keyframes blink {
	0% {opacity: 1;}
	25% {opacity: 0;}
	50% {opacity: 1;}
}
@-webkit-keyframes blink {
	0% {opacity: 1;}
	25% {opacity: 0;}
	50% {opacity: 1;}
}
@-ms-keyframes blink {
	0% {opacity: 1;}
	25% {opacity: 0;}
	50% {opacity: 1;}
}
@keyframes blink {
	0% {opacity: 1;}
	25% {opacity: 0;}
	50% {opacity: 1;}
}

/* 更新 */
input.reset		{
	display:block;
	width:38%;
	margin:-8px auto 20px;
	padding:10px 0;
	background: -moz-linear-gradient(top, #4b84e3, #124cac);
    background: -webkit-gradient(linear, left top, left bottom, from(#4b84e3), to(#124cac));
	color:#fff;
	font-size: 1.6rem;
	font-weight:bold;
	text-align:center;
	line-height:1;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	border:0;
	border-radius: 2px;
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px;
}

/* 一覧 */
ul.all li .list_inn	{
	padding:15px 10px;
	text-align:left;
	line-height:1.4;
}
ul.all li .list_inn strong	{
	display:block;
	float:left;
	margin-right:8px;
	/*width:60px;*/
	font-size: 1.5rem;
	font-weight:bold;
	line-height:1;
}
ul.all li a .list_inn:after	{
	content:"　";
	width:7px;
	height:12px;
	background:url(/img/common/arrowG.png) no-repeat center right;
	background-size:7px 12px;
	
	position:absolute;
	right:5px;
	top:50%;
	margin-top:-6px;
}

/* 詳細 */
.detail	, .text {
	padding:5px 0;
}
.detail ul.list li	{
	border:none;
}
.list_inn	{
	padding:10px 0;
}
.detail p.group	{
	padding:5px;
	font-size: 1.3rem;
	font-weight:normal;
}

.detail h4	{
	/* text-align:center; */
}

/* 箱左右 */
.box	{
	padding:8px 3px;
	overflow:hidden;
	line-height:1.4;
}
.box .left	{
	width:49%;
	float:left;
}
.box .right	{
	width:49%;
	float:right;
}
.box span	{
	display:block;
	color:#2b9d00;
	font-size: 1.2rem;
	font-weight:bold;
}
.box span.uniform_number	{
	display:inline-block;
	padding-right:5px;
	width:22px;
	color:#000;
	text-align:center;
}
.box span.yellow_card	{
	display:inline-block;
	margin-right:3px;
	width:12px;
	background:#fc0;
	text-indent:-9999px;
}
.box span.red_card	{
	display:inline-block;
	margin-right:3px;
	width:12px;
	background:#f30;
	text-indent:-9999px;
}

.box p	{
	margin-bottom:4px;
}


/* スカパーハイライト動画 */
.result .movie_list_inn {
	padding: 5px 0 0;
	text-align: center;
}
.result .movie_list_inn .movieBox {
margin-bottom: 15px;
}

.highlight_bottom	{
	padding:0;
	background: linear-gradient(top, #ddd 0%, #999 100%);
	background: -moz-linear-gradient(top, #ddd 0%, #999 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddd), color-stop(100%,#999)); 
}
.highlight_bottom a	{
	display:block;
	padding:15px 5px 15px 0;
	margin:0 0 15px 0;	
	background:url(/img/common/bg_line.png) repeat left top;
	
	color:#000;
	font-size: 1.6rem;
	font-weight:bold;
	line-height:1;
	text-shadow:1px 1px rgba(255,255,255,0.3);
	text-align:center;

	border-radius: 2px;  
	-webkit-border-radius: 2px;  
	-moz-border-radius: 2px;  
	
	position:relative;
}
.highlight_bottom a:after	{
	content:"　";
	width:7px;
	height:12px;
	background:url(/img/common/arrowR.png) no-repeat right center;
	background-size:7px 12px;
	
	position:absolute;
	right:8px;
	top:50%;
	margin-top:-6px;
}




/* gnav_tab */
.gnav_tab_box	{
	padding:5px 0 10px;
	background:#fff;

	position:relative;
}
.gnav_tab_box *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.gnav_tab_box:before	{
	content: none;
}

ul.gnav_tab	{
	overflow:hidden;
	padding: 0;
}
ul.gnav_tab li	{
	/*background: -moz-linear-gradient(top, #ddd 0%, #ddd 70%, #d0d0d0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddd), color-stop(70%,#ddd), color-stop(100%,#d0d0d0)); */
	float:left;
	width:50%;
	margin: 0;
	color:#aaa;
	font-size: 1.5rem;
	text-align:center;
	line-height:1;
}
ul.gnav_tab li a {
	display:block;
	padding: 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;

	background: -moz-linear-gradient(top, #ddd 0%, #ddd 70%, #ccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddd), color-stop(70%,#ddd), color-stop(100%,#ccc)); 
	color: #666;
	border-left:none;
	border-top:none;
	border-right:none;
	border-bottom:2px solid #ea2f0d;
}
ul.gnav_tab li a.open {
	background: #fff;
	color: #ea2f0d;
	font-weight: bold;
	border-left:2px solid #ea2f0d;
	border-top:2px solid #ea2f0d;
	border-right:2px solid #ea2f0d;
	border-bottom:none;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
ul.gnav_tab li a span {
	display:block;
	padding:10px 0 10px 0 ;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	border-left:2px solid #fff;
}
ul.gnav_tab li a.open span {
	padding:8px 0 12px 0 ;
}



/* [3] standing --------------------------------------------------------------- */

/* ranking  */
.ranking > div	{
	padding: 0 5px 5px;
}



/* [5] team --------------------------------------------------------------- */
.team article	{
	margin-bottom:30px;
}
.team article.team_schedule	{
	margin-bottom:15px;
}
.team .all .list_inn	{
	font-weight:bold;
}
.team .all .list_inn img	{
	margin-right:10px;
	vertical-align:-12px;
}
.team .list .list_inn	{
	padding:10px 10px;
}
/*.team .list .list_inn img	{
	margin:0 5px 3px 0;
	vertical-align:middle;
	line-height:1;
}*/

/* 詳細 */
.team .detail p.group	{
	margin-top:0;
	padding:2px 0 0;
	text-align:center;
	font-size: 1.4rem;
	font-weight:bold;
}

.team .detail ul.list li	{
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #bbb;
}
.team .detail ul.list li:first-child	{
	border-top:1px solid #bbb;
}
/*.team .detail ul.list li .list_inn	{
	padding:5px 20px 5px 5px;
}*/


/* select */
#select_result	{
	margin-bottom:5px;
	text-align:right;
}
#select_result select	{
	width:40%;
	font-size: 1.4rem;
}

/* [6] column --------------------------------------------------------------- */
/* pagenation */
/*.samuraiblue_column nav.pagenation	{
	margin:-10px 6px 20px;
}
.samuraiblue_column nav.pagenation li.pageAll	{
	width:49%;
	display:block;
	padding:8px 0;
	font-size: 1.5rem;
	line-height:1;
	border-left:1px dotted #aaa;
	border-right:1px dotted #aaa;
}
*/


.column_body	{
	padding:5px 5px 0;
}
#column_time	{
	padding:5px 0;
	color:#555;
	font-size: 1.2rem;
	text-align:left;
}
.column_body #column_detail	{
	padding:0 5px;
}
#column_detail p	{
	margin-bottom:15px;
	font-size: 1.5rem;
	line-height:1.6;
	text-align:justify;
}
.column_body #column_detail p a	{
	padding:0 0 0 12px;
	color:#007bbb;
	font-size: 1.8rem;
	font-weight:bold;
	text-decoration:underline;
	
	position:relative;
}
.column_body #column_detail p a:after	{
	content:"　";
	width:7px;
	height:12px;
	background:url(/img/common/arrowBs.png) no-repeat right center;
	background-size:7px 12px;

	position:absolute;
	left:1px;
	top:50%;
	margin-top:-5px;
}
#column_detail figure.column_photo	{
	display:block;
	width:300px;
	margin:5px auto 15px;
}
#column_detail figure.column_photo img	{
	max-width:300px;
}
#column_detail figcaption.col_cap	{
	color:#555;
	font-size: 1.2rem;
}
#column_detail .press	{
	clear:both;
	text-align:right;
	margin-bottom:10px;
}

.column_body .moreBtn a:after	{
	background:url(/img/common/arrowR_left.png) no-repeat left center;
	background-size:7px 12px;
	
	position:absolute;
	left:5px;
	top:50%;
	margin-top:-6px;
}

/* ページ送り */
.column_page ul	{
	margin-bottom:10px;
	text-align:center;
}
.column_page ul li	{
	display:inline-block;
	margin:0 2px;
	font-size: 1.8rem;
	font-weight:bold;
	line-height:1;
}
.column_page ul li a	{
	display:block;
	padding:10px 12px;
	border:1px solid #555;
}
.column_page ul li.current	{
	padding:10px 12px;
	background:#555;
	color:#fff;
	border:1px solid #555;
}

/* 関連リンク */
.related_link .innTtl	{
	padding:3px 10px;
	background:#555 url(/img/common/bg_line.png) repeat left top;
	color:#fff;
	font-size: 1.4rem;
	font-weight:bold;
	text-align:left;
	text-shadow:1px 1px rgba(0,0,0,0.5);
}
.related_link + .moreBtn	{
	margin-top:15px;
}

/* [7] movie --------------------------------------------------------------- */
.movie .flexslider {
	margin:0 5px !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.movie .slideBlock {
	padding:10px 0;
	display: table !important;
	width: 100%;
}
.movie .slideBlock figure {
	display: table-cell;
	}
.movie .flexslider a {
	display: block;
	text-align: center;
}
.movie .flexslider a img {
	margin: 0 auto;
	display: block;
	width: 145px;
}
.movie .flexslider a figcaption {
	width: 145px;
	margin: 3px auto 0;
	color: #000;
	font-size: 1.2rem;
	font-weight:bold;
	text-align: left;
	text-decoration: none;
	line-height: 1;
}
.movie .flexslider a figcaption .txtS {
	color:#555;
	font-size: 1.0rem;
	font-weight:normal;
}

/* 一覧 */
.movie_list	{
	padding:5px;
}
.movie_list li	{
	margin-bottom:20px;
	text-align:center;
}
.movie_list li:last-child	{
	margin-bottom:0;
}
.movie_ttl	{
	margin-bottom:4px;
	padding:6px;
	background:#555;
	color:#fff;
	font-size: 1.5rem;
	text-align:left;
	line-height:1.2;
	text-shadow:1px 1px rgba(0,0,0,0.7)
}

.movie_item	{
	margin:5px 0;
	position:relative;
}
.movie_item .thumb	{
	display:block;
	width:240px;
	margin:0 auto 8px;
}
.movie_item .play	{
	position: absolute;
	top: 28px;
	left: 50%;
	margin-left:-40px;
	opacity: 0.8;
}
.movie_banner a	{
	display:block;
	width:300px;
	margin:0 auto;
}

/* 詳細 */
.movie_list_inn	{
	padding:5px;
	text-align:center;
}
.movie_list_inn .time	{
	color:#555;
	font-size: 1.2rem;
	font-weight:normal;
}
.movie_list_inn .movieBox	{
	margin-bottom:15px;
}
.movie_list_inn .adLinkBnr	{
	display:block;
	margin:0 auto 15px;
}
/* 詳細　最新動画　スライダー */
.slider-wrap {
	position: relative;
	padding: 6px 48px 0;
}
.bx-viewport p {
	font-size: 1.4rem;
	min-height: 40px;
}
.matchInfo .list_inn {
	display: block;
	padding:0 0 10px;
	margin-bottom: 5px;
}
.matchInfo p.group	{
	background:#124cac;
}


.ttl.bnr {
	background: #0c2996;
/*
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0c2996), color-stop(0.76, #0c2996), color-stop(0.75, #5563B0), color-stop(0.25, #5563B0), color-stop(0.24, #0c2996), color-stop(0.00, #0c2996));
	background: -webkit-linear-gradient(top, #0c2996 0%, #0c2996 24%, #5563B0 25%, #5563B0 75%, #0c2996 76%, #0c2996 100%);
	background: -moz-linear-gradient(top, #0c2996 0%, #0c2996 24%, #5563B0 25%, #5563B0 75%, #0c2996 76%, #0c2996 100%);
	background: -o-linear-gradient(top, #0c2996 0%, #0c2996 24%, #5563B0 25%, #5563B0 75%, #0c2996 76%, #0c2996 100%);
	background: -ms-linear-gradient(top, #0c2996 0%, #0c2996 24%, #5563B0 25%, #5563B0 75%, #0c2996 76%, #0c2996 100%);
	background: linear-gradient(top, #0c2996 0%, #0c2996 24%, #5563B0 25%, #5563B0 75%, #0c2996 76%, #0c2996 100%);
*/
}
.ttl.bnr h2 {
	padding: 0;
	background-image: none;
	color: #fff;
	text-align: center;
}



