@charset "utf-8";
h3.contents_caption {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-left: 15px;
  padding-top: 5px;
  border-left: 4px solid #00a1b3;
  font-size: 22px;
  line-height: 105%;
  margin-bottom: 18px;
  margin-top: 20px;
  margin-right: 20px;
}
.breadcrumb {
  zoom: 1;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  font-size: 10px;
  padding-left: 25px;
  padding-right: 25px;
  padding: 0;
  line-height: 24px;
  color: #999;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.breadcrumb:before,
.breadcrumb:after {
  content: "";
  display: table;
}
.breadcrumb:after {
  clear: both;
}
.breadcrumb li {
  float: left;
  font-size: 100%;
}
.breadcrumb li:after {
  padding-left: 5px;
  padding-right: 5px;
  content: ' » ';
  display: inline-block;
}
.breadcrumb li:last-child:after {
  display: none;
}
.entry h4 {
  border-top: 2px solid #00a1b3;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 128.6%;
  padding: 13px 0px 8px;
  color: #333;
}
.date {
  color: #666;
  font-size: 11px;
  margin-top: 5px;
}
.text {
  margin-top: 15px;
  line-height: 170%;
  padding: 0px 5px;
}
.text a {
  color: #c00;
}
.page_navigation {
  margin-top: 20px;
  border-top: 1px solid #ccc;
  line-height: 18px;
  font-size: 12px;
  color: #888;
  padding: 10px 0px 15px;
  zoom: 1;
}
.page_navigation:before,
.page_navigation:after {
  content: "";
  display: table;
}
.page_navigation:after {
  clear: both;
}
.page_navigation .next,
.page_navigation .prev {
  float: left;
  line-height: 18px;
}
.page_navigation .next a,
.page_navigation .prev a {
  text-decoration: none;
}
.page_navigation .next {
  width: 50%;
  text-align: left;
}
.page_navigation .next a:before {
  display: inline-block;
  margin-right: 5px;
  content: '←';
}
.page_navigation .prev {
  width: 50%;
  text-align: right;
}
.page_navigation .prev a:after {
  display: inline-block;
  content: '→';
  margin-left: 5px;
}
