@charset "utf-8";
/* ============================================================================
==ベース CSS
============================================================================= */
h2 {
  background: #005130;
}
h2 img{
  width:320px;
}

h3 {
  height: 44px;
  padding-left: 10px;
  line-height: 44px;
  font-size: 16px;
  font-weight: bold;
}
h4 {
  padding: 15px 0 15px 10px;
  font-size: 15px;
  font-weight: bold;
  background: #f4f0af;
}
h5 {
  width: 100%;
  height: 44px;
  padding-left: 10px;
  padding-right: 5px;
  line-height: 44px;
  font-size: 15px;
  font-weight: bold;
  color: #005130;
  border-top: 1px solid #005130;
}
h5 span {
  display: block;
  width: 100%;
  background: url(/sp/fjstadium/common/images/linkmark_down.png) no-repeat right center;
  background-size: 18px 18px;
}
h5.active span {
  background: url(/sp/fjstadium/common/images/linkmark_up.png) no-repeat right center;
  background-size: 18px 18px;
}
h6 {
  font-size: 14px;
  font-weight: bold;
  color: #005e15;
}

.acdArea {
  display: none;
}
section {
  border-bottom: 1px solid #005130;
  margin-bottom:15px;
}
p.image {
  text-align: center;
}
p.image img{
  width:320px;
  height:auto;
}

p.role {
  width: 100%;
  vertical-align: middle;
  padding: 15px 10px;
  font-size: 14px;
}
div.detailInfo {
  padding: 15px 10px 25px;
  border-top: 1px dashed #005130;
}
div.detailInfo dt {
  font-size: 14px;
  font-weight: bold;
}
div.detailInfo dd {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 20px;
}
div.detailInfo dd:last-child {
  margin-bottom: 0;
}

div.adjacentInfo {
  padding: 15px 10px 25px;
  border-top: 1px dashed #005130;
}
div.adjacentInfo h6 {
  margin-top: 20px;
}
div.adjacentInfo h6:first-child {
  margin-top: 0;
}
div.adjacentInfo h6 a {
  font-size: 14px;
  font-weight: bold;
  color: #005e15;
}
div.adjacentInfo dt {
  float: left;
  font-size: 14px;
  font-weight: normal;
}
div.adjacentInfo dd {
  float: left;
  font-size: 14px;
  font-weight: normal;
}


