@charset "utf-8";
/* CSS Document */

/*   
Theme Name: http://www.nshk.jp/
Theme URI: http://www.nshk.jp/
Description: http://www.nshk.jp/専用テンプレート。
Author:  ちらし屋ドットコム
*/

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}

.post {
  overflow: hidden;
}
.post p,
.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6,
.post ul,
.post table {
  margin: 1em 0;
  font-weight: normal;
}
.post p {
  padding: 0 !important;
}

.post h1 {
  background: none;
  border-bottom: 2px solid #65b4a0;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  font-size: 170%;
  font-weight: bold;
  color: #459883;
}
.post h2 {
  background: none;
  border-bottom: 2px solid #65b4a0;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  font-size: 170%;
  font-weight: bold;
  color: #459883;
}
.post h3 {
  font-size: 1.3em;
  border-bottom: 1px solid #ddd;
}
.post h4 {
  font-size: 1.2em;
}
.post h4:before {
  content: '◆';
  padding-right: 4px;
}
.post h5 {
  font-size: 1.1em;
}
.post h5:before {
  content: '●';
  padding-right: 4px;
}
.post h6 {
  font-size: 1em;
}
.post h6:before {
  content: '▼';
  padding-right: 4px;
}

.post ul > li {
  margin: 0.5em 0;
  padding-left: 14px;
  position: relative;
}
.post ul > li:before {
  content: '・';
  position: absolute;
  left: 0;
}
.post ol > li {
  margin: 0.5em 0;
  margin-left: 34px;
  position: relative;
  list-style: decimal;
}

.post table {
  border-collapse: collapse;
}
.post table td,
.post table th {
  border: 1px solid #aaa;
  padding: 6px;
  text-align: left;
}
.post table th {
  background: #888;
  color: #fff;
  font-weight: normal;
}

.pager {
  background: #65b4a0;
  padding: 4px 8px;
  font-size: 14px;
}
.list .pager {
  margin-bottom: 40px;
}
#letter .pager {
  margin-bottom: 20px;
}
.pager a,
.pager span {
  display: inline-block;
  padding: 2px;
}
.pager a {
  color: #fff;
  text-decoration: none;
}
.pager span {
  color: #b3efe0;
}
@media screen and (max-width: 768px) {
}

.video {
  /* position: relative;
  width: 100%; */
  /* padding-top: 56.25%;  */
  /* 16:9のアスペクト比 */
  /* height: 0; */
}

.video iframe {
  /* position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; */
}

.video {
  aspect-ratio: 16 / 9;
  width: 560px;
  /* height: 315px; */
  /* padding-top: 56.25%; */
}

iframe {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .video {
    width: 100%;
  }
}

.video.more {
  margin-bottom: 15px;
}