@CHARSET "UTF-8";

@media print {
  a[href]:after {
    content: none;
  }
  abbr[title]:after {
    content: none;
  }
}

/* リンクカラー */
a {
  color: #428bca;
}

.content-custom{
  padding-right: 300px;
}

.break-after {
  page-break-after: always;
}

.break-before {
  page-break-before: always;
}

.break-avoid {
  page-break-inside: avoid;
}

.demo-headline-custom {
  text-align: center;
  padding: 40px 0;
}

#demo-logo-title {
  color: #34495e;
}

/* 大項目 */
.title-bg {
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

/* 小項目 */
.title-sm {
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  padding: 0px 10px 5px;
  margin-bottom: 20px;
}

/* 画像 */
.panel-img {
  max-width: 100%;
  margin-bottom: 50px;
}

/* 画像 枠線あり */
.panel-img-border {
  border: 1px solid #aaa;
}

/* 画像 説明文 */
.panel-caption {
  font-size: 15px;
}

/* 目次 大項目 */
.list-group-item-bg {
  font-size: 18px;
}

/* 目次 小項目 */
.list-group-item-sm {
  font-size: 15px;
  padding-left: 2em;
}