/* @override 
	http://203.143.96.127:8000/schedule/css/schedule_2018.css
	https://www.frontale.co.jp/schedule/css/schedule_2018.css */

@charset "UTF-8";
/* CSS Document */

/*  */

body#page_schedule #box_ttl h1  {
	/*padding-top: 38px;*/
}

#snav_sche {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 44px;
}

#snav_sche:after{
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#snav_sche ul {
	height: 44px;
}

#snav_sche ul:after{
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#snav_sche li {
	float: left;
	font-size: 1.6rem;
	line-height: 1;
	text-align: center;
	font-weight: bold;
}

#snav_sche li a {
	display: table-cell;
	height: 44px;
	color: #222222;
	position: relative;
	z-index: 1;
	vertical-align: middle;
	padding: 0 1.4em;
}


#snav_sche li a:hover {
	color: #23b7fe;
}

#snav_sche li a:after {
	content: '';
	display: block;
	width: 1px;
	height: 30px;
	background-color: #c2c2c0;
	position: absolute;
	top: 8px;
	left: 0;
}

/*nav.u15 li#sched_u15 a,*/
#snav_sche li.current a {
	 background-color: #fff;
	 z-index: 10;
	 margin-right: -1px;
	 padding-right: 16px;
}



#snav_sche li.current + li a:after {
	display: none;
}

#snav_sche li.current a:after,
#snav_sche li:first-child a:after {
	display: none;
}


/*  */

#wrapper main {
	width: 1024px;
	margin: 0 auto;
}

#box_sttl {
	margin-top: 15px;
	margin-left: 10px;
}

div#box_sttl.satellite img {
	display: none;
}

#box_sttl:after{
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#box_sttl img {
	margin-right: 20px;
	vertical-align: middle;
	
	/*display: none;*/
}

#box_sttl h2 {
	margin-top: 15px;
	font-size: 2rem;
	line-height: 1;
	font-weight: bold;
	float: left;
}

body.office #box_sttl h2 {
	margin-top: 28px;
}

body.monthly #box_sttl h2 {
	/*float: none;*/
	margin-top: 28px;
}

#box_sttl div.right {
	float: right;
	height: 76px;
	padding-left: 22px;
	border-left: 1px solid #bcbcbc;
	
	display: none;
}

#box_sttl div.right p {
	margin-top: 20px;
	vertical-align: middle;
	
}

#box_sttl div.right p a {
	color: #222222;
	position: relative;
	display: block;
	padding-right: 25px;
}

#box_sttl div.right p a:hover {
	opacity: 0.8;
	-moz-opacity: 0.8; /* Firefox */
	filter: alpha(opacity=80); /* IE6/7 */
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
}


#box_sttl div.right p a:after {
	content: '';
	width: 20px;
	height: 20px;
	border-top: 1px solid #23b7fe;
	border-right: 1px solid #23b7fe;
	
	
	position: absolute;
	top: 8px;
	right: 0px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



/*  */


#typo_date {
	color: #222222;
	font-size: 4rem;
	line-height: 1;
	
	display: inline-block;
	vertical-align: middle;
	
	position: relative;
	padding-right: 44px;
	float: left;
}

#typo_date span {
	color: #23b7fe;
	font-size: 8rem;
	vertical-align: middle;
	margin-right: 15px;
}

#typo_date:after {
	-webkit-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	transform: skew(-30deg);
	
	content: '';
	
	display: block;
	position: absolute;
	
	top: 22px;
	right: 20px;

	height: 32px;
	
	z-index: 2;
	border-right: 3px solid #2cbafe;
}


/*  */

#box_cnav {
	margin-top: 10px;
}

#box_cnav:after{
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#box_cnav ul {
	border-radius: 3px;
	overflow: hidden;
}

#box_cnav ul.year {
	float: left;
}

#box_cnav ul.pager {
	float: right;
}

#box_cnav ul li {
	font-size: 1.4rem;
	background-color: #f2f3f0;
	line-height: 1;
	float: left;
	margin-right: 1px;
}

#box_cnav ul li a {
	color: #333333;
	display: block;
	padding: 9px 20px;
}

#box_cnav ul li a:hover {
	color: #23b7fe;
}

#box_cnav ul li.current {
	background-color: #23b7fe;
}

#box_cnav ul li.current a {
	color: #fff;
}


#box_cnav ul.pager li a {
	position: relative;
	padding: 9px 18px;
}

#box_cnav ul.pager li.prev a {
	padding-left: 24px;
	padding-right: 10px;
}

#box_cnav ul.pager li.next a {
	padding-right: 24px;
	padding-left: 10px;
}

ul.pager li.next a:after,
ul.pager li.prev a:after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: 1px solid #23b7fe;
	border-right: 1px solid #23b7fe;
	position: absolute;
	top: 10px;
}


ul.pager li.prev a:after {
	left: 14px;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

ul.pager li.next a:after {
	right: 14px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*  */

main table {
	/*width: 100%;*/
	width: 1024px;
	clear: both;
	margin-top: 37px;
	table-layout: fixed;
	
	background-color: #b3b3b3;
	border-collapse:separate;
	  border-spacing:1px;
}


main table th,
main table td {
/*	border-bottom: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;*/
	padding: 1px;
	height: 45px;
	text-align: center;
	min-height: 56px;
	
	font-size: 1.4rem;
}

div#wrapper table tr.blank td {
	text-align: center;
}

td.cellOff {
	background-color: #f1f3ef;
}

tr#game_02.home_game td.disp_record {
	
}

td.vs_team_name span {
	font-size: 1.2rem;
	color: #e60012;
	vertical-align: top;
}

tr.sttl_kessho th,
tr.sttl_yosen th {
	font-weight: bold;
	font-size: 1.6rem;
	color: #e60012;
}

main table tr {
	position: relative;
	background-color: #fff;
}

main table tr.home_game {
	background-color: #e9f8ff;
/*	position: relative;
	z-index: -1;*/
}

tr.home_game td {
	/*background-color: #e9f8ff;*/
}


table.game thead {
	background-color: #f7f8f6;
}

main thead th {
	position: relative;
	padding-top: 12px;
}

main table.game thead th {
	padding-top: 7px;
	height: auto;
	/*background-color: #f7f8f6;*/
}

table.monthly thead tr th.sttl {
	/*font-size: 1.6rem;*/
	font-weight: bold;
}

main thead th:before {
	content: '';
	display: block;
	height: 7px;
	position: absolute;
	top: 0;
	/*left: 0;*/
	right: 1px;
	/*right: 1px;*/
	overflow: hidden;
}

main thead th:first-child {
	font-size: 1.4rem;
	font-weight: bold;
}

table.offices thead th:first-child,
table.monthly thead th:first-child {
	width: 101px;
}

/*table.game thead th:first-child {
	width: 101px;
}*/

main tbody tr:last-child td:nth-child(-n+2):before ,
main thead th:first-child:before {
	background-color: #222;
}

main thead th {
	font-family: 'roboto';
	font-weight: 500;
	font-size: 1.6rem;
}

table.monthly thead th {
	width: 459px;
}

main thead th:before {
	background-color: #23b7fe;
}

table.monthly thead th:before {
	width: 458px;
}

div.office_u1310 thead th:before {
	width: 836px;
}

table.offices thead th:first-child:before,
table.monthly thead th:first-child:before {
	width: 102px;
}

div.office_u1310 thead th:first-child:before{
	width: 184px;
}

table.offices thead th:before {
	width: 306px;
}

table.offices thead th:last-child:before {
	width: 305px;
	right: 0;
}

main tbody tr:last-child td:before {
	content: '';
	display: block;
	height: 7px;
	position: absolute;
	bottom: 0;
	left: 1px;
}

main tbody tr:last-child td {
	padding-bottom: 17px;
}

/*main table.offices tbody tr:last-child td:first-child:before,*/
main table.monthly tbody tr:last-child td:first-child:before {
	width: 51px!important;
}

/*main table.offices tbody tr:last-child td:nth-child(2):before,*/
main table.monthly tbody tr:last-child td:nth-child(2):before {
	width: 50px;
}

main table.monthly tbody tr:last-child td:nth-child(3):before {
	width: 100%;
}


table.game tbody tr:last-child td:nth-child(2):before,
main tbody tr:last-child td:before {
	background-color: #23b7fe;
}

table.monthly tbody tr:last-child td:before {
	width: 459px;
}

table.game tbody tr:last-child td:before {
	width: 100%;
}


main thead th span {
	font-size: 2.8rem;
}

main table.monthly tbody td:first-child {
	border-right: none;
}

main tbody td:first-child {
	font-size: 2.4rem;
	font-family: 'roboto';
	font-weight: 500;
}

main #tbl_cate_emperors_cup tbody td:first-child {
	font-size: 1.8rem;
}

main tbody td:nth-child(2) {
	font-size: 1.6rem;
}

main tbody td {
	position: relative;
	/*padding: 10px;*/
	padding: 0.6em;
}

main tbody td.score {
	padding: 10px 5px;
}

main tbody td.cellBirthday {
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: bold;
	/*border-right: 1px solid #b3b3b3!important;*/
	/*padding-bottom: 12px;*/
	background-color: #ffe1be;
	padding: 12px 10px;
}

td.cellBirthday:after {
	content: '';
	/*display: block;*/
	display: table-cell;
	width: 100%;
	height: 100%;
	background-color: #ffe1bf;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border: 1px solid #fff;
}

td.cellBirthday img {
	margin-right: 5px;
}

td.cellHoliday {
    color: #de0000;
    background-color: #F6DBD8;
}

td.cellGameDay {
	color: #1077e0;
	font-weight: bold!important;
	z-index: 1;
	/*border-right: 1px solid #b3b3b3!important;*/
	font-size: 1.6rem!important;
	
	padding: 14px 5px;
}

td.cellGameDay:after {
	content: '';
	/*display: block;*/
	display: table-cell;
	width: 100%;
	height: 100%;
	background-color: #f3f6c6;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border: 1px solid #fff;
}

td.cellOff {
	height: 100%!important;
}

td.cellOff:after {
	content: '';
	display: block;
	/*display: table-cell;*/
	width: 100%;
	height: 100%;
	background-color: #f2f3f0;
	border: 1px solid #fff;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0px;
}

td.event_closed {
	background-color: #fbe1dc;
}

/*  */

table.game th:before {
	width: 100%;
	overflow: hidden;
	left: 1px;
	/*right: 1px;*/
}

main table.game th.col_05,
main table.game th.col_06,
main table.game th.col_07 {
	padding-top: 5px;
}

th.col_05:before,
th.col_06:before,
th.col_07:before {
	display: none;
}

table.game th.col_01 {
	width: 70px;
}

table.game th.col_01:before {
	width: 70px;
	left: 0;
}

table.game th.col_02 {
	width: 175px;
}

table.game th.col_02:before {
	width: 174px;
}

table#tbl_cate_emperors_cup.game th.col_02 {
	width: 155px;
}

table#tbl_cate_emperors_cup.game th.col_02:before {
	width: 152px;
}

table.game th.col_03 {
	width: 68px;
	text-align: center;
}

table.game th.col_03:before {
	width: 66px;
}

table.game th.col_04 {
	width: 209px;
}

table.game th.col_04:before {
	width: 207px;
}

table.game th.col_08 {
	/*width: 287px;*/
	width: 227px;
	/*width: auto;*/
}

table.game th.col_08:before {
	/*width: 284px;*/
	width: 226px;
}

body.ybc.y_2018 table.game th.col_01,
body.ybc.y_2018 table.game th.col_01:before {
	width: 100px;
}

table#tbl_cate_emperors_cup.game th.col_01,
table#tbl_cate_emperors_cup.game th.col_01:before {
	width: 110px;
}

body.ybc.y_2018 table.game th.col_08 {
	width: 217px;
}

body.ybc.y_2018 table.game th.col_08:before {
	width: 215px;
}

table#tbl_cate_emperors_cup.game th.col_08 {
	width: 197px;
}

table#tbl_cate_emperors_cup.game th.col_08:before {
	width: 195px;
}

table.game td.sec_num {
	font-size: 2.4rem;
	font-family: 'roboto';
	font-weight: 500;
	
}

tbody.tournament td.sec_num,
table#tbl_cate_emperors_cup td.sec_num,
table#tbl_cate_levain_cup.game td:nth-child(1) {
	font-size: 1.4rem;
}

table#tbl_cate_levain_cup.game td:nth-child(1) {
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 1.3rem;
}

table#tbl_cate_levain_cup.game td.stadium {
	font-size: 1.3rem;
}


#kessho td.sec_num {
	font-size: 1.6rem;
}

tr.home_game td.sec_num {
	color: #23b7fe;
	/*background: url(/common_2017/img/img_site_id_pc.png) ;
	background-position: 3px 45%;
	background-repeat: no-repeat;
	
	background-size:21px auto;
	-webkit-background-size: 21px auto;
	-moz-background-size: 21px auto;*/
	
	
	
	/*text-indent: 10px;*/
	
	position: relative;
}

/*tr.home_game td.sec_num:after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	
	position: absolute;
	
	background: url(/common_2017/img/img_site_id_pc.png) ;
	background-position: 3px 45%;
	background-repeat: no-repeat;
	
	background-size:21px auto;
	-webkit-background-size: 21px auto;
	-moz-background-size: 21px auto;
	
	opacity: 0.6;
	
	top: 25%;
	left: 2%;
}*/

main tbody tr:last-child td.sec_num {
	/*background-position: 8px 38%;*/
}

/*td.match_day {
	font-size: 1.4rem;
	text-align: right;
}*/

td.stadium {
	/* 開幕前 */
	/*text-align: left;*/
	text-align: center;
}

/*table.game td.vs_team_name {
	font-size: 1.7rem;
	text-align: left;
	font-weight: bold;
}*/


















/*  */

p.caution {
	color: #444444;
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 18px;
}


/*  */

div.box_caution {
	display: table;
	margin-top: 40px;
}

div.box_caution:after{
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

div.box_caution h3 {
	width: 101px;
	height: 100%;
	background-color: #e60012;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	/*float: left;*/
	display: table-cell;
	vertical-align: middle;
}

div.box_caution div.inner {
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #e60012;
}

div.box_caution div.inner p {
	margin-bottom: 0.5em;
}


div.box_caution div.inner li {
	padding-left:3em;
	text-indent:-3em;
	line-height: 1.5;
	margin-bottom: 0.4em;
	font-size: 1.2rem;
}

/* 20200116 */

div.box_caution div.inner dl {
	display: flex;
	display:-webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start; 
	align-items: center;
	-webkit-align-items: center;
	flex-direction: row;
	-webkit-flex-direction:row;
	
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	
	/*margin-bottom: 1em;*/
}

div.box_caution div.inner dt,
div.box_caution div.inner dd {
	font-size: 1.3rem;
	margin-bottom: 0.8em;
}

div.box_caution div.inner dt {
	width: 3%;
	
}

div.box_caution div.inner dd {
	width: 97%;
	
}

div.box_caution div.inner dd p {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 0;
}


/* 2017/03/30 */

div.box_caution {
	margin-top: 20px;
	padding: 10px
}

div.box_caution.red {
	border: 1px solid #ff0404;
	color: #ff0404;
	
}

div.box_caution h6 {
	margin-bottom: 5px;
	font-weight: bold;
}

div.box_caution p {
	font-size: 1.3rem;
	line-height: 1.6;
	
}

/* 2017/05/01 */

td.event_other {
/*	background-color: #f7f7f7;
	color: #b2b2b2;*/
	/*background-color: #fff!important;*/
	/*color: #b2b2b2;*/
}

td.event_tr {
	background-color: #d9eaf4;
}

tr td.event_sp {
	background-color: #fff6cb;
}


/* 2017/06/06 */


table#tbl_cate_acl.game th.col_01 {
	/*width: 129px;*/
	width: 110px;
	/*width: 70px;*/
}

table#tbl_cate_acl.game th.col_01:before {
	width: 120px;
}

table#tbl_cate_acl.game th.col_02 {
	width: 145px;
	/*width: 130px;*/
}

table#tbl_cate_acl.game th.col_02:before {
	width: 145px;
}

table#tbl_cate_acl.game th.col_03 {
	width: 77px;
	/*width: 130px;*/
}

table#tbl_cate_acl.game th.col_03:before {
	width: 75px;
}

table#tbl_cate_acl.game th.col_04:before {
	/*width: 145px;*/
	width: 223px;
}


table#tbl_cate_acl.game th.col_04 {
	/*width: 219px;*/
	width: 225px;
}

table#tbl_cate_acl.game th.col_08 {
	/*width: 287px;*/
	/*width: 227px;*/
	width: 207px;
}

table#tbl_cate_acl.game td.vs_team_name {
	font-size: 1.3rem;
}

table#tbl_cate_acl.game tr.home_game td.sec_num {
	background: url(/common_2017/img/img_site_id_pc.png) ;
	background-position: 5px 45%;
	background-repeat: no-repeat;
	
	background-size:21px auto;
	-webkit-background-size: 21px auto;
	-moz-background-size: 21px auto;
	text-indent: 10px;
}

/*  */

body.dirSchedAcl td.match_day.blank {
	text-align: center;
}

/* 2018/07/29 */

table#tbl_cate_levain_cup.game {
	margin-top: 1em;
}

body.ybc.y_2020 div.table_area h4 {
	font-size: 1.8rem;
	margin-top: 1em;
	color: #23b7fe;
	font-weight: bold;
}

/* コロナ */

td.cellGameDay.coronavirus {
	text-decoration: line-through;
	position: relative;
}

td.cellGameDay.coronavirus span {
	text-decoration: none!important;
/*	position: absolute;
	left: 1em;
	top: 1em;*/
	background-color: #d90311;
	color: #fff;
	font-size: 1.4rem;
	padding: 0.4em;
	
	display: inline-block;
	margin-right: 0.4em;
	margin-left: -0em;
}

/*  */

section#caution {
	color: #fff;
	background-color: #e50012;
	text-align: center;
	padding: 3em;
	margin-top: 1.4em;
}

section#caution h6 {
	font-size: 2.6rem;
}

section#caution p {
	font-size: 1.8rem;
	line-height: 1.8;
	margin-top: 1.6em;
}


/* 2020cnav */

/* common */
body#schedule article,
div#box_selector_category,
div#box_selector_category_sub {
	width: 1024px;
	margin: 0 auto;
}


/* category selector */

div#box_selector_category {
	position: relative;
	z-index: 25;
	height: 0;
}

div#box_selector_category ul,
div#box_selector_category_sub ul {
	display: flex;
}

div#box_selector_category ul a,
div#box_selector_category_sub ul a {
	display: block;
	transition: 0.3s;
}


div#box_selector_category ul{
	position: absolute;
	bottom: 0;
}

div#box_selector_category ul li {
	font-size: 1.4rem;
	margin-right: 2px;
	line-height: 1;
}

div#box_selector_category ul li.current {
	font-weight: bold;
}




div#box_selector_category ul li br {
	display: none;
}


div#box_selector_category ul li a {
	color: #111;
	display: block;
	background-color: #eaebe8;
	padding: 1.2em 1em 1em 1em;
	transition: 0.3s;
}




div#box_selector_category ul li a:hover {
	background-color: #fff;
}

div#box_selector_category ul li.current a {
	background-color: #fff;
	pointer-events: none;
	font-weight: bold;
	color: #22b6fe;
}



/* sub category */

/*div#box_selector_category_sub {
	padding: 20px 0 18px 0;
	border-bottom: 1px solid #bbb;
}

div#box_selector_category_sub ul li {
	margin-right: 3px;
	font-size: 1.3rem;
	line-height: 1;
}

div#box_selector_category_sub ul li a {
	color: #020202;
	background-color: #fff;
	padding: 0.8em 0.8em 0.5em 0.8em;
	border-radius: 4px;
}

div#box_selector_category_sub ul li a:hover {
	background-color: #f2f3ef;
}

div#box_selector_category_sub ul li.current a {
	background-color: #111;
	color: #fff;
	pointer-events: none;
	margin-right: 10px;
	margin-left: 10px;
}

div#box_selector_category {
	background-color: rgba(0, 0, 0, 0.5);
	
	position: absolute!important;
	bottom: 0;
}


div#box_selector_category ul {
	
	
}*/























/*  */
