@charset "UTF-8";
/* CSS Document */

#mainVisual {
  width: 300px;
  margin: 0 auto;
  padding: 0 10px 17px;
}
#mainVisual figure {
  text-align: center;
}
#mainVisual figcaption {
  text-align: right;
}

#introduction {
  padding-bottom: 20px;
}
#introduction h2 {
  padding: 0 10px 23px;
}

#summary {
  padding: 0 10px;
}
#summary h3 {
  display: none;
}
#summary dt {
  padding: 7px;
  color: #fff;
  background: #000;
  font-size: 108%;
}
#summary dd {
  padding: 7px 0 15px;
}
#summary dd a {
  color: #ff6c00;
  text-decoration: underline;
}

#description {
}
#description h3 {
  display: none;
}

#information .linkList {
  margin-bottom: 15px;
}
#information .linkList li:last-child {
  border-bottom: 5px solid #e9e5de;
}

#information .btn_basic {
  margin-bottom: 16px;
}

/* other - index.php */
.linkList {
}
.exhibitionName {
  color: #f00;
}
.linkList li {
  border-bottom: 1px solid #e9e5de;
}
#index .linkList li:last-child {
  border-bottom: none;
}
.linkList li a {
  padding-bottom: 0;
  border-bottom: none;
}
.mediaBox {
  padding-bottom: 14px;
}

.term {
  clear: both;
  margin: 0 10px 10px;
  padding: 7px 10px;
  text-align: center;
  background-color: #e9e5de;
  color: #666;
}

/* other - detail.php */
#detailSummary {
  padding: 0 10px;
}
#detailSummary hgroup {
  margin-bottom: 10px;
}
#detailSummary hgroup h2 {
  margin-bottom: 5px;
}
#detailSummary dt {
  padding: 7px;
  color: #fff;
  background: #000;
  font-size: 108%;
}
#detailSummary dd {
  padding: 7px 0 15px;
}
#detailSummary dd a {
  color: #ff6c00;
  text-decoration: underline;
}
#detailSummary dd p {
  padding-bottom: 10px;
}

.galleryBox {
  text-align: center;
}
.galleryBox .gallery {
  display: inline-block;
  width: 140px;
}
.galleryBox .gallery figure,
.galleryBox .gallery figcaption {
  display: inline-block;
  width: 140px;
}