@charset "utf-8";

/*----------------------------------------------------------------------
  SCHEDULE INDEX
----------------------------------------------------------------------*/

article.body .fz-menu li a {
  color: #8F0038;
  border: 1px solid #8F0038;
  padding: 1em;
  background-color: #fff;
  display: block;
  text-align: center;
  transition: all 300ms ease;
}

@media all and (max-width: 767px) {
article.body .fz-menu.component-index-card .list-card { height: auto; margin-bottom: 1em; }
article.body .fz-menu.component-index-card .list-card:last-child { margin-bottom: 0; }
}

article.body .fz-menu li a:hover {
  background-color: #f8dcdd;
	 opacity: 1;
}

/*----------------------------------------------------------------------
  ALLJAPAN
----------------------------------------------------------------------*/

.result-area a { font-family: "abolition",sans-serif; font-size: 22px; margin-left: 5px; letter-spacing: 0.1em; }
.result-circle { font-size: 18px; }
.ticket-btn {
		line-height: 30px;
		text-align: center;
		font-family: "abolition",sans-serif;
		letter-spacing: 0.3em;
		padding-left: 0.3em;
		font-size: 16px;
		display: inline-block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-width: 2px;
		border-style: solid;
		border-color: #e5e5e5;
		background: #e5e5e5;
		color: #fff !important;
}
article.body td a.ticket-btn[target=_blank]:after {
	content: none !important;
	width: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
}

@media all and (max-width: 767px) {
	.result-area a { font-size: 20px; }
	.result-circle { font-size: 16px; }
	.tbl-aj { font-size: 11px !important; }
}

/*----------------------------------------------------------------------
  LIST
----------------------------------------------------------------------*/
article.body td.ticket-box a[target=_blank]:after {
	content: none !important;
	width: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
}