@charset 'utf-8';
/**
 * For exhibition page
 */
/**
 * /blog/exhibition/
 * archive-exhibition.php template
 */
 /**
  * The content Note uses this style sheet.
  */
 #body {
  padding: 0 25px;
 }
#closedHeader {
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 35px;
}
.exhibitionContents,
.noteContents {
  color: #555;
  padding-bottom: 100px;
}
.exhibitionContents .exhibitionTitle,
.noteContents .noteTitle{
  color: #333;
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 0.8em;
}
.exhibitionContents .period,
.exhibitionContents .location,
.noteContents .period,
.noteContents .location {
  font-size: 18px;
  padding-bottom: 0.8em;
}
.exhibitionContents .content,
.noteContents .content {
  font-size: 16px;
  line-height: 1.6em;
}
.exhibitionContents p,
.exhibitionContents h3,
.noteContents p,
.noteContents h3 {
  padding-bottom: 0.7em;
}
.exhibitionContents p,
.noteContents p {
  padding-bottom: 1.7em;
}
.exhibitionContents h3,
.noteContents h3 {
  font-size: 18px;
  font-weight: bold;
}