/* @override 
	http://10.0.1.69:8001/css/muchnavi.css
	http://www.frontale.co.jp/css/muchnavi.css */

/* @group box_sns */
div#box_sns {
   /* height: 17px;
    /*margin-bottom: 7px;*!/
    background-color: #000;
    padding-top: 7px;
    padding-bottom: 7px;*/
    
    width: 277px;
    height: 36px;
    background-color: #1A1A1A;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	border-bottom: 1px solid #474847;
	
	overflow: hidden;
}

div#box_sns:after {
    content: '.';
    visibility: hidden;
    height: 0;
    clear: both;
    display: block;
}

div#box_sns a:hover img {
    opacity: 0.8;
    -moz-opacity: 0.8;
 /* Firefox */
    filter: alpha(opacity=80);
 /* IE6/7 */
    -ms-filter: "alpha(opacity=80)";
 /* IE8 */;
}

div#box_twitter_min h5 {
    margin-left: 7px;
    margin-top: 12px;
    margin-right: 4px;
}

p#btn_tweet {
    margin-top: 9px;
    margin-right: 6px;
    margin-left: 2px;
}

p#btn_follow {
    margin-top: 9px;
    margin-right: 4px;
}

div#box_sns h5,
div#box_sns p {
    float: left;
    line-height: 17px;
}

#box_fb:after{
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#box_fb {
	float: left;
}

#box_fb p {
	margin-top: 9px;
	
}

#box_twitter_min:after{
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#box_twitter_min {
	float: left;
}

/* @end */


/* @group マッチ・ナビ */
div#box_match_navi {
    width: 277px;
    height: 425px;
    /*height: auto;*/
    _height: 425px;
    margin-bottom: 7px;
    margin-left: 0;
    padding: 0;
    position: relative;
    
    background-color: #000;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/*2013-12-31*/
div#box_match_navi.pre2014 {
    height: auto;
}

body#match_i {
    /*background-color: #000;*/
}

body#match_i div#box_match_navi {
    width: auto;
    height: auto;
    margin: 0 auto;
}

body#match_i div.box_score,
body#match_i div.box_vs_name,
body#match_i div.box_match_data,
body#match_i div.box_date_stadium ul {
    width: auto;
}

body#match_i h1 {
    display: none;
}
/*



div#info-2.box_match_data,



div#info-3.box_match_data {



    display: none;



}*/
div#box_match_navi h3 {
    margin: 0;
    font-size: 2px;
    line-height: 1;
}

/* ui-tab */

div#box_tab_panel ul.match_tab,
div#box_match_navi ul#mn_tab_btns {
    height: 34px;
    margin: 0;
    padding: 2px 2px 0;
}

/*div.season_off div#box_tab_panel ul {
	height: 3px;
}

div.season_off div#box_tab_panel li {
	display: none;
}*/

div#box_tab_panel ul.match_tab li,
div#box_match_navi ul#mn_tab_btns li {
    font-size: 11px;
    height: 33px;
    float: left;
    margin: 0;
}

* html div#box_match_navi ul#mn_tab_btns li {
    font-family: 'ＭＳ Ｐゴシック', sans-serif;
}

* html div#box_tab_panel ul.match_tab li {
    font-family: 'ＭＳ Ｐゴシック', sans-serif;
}

div#box_match_navi ul#mn_tab_btns li a {
    height: 34px;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
}

div#box_tab_panel ul.match_tab li a {
    height: 33px;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    
}


div#box_tab_panel li a span {
	width: 91px;
    height: 29px;
    display: inline-block;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 2px;
	position: relative;
}

div.season_off div#box_tab_panel li a span {
	line-height: 30px;
}

div#box_tab_panel li a span:after{
	content: '';
	display: block;

	width: 17px;
	height: 4px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -9px;
}

div#box_tab_panel li.home a span:after{
	background-color: #37a8ff;
}

div#box_tab_panel li.away a span:after{
	background-color: #DF0000;
}

div#box_tab_panel ul.match_tab li.tabChoosed a span:after{
	display: none;
}

#list3 span {
	
}

li.tabChoosed a {
    cursor: default;
    height: 33px;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
	
}

li.tabChoosed.home a {
	background-color: #37a8ff;
	border-bottom: 1px solid #078df4;
}

li.tabChoosed.away a {
	background-color: #DF0000;
	border-bottom: 1px solid #b20100;
}




/* タブの背景 */

/* 選択時 */
/*div#box_tab_panel ul.match_tab li.tabChoosed, div#box_match_navi ul#mn_tab_btns li.ui-tabs-selected, div#box_match_navi ul#mn_tab_btns li.ui-tabs-selected.ui-state-hover {
    height: 34px;
}*/

div#box_tab_panel ul.match_tab li.tabChoosed a:hover {
    background-image: none;
}
/* ゲームの内容 */
div.box_match_data {
    width: 277px;
    clear: both;
    padding-bottom: 0;
}

#info-2,
#info-3 {
	display: none;
}

div.inner_info {
    border-left: 1px solid #313131;
    border-right: 1px solid #313131;
	background-color: #191a19;
}

div.box_match_data h4 {
	font-size: 14px;
    text-align: center;
    margin: 0 0 0 0;
    height: 25px;
    line-height: 25px;
    font-family: 'Titillium Web', sans-serif;
    color: #fff;
}

div.box_match_data.HOME h4,
div.box_match_data.home h4 {
	background-color: #37a8ff;
}

div.box_match_data.away h4 {
	background-color: #de0000;
}

div.box_vs_data {
	padding: 0 1px;
}

div.inner_vs_data {
	background-color: #1a1a1a;
}

div.inner_vs_data:after{
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

div#box_match_navi.pre2014 div.box_match_data h4 {
    border-bottom: 1px solid #333;
}

div.box_vs_data ul {
	border-top: 1px solid #474847;
	padding-top: 7px;
	padding-bottom: 5px;
}

div.box_vs_data li {
	color: #eff0ef;
	text-align: center;
	line-height: 1;
	margin-bottom: 4px;
}

div.box_vs_data li a {
	color: #eff0ef;
}

/*  */

div.box_vs_data h5 {
	color: #eff0ef;
	font-size: 12px;
	text-align: center;
	line-height: 1.4;
	float: left;
	padding-top: 10px;
	height: 43px;
}

div.season_off div.box_vs_data h5 {
	width: 100%;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	height: 30px;
}

div.box_vs_data h5 span {
	display: block;
	font-size: 14px;
}

div.tab_j div.inner_vs_data {
	background-image: url(../page_parts/icon_mn_j.gif);
	background-position: 10px 8px;
	background-repeat: no-repeat;
}

div.tab_j div.inner_vs_data h5 {
	margin-left: 113px;
}

div.tab_BDAT div.box_vs_data h5 {
	width: 100%;
	display: block;
	font-size: 14px;
	line-height: 3;
}

div.tab_ync div.inner_vs_data {
	background-image: url(../page_parts/icon_mn_ync.gif);
	background-position: 10px 8px;
	background-repeat: no-repeat;
}

div.tab_ync div.inner_vs_data h5 {
	margin-left: 63px;
}

div.tab_em div.inner_vs_data {
	background-image: url(../page_parts/icon_mn_emp.gif);
	background-position: 7px 8px;
	background-repeat: no-repeat;
}

div.tab_em div.inner_vs_data h5 {
	margin-left: 45px;
}


/* game_header */
div.box_vs_name {
    width: 275px;
    height: 50px;
    background-color: #000;
    border-bottom: 2px solid #191a19;
    zoom: 1;
}

div.box_vs_name p {
	text-align: center;
	line-height: ;
}

div.box_vs_name a {
	display: block;
	height: 50px;
	line-height: 1;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
}

div.box_vs_name span {
	line-height: 50px;
}

div.season_off div.box_vs_name span{
	color: #fff;
	font-weight: bold;
}

div.box_vs_name img {
	vertical-align: middle;
	margin-right: 5px;
}

/* 得点欄 */
div.box_score {
    position: relative;
    width: 275px;
    min-height: 68px;
    margin: 0;
    background-color: #000;
}

div.box_score > div {
	width: 100%;
    display: table;
}

div.box_game_status {
    
}

/* 試合前 */
div.box_game_status > div {
	width: 70px;
	/*min-height: 50px;*/
	background-color: #3f3f3f;
	/*background-color: #DF0000;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float: left;
	margin-top: 8px;
	margin-left: 3px;
	margin-bottom: 11px;
	display:table;
	
	
}

div.box_game_status > div:first-child:before {
 display: block;
 height: 50px;
 content: "";
}


div.time_extend div.box_game_status {
    /*height: 100px;
    background-image: url(../page_parts/bg_game_status_pk.gif);*/
	background-color: #3f3f3f;
}

div.time_pk div.box_game_status div.play_game {
	background-color: #DF0000;
    /*height: 100px;
    background-image: url(../page_parts/bg_game_status_pk_red.gif);*/
}

div.box_game_status div.play_halftime,
div.box_game_status div.play_before,
div.box_game_status div.play_after {
    /*padding: 0;*/
}

div.box_game_status div.play_halftime {
}

div.box_game_status p {
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    
    padding: 4px;
}

div.time_pk div.box_game_status div.play_after p.status {
    height: 100px;
    line-height: 100px;
}

/*  */

div.score_main {
	width: 200px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

div.score_main ul:after{
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

div.score_main li {
	color: #fff;
	font-family: 'Titillium Web', sans-serif;
	float: left;
	min-height: 50px;
	
	width: 64px;
	text-align: center;
}


div.score_main li.kf,
div.score_main li.vs {
	font-size: 54px;
	line-height: 40px;
}

div.score_main li.kf {
	color: #38a8fe;
	border-left: none;
	
}

div.score_sub {
	width: 67px;
	float: left;
	height: auto;
	min-height: 50px;
	border-left: 1px solid #3f403f;
	border-right: 1px solid #3f403f;
	display: table;
}

div.score_sub ul {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

div.score_main div.score_sub li {
	line-height: 1;
	width: 67px;
	float: none;
	font-size: 18px;
	min-height: 20px;
}


/* 試合中 */
div.box_game_status div.play_losstime {
    margin-top: 2px;
}

div.box_game_status div.play_game {
}

div.box_game_status div.play_losstime,
div.box_game_status div.play_game {
    /*background-image: url(../page_parts/bg_game_status_red.gif);*/
    background-color: #DF0000;
}

div.box_game_status div.play_game p {
    color: #fff;
    line-height: 1.4;
    
    height: 41px;
    /*padding-left: 16px;*/
    /*padding-top: 24px;*/

}

div.time_pk div.play_game p.status {
    padding-top: 30px;
}

div.box_game_status div.play_halftime p, div.box_game_status div.play_losstime p {
    color: #fff;
}

div.box_game_status div.play_halftime p {
    padding-left: 10px;
}

div.time_extend div.play_halftime p.status {
    height: 100px;
    line-height: 100px;
    padding-left: 20px;
}
/* 延長戦・PK */
div.time_extend {
    height: 100px;
}

div.time_pk {
    height: 100px;
}

div.box_score div.time_pk li.time_pk span {
    font-size: 10px;
}

div.time_extend div.box_game_status div.play_game {
    /*margin-top: 0;
    height: 100px;
    background-image: url(../page_parts/bg_game_status_pk_red.gif);*/
    background-color: #DF0000;
}

div.time_pk div.box_game_status div.play_game {
}

div.time_extend div.box_game_status div.play_game p {
    line-height: 1.4;
    padding-left: 4px;
    padding-top: 30px;
    height: 70px;
}


div.time_extend div.box_game_status div.play_after {
    /*margin-top: 12px;*/
}

div.time_pk div.box_game_status div.play_after {
/*    height: 100px;
    background-image: url(../page_parts/bg_game_status_pk.gif);*/
    background-color: #1b1c1b;
}
/*記録ページを見る*/
p.btn_open_record {
    text-align: center;
    height: 33px;
    line-height: 35px;
    border-bottom: 1px solid #313131;
    color: #eff0ef;
}



div.box_game_links p:hover, p.btn_open_record:hover {
    background-color: #333;
}

div.season_off div.box_game_links p:hover, 
div.season_off p.btn_open_record:hover {
    background-color: transparent;
}

p.btn_open_record a {
    font-size: 14px;
    color: #eff0ef;
	background-image: url(../page_parts/arrow_left.png);
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding-left: 15px;
	line-height: 1;
	
}
/* ゲーム関連リンク */
div.box_game_links {
    padding: 0;
    zoom: 1;
}

div.box_game_links:after {
    content: '.';
    visibility: hidden;
    height: 0;
    clear: both;
    display: block;
}

div.box_game_links p {
    font-size: 1.2em;
    margin: 0;
    width: 137px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #313131;
    float: left;
    text-align: center;
    color: #eff0ef;
}

div.box_game_links p.odd {
    border-left: 1px solid #313131;
}

div.box_game_links p a {
    color: #eff0ef;
    text-decoration: none;
    display: block;
}
/* スタジアムイベント */
div.box_game_banner {
    width: 277px;
    padding: 0 0 3px 0;
    position: relative;
    z-index: 1500;
}

div.box_game_banner p {
    margin: 0;
    font-size: 1px;
}

div.box_game_banner p:last-child {
	margin-bottom: 2px;
}

div.box_game_banner p.ban_mn_ticket_info {
}

div.box_game_banner p a {
    display: block;
}

div.box_game_banner p {
    text-align: center;
    margin-bottom: 6px;
}

p.ban_skyseries {
    text-align: center;
}

div.box_game_banner p.ban_skyperfectv {
	/*padding-bottom: 7px*/;
}

div.box_game_banner p.ban_skyseries, div.box_game_banner p.ban_mobafro {
    padding-top: 6px;
}

div.box_game_banner p.ban_skyseries {
    margin-bottom: 0;
    padding-bottom: 6px;
    text-align: center;
}
/* @group 対戦・エンブレム */
div.game_header_inner {
    width: 263px;
    height: 65px;
    background-position: 9px 3px;
    background-repeat: no-repeat;
}
/* niigata */
div.niigata div.game_header_inner {
    background-image: url(../page_parts_2010/img_vsteam/mini_emblem_nigata.png);
}
/* fctokyo */
div.fctokyo div.game_header_inner {
    background-image: url(../page_parts_2010/img_vsteam/mini_emblem_fctokyo.png);
}
/* toyama */
div.toyama div.game_header_inner {
    background-image: url(../page_parts_2010/img_vsteam/mini_emblem_toyama.png);
}
/* gosaka */
div.gosaka div.game_header_inner {
    background-image: url(../page_parts_2010/img_vsteam/mini_emblem_gosaka.png);
}
/* sapporo */
div.sapporo div.game_header_inner {
    background-image: url(../page_parts_2010/img_vsteam/mini_emblem_sapporo.png);
}
/* hiroshim */
div.hiroshim div.game_header_inner {
    background-image: url(../page_parts_2010/img_vsteam/mini_emblem_hiroshim.png);
}
/* chiba */
div.chiba div.game_header_inner {
    background-image: url(../page_parts_2010/img_vsteam/mini_emblem_chiba.png);
}
/* iwata */
div.iwata div.game_header_inner {
    background-image: url(../page_parts_2010/img_vsteam/mini_emblem_iwata.png);
}
/* cosaka */
div.cosaka div.game_header_inner {
    background-image: url(../page_parts_2010/img_vsteam/mini_emblem_cosaka.png);
}
/* sendai */
div.sendai div.game_header_inner {
    background-image: url(../page_parts_2010/img_vsteam/mini_emblem_sendai.png);
}
/* mvictory */
div.mvictory div.game_header_inner {
    background-image: url(../page_parts_2010/img_vsteam/mini_emblem_mvictory.png);
}
/* yamagata */
div.yamagata div.game_header_inner {
    background-image: url(../page_parts_2010/img_vsteam/mini_emblem_yamagata.png);
}
/* kofu */
div.kofu div.game_header_inner {
    background-image: url(../page_parts_2010/img_vsteam/mini_emblem_kofu.png);
}
/* kobe */
div.kobe div.game_header_inner {
    background-image: url(../page_parts_2010/img_vsteam/mini_emblem_kobe.png);
}
/* kyoto */
div.kyoto div.game_header_inner {
    background-image: url(../page_parts_2010/img_vsteam/mini_emblem_kyoto.png);
}
/* beijin */
div.beijin div.game_header_inner {
    background-image: url(../page_parts_2010/img_vsteam/mini_emblem_beijin.png);
}
/* nagoya */
div.nagoya div.game_header_inner {
    background-image: url(../page_parts_2010/img_vsteam/mini_emblem_nagoya.png);
}
/* seongnam */
div.seongnam div.game_header_inner {
    background-image: url(../page_parts_2010/img_vsteam/mini_emblem_seongnam.png);
}
/* oita */
div.oita div.game_header_inner {
    background-image: url(../page_parts_2010/img_vsteam/mini_emblem_oita.png);
}
/* omiya */
div.omiya div.game_header_inner {
    background-image: url(../page_parts_2010/img_vsteam/mini_emblem_omiya.png);
}
/* verdy */
div.verdy div.game_header_inner {
    background-image: url(../page_parts_2010/img_vsteam/mini_emblem_verdy.png);
}
/* kashiwa */
div.kashiwa div.game_header_inner {
    background-image: url(../page_parts_2010/img_vsteam/mini_emblem_kashiwa.png);
}
/* yokofm */
div.yokofm div.game_header_inner {
    background-image: url(../page_parts_2010/img_vsteam/mini_emblem_yokofm.png);
}
/* urawa */
div.urawa div.game_header_inner {
    background-image: url(../page_parts_2010/img_vsteam/mini_emblem_urawa.png);
}
/* shimizu */
div.shimizu div.game_header_inner {
    background-image: url(../page_parts_2010/img_vsteam/mini_emblem_shimizu.png);
}
/* shonan */
div.shonan div.game_header_inner {
    background-image: url(../page_parts_2010/img_vsteam/mini_emblem_shonan.png);
}
/* kashima */
div.kashima div.game_header_inner {
    background-image: url(../page_parts_2010/img_vsteam/mini_emblem_kashima.png);
}
/*  */
/* @end */
/* 2011-10-24  暫定アルパカ */
div#box_omiya_alpaca {
    position: absolute;
    top: 240px;
    left: -256px;
    background-color: #fff;
    z-index: 2000;
    width: 240px;
    height: 240px;
    border: 8px solid #222;
}

div#box_omiya_alpaca p {
    margin: 0;
}

div#box_omiya_alpaca p#close_alpaca_layer {
    text-decoration: underline;
    color: #2880c2;
    text-align: center;
    line-height: 1.1;
    padding: 0.3em 0 0.3em 0;
}

/* @end */