@charset "UTF-8";
/* --------------------------
  TITLE : HANSHIN Tigers
  URI : hanshintigers.jp
  (C) HANSHIN Tigers.
-------------------------- */
@import "/common/css/format.css";
/* TICKET 2020～
--------------------------------------- */
h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
h2.bg_black {
  background: rgb(79, 79, 79);
  background: linear-gradient(0deg, rgba(79, 79, 79, 1) 0%, rgba(0, 0, 6, 1) 100%);
  color: #FFFFFF;
  line-height: 1.2;
  padding: 15px;
  font-size: 24px;
}
h3.border {
  background: #000000 url(/fanclub/ticket/img/bg_border.gif) repeat center center;
  background-size: 50% auto;
  color: #FFFFFF;
  line-height: 1.2;
  padding: 15px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 4px solid #fee100;
  text-align: center;
}

p.right{
	text-align: right;
}

.bg_red{
	background: #e60012;
    color: #FFFFFF; 
	padding: 3px; 
	font-weight: bold;
	margin-bottom: 3px;
	width: 550px;
    margin: 0 auto;
}

.text-line {
  text-decoration: line-through;
}
.fc_ticket_news {
  margin: 20px 0;
  border: 2px solid #cc0000;
}
.fc_ticket_news h3 {
  background: #cc0000;
  font-size: 14px;
  padding: 5px 10px;
  color: #FFFFFF;
}
.fc_ticket_news dl {
  margin: 8px 10px;
  font-size: 14px;
  line-height: 1.4;
  border-bottom: 1px dashed #DDDDDD;
  padding-bottom: 8px;
  display: table;
}
.fc_ticket_news dl:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.fc_ticket_news dl dt {
  color: #df0013;
  font-weight: bold;
  display: table-cell;
  white-space: nowrap;
}
.fc_ticket_news dl dd a {
  text-decoration: none;
  color: #df0013;
  display: table-cell;
}
.fc_ticket_news dl dd a:hover {
  text-decoration: underline;
}

.fc_ticket_news p{
	margin: 8px 10px;
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 8px;
	color: #df0013;	
}


.border_yellow {
  background: url(/fanclub/ticket/img/2020/bg_yellow.gif) repeat;
  font-size: 28px;
  font-weight: bold;
  padding: 6px 0;
  text-align: center;
  margin-bottom: 20px;
}
.border_yellow span {
  background: #000000;
  display: block;
  color: #ffe100;
  padding: 10px;
  text-align: center;
}

.fc_nav {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.fc_nav .fc_link_block {
  background: #fee100;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 20px 0;
  border-radius: 5px;
  max-width: 360px;
}
.fc_nav .fc_link_block.nolink {
  position: relative;
  margin-bottom: 40px;
}
.fc_link_block span.note {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #e60000;
  font-weight: bold;
  margin: 0 auto;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.fc_nav .fc_link_block:nth-child(even) {
  margin-left: 20px;
}
.fc_link_block p.note {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  color: #e60012;
}
.fc_link_block a, .fc_link_block span.wp {
  background: url(/fanclub/ticket/img/tigers2022.png) no-repeat center 10px;
  background-size: 160px auto;
  border: 1px solid #000000;
  border-radius: 5px;
  display: block;
  padding: 46px 10px 10px 10px;
  text-align: center;
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  width: 100%;
  position: relative;
}
.fc_link_block a::after {
  position: absolute;
  display: block;
  content: "";
  border-top: 8px solid transparent;
  border-right: 8px solid #000000;
  bottom: 3px;
  right: 3px;
}
.fc_link_block span.date {
  color: #000000;
  font-size: 26px;
  font-weight: bold;
  vertical-align: bottom;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  text-align: center;
  display: inline-block;
}
.fc_link_block span.week {
  background: #000000;
  display: inline-block;
  padding: 4px;
  border-radius: 16px;
  font-size: 12px;
  color: #FFFFFF;
  margin: 0 4px;
  line-height: 1;
  letter-spacing: normal;
}
.fc_nav .fc_link_block span.game {
  display: inline-block;
  vertical-align: bottom;
  margin: 5px auto 0 auto;
  font-size: 18px;
  text-align: center;
}
.fc_link_block span.game small {
  font-size: 13px;
  padding-left: 5px;
  letter-spacing: normal;
}
.fc_link_block span.text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  width: 100%;
}
.fc_link_block.add {
  position: relative;
}
.fc_link_block.add::after {
  content: "追加販売";
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  background: #e60012;
  color: #FFFFFF;
  width: 74px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.fc_link_block.off {
  position: relative;
}
.fc_link_block.off::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  border-radius: 5px;
  z-index: 10;
}
.fc_link_block.off::after {
  content: "発売終了";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #FFFFFF;
  z-index: 11;
  font-size: 20px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.fc_link_block.off.sus::after {
  content: "発売見合わせ";
}
.fc_link_block.off:hover {
  opacity: 1;
}
.ticket_benefits h4.black {
  margin: 10px 0 20px 0 !important;
  text-align: center;
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.ticket_benefits h4.black::after {
  content: "";
  display: block;
  height: 5px;
  background: #000000;
  width: 60px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
}
.ticket_benefits h3.bg_tora {
  background: #fdf18f url(/fanclub/ticket/img/bg_tora_yellow.png) no-repeat 98% -20px;
  background-size: 200px 200px;
  padding: 10px 15px;
  font-size: 20px;
  margin: 20px 0;
}
.fc_regular h3.bg_tora {
  background: #fdf18f url(/fanclub/ticket/img/bg_tora_yellow.png) no-repeat 98% -30px;
  background-size: 180px 180px;
}
.fc_diamondplus h3.bg_tora {
  background: #cad9f6 url(/fanclub/ticket/img/bg_tora_purple.png) no-repeat 98% -30px;
  background-size: 180px 180px;
}
.fc_diamondplus .fc_link_block {
  background: #cad9f6;
}
.fc_kids h3.bg_tora {
  background: #b1e9ff url(/fanclub/ticket/img/bg_tora_blue.png) no-repeat 98% -30px;
  background-size: 180px 180px;
}
.fc_kids .fc_link_block {
  background: #b1e9ff;
}
.fc_family h3.bg_tora {
  background: #f9d2e4 url(/fanclub/ticket/img/bg_tora_pink.png) no-repeat 98% -30px;
  background-size: 180px 180px;
}
.fc_family .fc_link_block {
  background: #f9d2e4;
}
/* TICKET 詳細
--------------------------------------- */
/*--シーズン終了--*/
#fanclub.ticket-price .finish_cont {
  position: relative;
}
#fanclub.ticket-price .finish_cont:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#fanclub.ticket-price .finish_comment {
  font-size: 18px;
  padding: 30px;
  text-align: center;
  color: #CC0000;
}
#fanclub .end_msg {
  padding: 20px;
  color: #E60012;
  border: 2px solid #E60012;
}
#fanclub .end_msg p {
  font-size: 18px;
  font-weight: bold;
  margin: 8px 0;
  text-align: center;
}
.ticket-price #main {
  background: url(../../fanclub/img/pt_ticket.gif) 0 0 no-repeat;
}
.section {
  margin: 10px 0 30px 0 !important;
}
.bg_fc_yellow {
  padding: 10px 12px;
  line-height: 1;
  background: #FFE000;
  border-left: 6px solid #000000;
  color: #000000;
  font-size: 18px;
}

.bg_fc_yellow span{
	font-weight: bold;
	line-height: 1.3em;
}

.bg_fc_yellow.acMenu{
  background:#FFE000 url(/fanclub/img/icon_plus.png) no-repeat 98% center;
  background-size: 20px 20px;
  cursor: pointer;
}
.bg_fc_yellow.acMenu.active{
  background:#FFE000 url(/fanclub/img/icon_batsu.png) no-repeat 98% center;
  background-size: 20px 20px;
}


.card-table.acContents,
.acMenu + div.acContents{
  display: none;
}
h4.bg_fc_yellow {
  margin-bottom: 10px;
}
.bg_diamond {
  background: #caddef;
  padding: 8px 10px;
  color: #1b5071;
  font-weight: bold;
}
.bg_all {
  background: #149c91;
  padding: 8px 10px;
  color: #ffe100;
  font-weight: bold;
}
.bg_regular {
  background: #fdf18f;
  padding: 8px 10px;
  color: #000000;
  font-weight: bold;
}
.bg_reserve {
  background: #5c8944;
  padding: 8px 10px;
  color: #fff;
  font-weight: bold;
}
.bg_ko-tike {
  background: #C2D8D9;
  padding: 8px 10px;
  color: #1b5071;
  font-weight: bold;
  text-align: center;
}
.bg_l-tike {
  background: #D3EDFB;
  padding: 8px 10px;
  color: #0074BF;
  font-weight: bold;
  text-align: center;
}
.bg_ko-tike img, .bg_l-tike img {
  width: 150px;
  height: auto;
}
.bg_l-tike strong{
  font-size: 22px;
}

.bg_gray {
  background: #EEEEEE;
  padding: 8px 10px;
}

.bg_gray.acMenu{
  background:#EEEEEE url(/fanclub/img/icon_plus.png) no-repeat 98% center;
  background-size: 20px 20px;
  cursor: pointer;
}
.bg_gray.acMenu.active{
  background:#EEEEEE url(/fanclub/img/icon_batsu.png) no-repeat 98% center;
  background-size: 20px 20px;
}


.bg_blue {
  background: #0066d8;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 8px 10px;
}
dl.schedule {
  margin-bottom: 10px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
dl.schedule.diamond {
  border: 2px solid #caddef;
}
dl.schedule.all {
  border: 2px solid #149c91;
}
dl.schedule.regular {
  border: 1px solid #fee101;
}
dl.schedule.reserve {
  border: 1px solid #5c8944;
}
dl.schedule dt {
  font-size: 16px;
}
dl.schedule dd {
  margin: 10px;
  line-height: 1.5;
  font-size: 16px;
}
dl.schedule dd h5 {
  margin-top: 0;
}
dl.schedule dd p {
  margin: 0 10px;
}
p.indent {
  text-indent: -1em;
  margin-left: 1em;
}
dl.schedule dd .em {
  font-weight: bold;
  font-size: 18px;
}
dl.schedule dd .txt_line {
  text-decoration: line-through;
}
p.caution {
  margin: 20px 0;
  padding: 10px;
  border: 2px solid #e60012;
  color: #e60012;
}
p.caution a {
  color: #e60012;
}
div.caution_area {
  margin: 20px 0;
  padding: 20px 20px 0;
  border: 2px solid #e60012;
  color: #e60012;
  background: #ffeded;
  font-size: 14px;
}
div.caution_area a {
  color: #e60012;
}

div.caution_area ul.txt_normal{
	color: #000;
	margin-bottom: 20px;
}
div.caution_area2{
  margin:10px 0 30px;
}
div.caution_area2 dl{
  display: table;
  border: 2px solid #000000;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.caution_area2 dt,
div.caution_area2 dd{
  display: table-cell;
  vertical-align: top;
}
div.caution_area2 dt{
  width:70px;
	vertical-align: middle;
}
.ticket_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ticket_img li {
  width: 360px;
  font-size: 12px;
  text-align: center;
}
.ticket_img li img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.btn-link {
  padding: 20px 10px;
}
.btn-link ul {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.btn-link ul li, .btn-link p {
  display: inline-block;
  width: 240px;
  margin: 0 10px;
  border-radius: 5px;
  text-align: center;
}
.btn-link p {
  margin: 0 auto 10px;
  display: block;
}
.btn-link ul li.wide {
  width: 320px;
  margin-top: 20px;
}
.btn-link ul li a, .btn-link p a {
  background: url(/fanclub/ticket/img/arrow_bt_buy_w.png) center right 12px no-repeat;
  color: #FFFFFF;
  vertical-align: middle;
  display: block;
}
.btn-link ul li.l-tike, .btn-link p.l-tike {
  background: #0074BF;
}
.btn-link ul li.ko-tike {
  background: #cbdddf;
}
.btn-link ul li.off {
  background: #cccccc;
}
.btn-link ul li.link {
  background: #000000;
  width: auto;
}
.btn-link ul li.link_red {
  background: #e60012;
  width: auto;
}

.btn-link ul li.link_blue {
  background: #0074BF;
  width: auto;
}

.btn-link ul li.link a, .btn-link ul li.link span,
.btn-link ul li.link_red a, .btn-link ul li.link_red span,
.btn-link ul li.link_blue a, .btn-link ul li.link_blue span{
  font-weight: bold;
  font-size: 16px;
  padding: 10px 30px 10px 10px;
  text-decoration: none;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.howto_wp {
  margin: 10px 0;
}
.howto_wp.ko-tike {
  border: 2px solid #005352;
}
.howto_wp.l-tike {
  border: 2px solid #0074BF;
}
h4.bg_green {
  background: #005352;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 10px 0;
  padding: 10px;
}
.howto_wp .inner {
  padding: 15px;
}
.howto_wp dl.howto {
  margin-top: 20px;
  line-height: 1.5;
  font-size: 14px;
}
.howto_wp dl.howto.nomg,
.howto_wp .nomg{
  margin-top: 0;
}
.howto_wp dl.howto
.howto_wp dl.howto dt {
  background: #EEEEEE;
  padding: 8px;
  font-weight: bold;
}
.howto_wp dl.howto dd {
  margin: 0 10px;
}
.howto_wp dl.howto dd.em {
  font-weight: bold;
  margin: 10px;
}
.howto_wp .btn-link {
  background: none;
  padding: 0;
}
.howto_wp .btn-link a, .howto_wp .btn-link span {
  display: block;
  font-weight: bold;
  font-size: 16px;
  padding: 20px 10px;
  text-decoration: none;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.howto_wp .btn-link span {
  background: #cccccc;
  border-radius: 5px;
  color: #8e8e8e;
  text-align: center;
}
.howto_wp .btn-link .ko-tike {
  background: none;
}
.howto_wp .btn-link .ko-tike a {
  background: #008086 url(/fanclub/ticket/img/arrow_bt_buy_w.png) center right 12px no-repeat;
  color: #FFFFFF;
  border-radius: 5px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.howto_wp dd.att_box {
  border: 2px solid #e60012;
  padding: 15px 20px;
}
div.att_box p, div.att_box2 p, .howto_wp dd.att_box p, .howto_wp dd.att_box li {
  font-size: 14px;
  margin-top: 5px;
}
div.att_box {
  padding: 15px;
  background: #fffbdb;
  margin: 20px 0;
}
div.att_box2 {
  padding: 15px;
  background: #ffeded;
  margin: 20px 0;
  border: 2px solid #cc0000;
}
div.att_box2 .m_tit {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #cc0000;
  margin-bottom: 5px;
}
h4.stl_koshien {
  background: #0d853d;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  line-height: 1;
  margin-bottom: 10px;
}
h4.stl_kyocera {
  background: #043a8c;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  line-height: 1;
  margin-bottom: 10px;
}
h5.bg_gray {
  font-weight: bold;
  margin: 20px 0 10px 0;
  font-size: 14px;
}
h5.bg_gray.no-mt {
  margin-top: 0;
}
ul.indent li {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 5px;
}
ul.indent.em li {
  font-size: 15px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
p.txt {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
}
p.period {
  font-size: 16px;
  line-height: 1.6;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  margin: 0 10px;
  font-weight: bold;
}
p.period span {
  font-weight: normal;
}
p.link-text, p.link-text-l {
  font-size: 14px
}
p.link-text.right {
  text-align: right;
}
p.link-text img {
  width: auto;
  height: 18px;
  padding: 0 5px;
  vertical-align: sub;
}
p.link-text a {
  display: inline-block;
  position: relative;
  padding-right: 8px;
}
p.link-text-l a {
  display: inline-block;
  position: relative;
  padding-left: 12px;
}
p.link-text a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #0066CC;
  border-right: solid 1px #0066CC;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}
p.link-text-l a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #0066CC;
  border-right: solid 1px #0066CC;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
p.txt.em {
  font-size: 18px;
}
.x2 {
  font-size: 20px;
}
.txt-u {
  text-decoration: underline;
}
.txt-line {
  text-decoration: line-through;
}
.red {
  color: #cc0000;
}
.price-table h6 {
  font-size: 16px;
  font-weight: bold;
}
.c-koshien {
  color: #0d853d;
}
.c-kyocera {
  color: #043a8c;
}
h6.c-koshien span {
  background: #0d853d;
  color: #FFFFFF;
  display: inline-block;
  padding: 2px 5px;
}
h6.c-kyocera span {
  background: #043a8c;
  color: #FFFFFF;
  display: inline-block;
  padding: 2px 5px;
}

.flex-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-wrap .price-table table{
  width: 300px;
}
.flex-wrap .seat-img{
  width: 300px;
}


.flex-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
	flex-wrap: wrap;
}

.flex-item .half_box{
	width: 360px;
	margin: 0 5px;

}

.price-table {
  overflow: hidden;
}
.seat-img {
  width: 420px;
  text-align: center;
  margin: 10px auto;
}
.seat-img img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  margin: 0 auto;
}
.price-table table {
  width: 420px;
  margin: 10px 0;
  float: left;
}
.price-table.wide .seat-img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.price-table.wide table {
  width: 100%;
  margin: 10px 0;
  float: none;
}
.price-table table th, .price-table table td {
  padding: 5px;
  border: 1px solid #cccccc;
  font-size: 13px;
  vertical-align: middle;
}
.price-table table th {
  text-align: center;
  background: #eeeeee;
  font-weight: normal;
}
.price-table table tbody th {
  white-space: nowrap;
  font-weight: normal;
}
.price-table table tbody td {
  text-align: right;
}
.price-table table tbody td.center {
  text-align: center;
}
.price-table table th.fc-price {
  font-weight: bold;
}
.price-table table td.fc-price {
  background: #fffb93;
  font-weight: bold;
}
.price-table th.tl {
  text-align: center;
  width: 30px;
}
.price-table th.tl span {
  display: inline-block;
  width: 30px;
  height: 16px;
  vertical-align: middle;
}
.price-table span.special_center {
  background: #6eb92b;
}
.price-table span.green {
  background: #92a424;
}
.price-table span.green_low {
  background: #288e3a;
}
.price-table span.green_up {
  background: #00442e;
}
.price-table span.special_free {
  background: #ab951c;
}
.price-table span.ivy_seat {
  background: #C3D82E;
}
.price-table span.outfield_free, .price-table span.outfield_free {
  background: #ec6d74;
}
.price-table span.mitsuya_cider {
  background: #22B6BB;
}
.price-table span.twin_triple {
  background: #E96A00;
}
.price-table span.smbc_relax {
  background: #41096A;
}
.price-table span.panorama {
  background: #4B3711;
}
.price-table span.toshiba {
  background: #E50010;
}
.price-table span.smbc-1st {
  background: #fed900;
}
.price-table span.smbc-3rd {
  background: #F8BD00;
}
.price-table span.alps_1st {
  background: #A05C97;
}
.price-table span.alps_3rd {
  background: #175BA4;
}
.price-table span.outfield_right {
  background: #1F8ECE;
}
.price-table span.outfield_left {
  background: #77BFE3;
}
.price-table span.visitor {
  background: #E4007F;
}
.price-table span.leftvisitor {
  color: #FFFFFF;
  text-align: center;
  width: 16px !important;
  line-height: 16px;
}
.price-table span.a {
  background: #F20072;
}
.price-table span.b {
  background: #AA035A;
}
.price-table span.c {
  background: #FCAAD3;
  color: #000000;
}
.price-table span.d {
  background: #f7dce3;
  color: #000000;
}
.price-table span.e {
  background: #F40986;
}
.price-table span.f {
  background: #FEE7BC;
  color: #000000;
}
.price-table span.g {
  background: #f8c8c9;
  color: #000000;
}
.price-table span.h {
  background: #ef9f95;
  color: #000000;
}
.price-table span.breeze {
  background: #6FBA2C;
}
.price-table span.breeze_pair {
  background: #C01920;
}
.price-table span.spbox {
  background: #804f21;
}
.price-table span.loyal {
  background: #e84493;
}
.price-table span.field-a {
  background: #ee7710;
}
.price-table span.field-b {
  background: #f4cd00;
}
.price-table span.special-center {
  background: #875aa3;
}
.price-table span.special-infield {
  background: #eb6da5;
}
.price-table span.infield-free {
  background: #52c3f1;
}
.price-table span.outfield-free {
  background: #f19db4;
}
.price-table span.loyal-regular {
  background: #e70010;
}
.price-table span.field-a-regular {
  background: #784e24;
}
.price-table span.field-b-regular {
  background: #c79e5f;
}
.price-table span.reserve-net {
  background: #f39e96;
}
.price-table span.special-a {
  background: #3cb233;
}
.price-table span.special-b {
  background: #ffd43c;
}
.price-table span.special-reserved {
  background: #875aa3;
}
.price-table span.infield-reserved {
  background: #00347e;
}
.price-table span.panorama-kyocera {
  background: #f39a00;
}
.price-table span.infield-reserve-up {
  background: #fff79a;
}
.price-table span.outfield-reserved {
  background: #eb6da6;
}
.price-table span.outfield-r {
  background: #00a6eb;
}
.price-table span.outfield-l {
  background: #00823c;
}
.price-table span.net-back {
  background: #f19c97;
}
.price-table span.lawson {
  background: #FFF000;
}
.price-table span.panorama {
  background: #f39700;
}
.price-table span.infield-reserved-up {
  background: #fff899;
}
.price-table span.outfield-reserved-right {
  background: #00a7ea;
}
.price-table span.outfield-reserved-left {
  background: #006a2c;
}
.price-table span.lower-outfield-reserved-left {
  background: #EB664F;
}
.price-table span.infield-free-up {
  background: #f39700;
}
.price-table span.lower-outfield-reserved-right {
  background: #C62AA8;
}
.price-table span.infield_c_free {
    background: #c490bf;
}

.price-table span.infield_a {
    background: #0068b7;
}

.price-table span.infield_b_1st {
    background: #14a83b;
}

.price-table span.infield_b_3rd {
    background: #beac42;
}

.price-table span.lower-outfield-reserved-left {
    background: #EB664F;
}

.price-table span.outfield_r_free {
    background: #f39938;
}

.price-table span.infield_c_3rd{
	background: #cc6699;
}

/*-----ほっともっと用-----*/
.excellent_hm {
    background: #f08200;
}

.executive_hm {
    background: #e4007f;
}

.net_back_hm {
    background: #8da3c4;
}

.live_hm {
    background: #87caac;
}

.a_reserved_hm {
    background: #f7c8dc;
}

.circle_number {
    width: 1.5em;
    height: 1.5em;
    border: 1px solid black;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
	margin: 0 auto;
}

.price-table span.fc_only {
  background: #cc0000;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 4px;
}
table.summary-table {
  margin: 10px 0;
}
table.summary-table th, table.summary-table td {
  border: 1px solid #cccccc;
  padding: 10px;
  font-size: 13px;
  line-height: 1.4;
  font-weight: normal;
}
table.summary-table th {
  white-space: nowrap;
  width: 140px;
}
table.summary-table thead th, table.summary-table tbody th {
  background: #eeeeee;
  text-align: center;
}
table.summary-table tbody th img {
  width: 140px;
  height: auto;
}
table.summary-table.other th, table.summary-table.other td {
  display: block;
  width: 100%;
  border: none;
  line-height: 1.5;
  box-sizing: border-box;
}
table.summary-table tbody td h5 {
  background: #EEEEEE;
  padding: 8px 10px;
  margin: 0 0 5px;
  ;
}
table.summary-table th.premium {
	background: #b94047;
	padding: 8px 10px;
	color: #ffffff;
	font-weight: bold;
}
table.summary-table th.diamond {
  background: #caddef;
  padding: 8px 10px;
  color: #1b5071;
  font-weight: bold;
}
table.summary-table th.all {
  background: #149c91;
  padding: 8px 10px;
  color: #ffe100;
  font-weight: bold;
}
table.summary-table th.regular {
  background: #fdf18f;
  padding: 8px 10px;
  color: #000000;
  font-weight: bold;
}
table.present {
  width: 100%;
}
table.present th, table.present td {
  text-align: center;
}
table.card-table {
  width: 100%;
  margin: 10px 0;
}
table.card-table thead th {
  background: #fdf18f;
  font-weight: bold;
  line-height: 1.2;
}
table.card-table th, table.card-table td {
  padding: 6px 5px;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #fee101;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
table.card-table tbody td {
  border-bottom: 2px solid #fdf18f;
  line-height: 1.8;
}
table.card-table tbody th {
  background: #f7f7f7;
  border-bottom: 2px solid #fdf18f;
}
table.card-table tbody td .event {
  text-align: center;
}
table.card-table tbody td .event img {
  display: block;
  width: auto;
  height: 30px;
  margin: 0 auto;
  vertical-align: bottom;
}
table.card-table tbody td .team {
  width: 36px;
  height: auto;
  display: block;
  margin: 0 auto;
  vertical-align: middle;
}
ul.event_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px 0;
}
ul.event_link li {
  width: 48%;
  border: 1px solid #cccccc;
  border-radius: 5px;
  text-align: center;
}
ul.event_link li a {
  display: block;
  border: 2px solid #FFFFFF;
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  position: relative;
  color: #000000;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
ul.event_link li a::after {
  position: absolute;
  display: block;
  content: "";
  border-top: 8px solid transparent;
  border-right: 8px solid #000000;
  bottom: 0px;
  right: 0px;
  z-index: 0;
}
ul.event_link li img {
  width: 40px;
  height: auto;
  display: block;
  margin: 0 auto 10px auto;
}
ul.seat_spacing {
  margin-top: 20px;
  font-size: 15px;
}
.mt15 {
  margin-top: 15px;
}
.mt10 {
  margin-top: 10px;
}
.mt5 {
  margin-top: 5px;
}
/*=======================
 #vaccine_cont accordion
=======================*/
#vaccine_cont {
  font-size: 13px;
}
.bg_fc_yellow.ac_bt {
  position: relative;
  padding: 0;
  cursor: pointer;
  background: #000;
}
.bg_fc_yellow.ac_bt a {
  display: block;
  color: #fff;
  padding: 10px 30px 10px 12px;
}
.bg_fc_yellow.ac_bt:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*.bg_fc_yellow.ac_bt.ac_open:after{
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}*/
.ac_cont {
  padding-top: 10px;
}
.ac_cont h4.bg_fc_yellow:nth-of-type(n+2) {
  margin-top: 20px;
}
.ac_cont .img_table {
  margin: 10px auto 0;
}
.ac_cont .img_table td {
  text-align: center;
}
#vaccine_cont .vac_table {
  margin-top: 10px;
  width: 100%;
}
#vaccine_cont .vac_table thead th {
  background: #eee;
  text-align: center;
}
#vaccine_cont .vac_table th, #vaccine_cont .vac_table td {
  border-collapse: collapse;
  border: 1px solid #cccccc;
  padding: 10px;
  vertical-align: middle;
}
.box_border {
  border: 2px solid #363636;
  border-top: none;
  margin-top: 10px;
}
.box_border h4 {
  background: #000;
  line-height: 1.2;
  font-size: 15px;
  color: #fff;
  padding: 10px;
}
.box_border h4 .yellow {
  color: #ffe000;
}
.box_border .box_inner {
  padding: 10px;
}
.box_border .box_inner h6 {
  font-size: 14px;
  font-weight: bold;
  padding: 6px 8px;
  background: #E5E5E5;
}
.box_border .box_inner .c_tit {
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.4;
  color: #cc0000;
  font-weight: bold;
}
.box_border .box_inner .c_tit2 {
  font-size: 14px;
  line-height: 1.4;
  color: #e60012;
  font-weight: bold;
}

#remind div.inner_yellow {
  background: #fffce5;
  padding: 20px;
  border: #ffe100 2px solid;
}
#remind h5 {
  background: #ffe100;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 7px 0 2px 0;
}
#remind p{
  font-size: 14px;
  line-height: 1.5;
}
#remind a.btn_remind_green {
  background: #ffe100 url(/fanclub/ticket/img/2023/btn_arrow_bg_green.png) no-repeat right 20px center;
  border: #157231 2px solid;
  color: #157231;
  font-size: 16px;
}
#remind a.btn_remind_blue {
  background: #ffe100 url(/fanclub/ticket/img/2023/btn_arrow_bg_blue.png) no-repeat right 20px center;
  border: #0057ad 2px solid;
  color: #0057ad;
  font-size: 16px;
}
#remind .btn {
  display: block;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 15px;
  text-decoration: none;
  width: 560px;
  margin: 20px auto;
}