@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;
}

/* for informatin.php */

.linkList02 li a {
  border: none;
}

/* detaile.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;
}