@charset "UTF-8";
/* ---------------------------------------
  TITLE : HANSHIN Tigers
  URI : hanshintigers.jp
  (C) HANSHIN Tigers.
--------------------------------------- */
.exhibition#main {
  background: transparent url(/fanclub/img/pt_event.gif) 0 0 no-repeat;
}
.exhibition h2 img {
  width: 100%;
  height: auto;
}
.exhibition .unit {
  margin: 20px 20px 30px 20px;
}
.exhibition h4.bg_fc_yellow {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 10px 0;
  border-left: 4px solid #000;
  padding: 6px 8px;
  background: #ffe000;
}
.exhibition p.lead, 
.exhibition dl.date {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
  padding: 20px;
  background: #D1E8FF;
}

.exhibition div.lead{
  font-size: 15px;
  line-height: 1.8;
  padding: 20px;
  background: #D1E8FF;
}

.exhibition p.lead {
  margin-bottom: 10px;
}
.exhibition dl.date {
  display: flex;
  flex-wrap: wrap;
  margin-top: -30px;
}
.exhibition dl.date dt {
  width: 10%;
}
.exhibition dl.date dd {
  width: 90%;
}
.exhibition table.card-table {
  width: 100%;
  margin: 10px 0;
}
.exhibition table.card-table thead th {
  background: #99ccff;
  font-weight: bold;
  line-height: 1.2;
}
.exhibition table.card-table th, table.card-table td {
  padding: 6px 5px;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #D1E8FF;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.exhibition table.card-table tbody td {
  border-bottom: 3px solid #D1E8FF;
  line-height: 1.8;
  background: #fff;
}
.exhibition table.card-table tbody th {
  background: #f7f7f7;
  border-bottom: 2px solid #D1E8FF;
}
.exhibition table.card-table tbody td .team {
  width: 36px;
  height: auto;
  display: block;
  margin: 0 auto;
  vertical-align: middle;
}
.exhibition ul.indent li {
  text-indent: -1em;
  margin-left: 1em;
}
.exhibition ul.indent.notice li {
  font-size: 13px;
  margin-top: 5px;
}
.exhibition ul.indent.notice li:first-child {
  margin-top: 0;
}
.exhibition p.txt {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.exhibition table.basic-table1 {
  width: 100%;
}
.exhibition table.basic-table1 th, .exhibition table.basic-table1 td {
  font-size: 14px;
  padding: 10px;
}
.exhibition table.basic-table1 th {
  width: 100px;
  text-align: center;
}
p.link-text-l a {
  display: inline-block;
  position: relative;
  padding-left: 12px;
  font-size: 14px;
}
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;
}
.text-line {
  text-decoration: underline;
}
.redbox {
  margin: 10px;
  border: 2px solid #e60000;
  font-size: 16px;
  padding: 10px;
  color: #e60000;
  font-weight: bold;
  text-align: center;
}
a.app_btn {
  font-weight: bold;
  display: inline-block;
  padding: 10px 15px;
  background: #ffe83e;
  border: solid 3px #ffe000;
  color: #000;
  border-radius: 5px 5px;
  margin: 5px 0;
  transition: all .3s;
}
a.app_btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
.flex_box {
  display: flex;
  justify-content: space-between;
  margin: 0 10px 10px 0;
}