@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.4rem;
	line-height: 1;
	text-align: center;
	font-weight: bold;
}

#snav_sche li a {
	display: table-cell;
	height: 44px;
	color: #222222;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	position: relative;
	z-index: 1;
	vertical-align: middle;
}


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

#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: 20px;
	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;
}

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:after {
	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):after,
main thead th:first-child:after {
	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:after {
	background-color: #23b7fe;
}

table.monthly thead th:after {
	width: 458px;
}

div.office_u1310 thead th:after {
	width: 836px;
}

table.offices thead th:first-child:after,
table.monthly thead th:first-child:after {
	width: 102px;
}

div.office_u1310 thead th:first-child:after {
	width: 184px;
}

table.offices thead th:after {
	width: 306px;
}

table.offices thead th:last-child:after {
	width: 305px;
	right: 0;
}

main tbody tr:last-child td:after {
	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:after {
	display: none;
}

/*main table.offices tbody tr:last-child td:nth-child(2):before,*/
main table.monthly tbody tr:last-child td:nth-child(2):after {
	display: none;
}

main table.monthly tbody tr:last-child td:nth-child(3):after {
	width: 100%;
}


table.game tbody tr:last-child td:nth-child(2):after,
main tbody tr:last-child td:after {
	background-color: #23b7fe;
}

table.monthly tbody tr:last-child td:after {
	width: 459px;
}

table.game tbody tr:last-child td:after {
	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 tbody td:nth-child(2) {
	font-size: 2rem;
}

main tbody td {
	position: relative;
	padding: 10px;
}

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.sat {
	color: #22b6fe;
}

td.cellHoliday {
	color: #de0000;
}

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:after {
	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:after,
th.col_06:after,
th.col_07:after {
	display: none;
}

table.game th.col_01 {
	width: 70px;
}

table.game th.col_01:after {
	width: 70px;
	left: 0;
}

table.game th.col_02 {
	width: 145px;
}

table.game th.col_02:after {
	width: 142px;
}

table#tbl_cate_emperors_cup.game th.col_02 {
	width: 155px;
}

table#tbl_cate_emperors_cup.game th.col_02:after {
	width: 152px;
}

table.game th.col_03 {
	width: 68px;
}

table.game th.col_03:after {
	width: 65px;
}

table.game th.col_04 {
	width: 219px;
}

table.game th.col_04:after {
	width: 216px;
}

table.game th.col_08 {
	/*width: 287px;*/
	width: 247px;
}

table.game th.col_08:after {
	/*width: 284px;*/
	width: 244px;
}

table#tbl_cate_emperors_cup.game th.col_01,
table#tbl_cate_emperors_cup.game th.col_01:after,
body.ybc.y_2017 table.game th.col_01,
body.ybc.y_2017 table.game th.col_01:after {
	width: 100px;
}

body.ybc.y_2017 table.game th.col_08 {
	width: 217px;
}

body.ybc.y_2017 table.game th.col_08:after {
	width: 215px;
}

table#tbl_cate_emperors_cup.game th.col_08 {
	width: 207px;
}

table#tbl_cate_emperors_cup.game th.col_08:after {
	width: 205px;
}

table.game td.sec_num {
	font-size: 2.4rem;
	font-family: 'roboto';
	font-weight: 500;

}

table#tbl_cate_emperors_cup td.sec_num,
table#tbl_cate_levain_cup.game td.sec_num {
	font-size: 1.6rem;
}

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

table#tbl_cate_final tr.home_game td.sec_num {
	padding-top: 1em;
	background-position: 23px 25%;
	text-indent: 0;
}


table#tbl_cate_emperors tr td.sec_num {
	font-size: 1.4rem;
}


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

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

/* 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.2rem;
	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: 70px;*/
}

table#tbl_cate_acl.game th.col_01:after {
	width: 129px;
}

table#tbl_cate_acl.game th.col_02 {
	/*width: 145px;*/
	width: 125px;
}

table#tbl_cate_acl.game th.col_04 {
	/*width: 219px;*/
	width: 200px;
}

table#tbl_cate_acl.game th.col_08 {
	/*width: 287px;*/
	width: 227px;
}

table#tbl_cate_acl.game td.vs_team_name {
	font-size: 1.5rem;
}

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

/* 20210204 */

#box_container table.game .gola_getter:before {
	/*width: auto;*/
	display: inline-block;
	margin-right: 0.2em;
	margin-left: -0.4em;
	/*	position: static;
	background-color: transparent;*/
}

.gola_getter.draw:before {
	content: '△';
}

.gola_getter.win:before {
	content: '●';
	color: #23b7fe;
}

.gola_getter.lose:before {
	content: '●';
	color: #898686;
}