@charset "utf-8";

/*
 *
 * ===== セミナーページ用CSS =====
 *
 */

body > .container {
  margin-bottom: 40px;
}

#page-content h1 {
  margin-bottom: 20px;
  padding: 15px;
  text-align: center;
  font-size: 30px;
  color: #FFFFFF;
  background-color: #4B7F63;
}

#page-content h2 {
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
  font-size: 24px;
  color: #FFFFFF;
  background-color: #D92E61;
}

#page-content h3 {
  margin-bottom: 20px;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: bold;
  background-color: #E8F5E9;
  border-top: 2px solid #8BB97B;
}

#page-content section {
  margin: 30px 20px;
}

#page-content p {
  font-size: 16px;
}

#page-content img {
  max-width: 100%;
}

#page-content .left {
  text-align: left;
}
#page-content .right {
  text-align: right;
}
#page-content figure,
#page-content .center {
  text-align: center;
}
#page-content figure {
  margin-bottom: 10px;
}

#page-content .btn .glyphicon {
  font-size: 14px;
  vertical-align: 1px;
}

/* --- お問い合わせ --- */
#page-content .contact {
  margin: 20px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  background-color: #FFFDE7;
}
#page-content .contact p {
  text-align: center;
}

/* --- テーブル --- */
.table-seminar {
  margin-top: 30px;
  border: 2px solid #8BB97B;
}

.table-seminar caption {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #8BB97B;
}

.table-seminar thead th {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  background-color: #F6F6F6;
}

.table-seminar td {
  line-height: 1.6;
  vertical-align: middle;
}

.table-seminar tr > td:nth-child(1) {
  min-width: 8em;
}
.table-seminar tr > td:nth-child(3),
.table-seminar tr > td:nth-child(4) {
  text-align: center;
  white-space: nowrap;
}
.table-seminar tr > td:nth-child(3) {
  min-width: 7em
}
.table-seminar tr > td:nth-child(4) {
  min-width: 6em
}

.table-seminar a {
  line-height: 1.6;
  border-bottom: 1px dashed #337AB7;
}



/* - eof. */
