@charset "UTF-8";
/* nav */
.news header .gNav > ul > li.nav_other:before {
  max-height: 100%;
}

.news header .gNav > ul > li.nav_other > a {
  color: #ffffff;
}

/* hd */
.commonHd01:before {
  background: #d2c678;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■rightCol
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.rightCol .hd {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Hiragino Mincho ProN", Century, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 19px;
  font-weight: bold;
  margin-top: 40px;
  padding: 10px 0;
  border-top: 2px solid #d2c678;
  border-bottom: 1px solid #dddddd;
}

.rightCol .hd:first-child {
  margin-top: 0;
}

.rightCol ul li {
  border-bottom: 1px solid #dddddd;
}

.rightCol ul li a {
  display: block;
  line-height: 1.7;
  padding: 10px 20px 10px 5px;
  position: relative;
}

.rightCol ul li a:before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  border-right: 1px solid #222222;
  border-top: 1px solid #222222;
  height: 4px;
  width: 4px;
  margin-top: -3px;
  margin-right: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rightCol ul li a:hover {
  background: #f2f2f2;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■list
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.categoryTitle {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Hiragino Mincho ProN", Century, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 26px;
  margin-bottom: 25px;
  padding: 4px 0 3px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.pager {
  margin-top: 40px;
}

.pager .wp-pagenavi {
  text-align: center;
  letter-spacing: -0.4em;
  position: relative;
}

.pager .wp-pagenavi a,
.pager .wp-pagenavi span {
  display: inline-block;
  font-family: "Roboto", sans-serif, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Arial, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  width: 60px;
  height: 50px;
  line-height: 50px;
  position: relative;
  border-bottom: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pager .wp-pagenavi a:hover,
.pager .wp-pagenavi span:hover {
  color: #a09446;
}

.pager .wp-pagenavi span {
  color: #a09446;
  border-bottom: 2px solid #d2c678;
}

.pager .wp-pagenavi .previouspostslink,
.pager .wp-pagenavi .previouspostlink,
.pager .wp-pagenavi .nextpostslink,
.pager .wp-pagenavi .nextpostlink {
  width: 90px;
}

.pager .wp-pagenavi .previouspostslink,
.pager .wp-pagenavi .previouspostlink {
  text-align: left;
  margin-right: 30px;
  padding-left: 30px;
}

.pager .wp-pagenavi .previouspostslink:before,
.pager .wp-pagenavi .previouspostlink:before {
  content: "";
  display: block;
  position: absolute;
  left: 14px;
  top: 50%;
  border-right: 1px solid #222222;
  border-top: 1px solid #222222;
  height: 4px;
  width: 4px;
  margin-top: -3px;
  margin-left: -1px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.pager .wp-pagenavi .nextpostslink,
.pager .wp-pagenavi .nextpostlink {
  text-align: right;
  margin-left: 30px;
  padding-right: 30px;
}

.pager .wp-pagenavi .nextpostslink:before,
.pager .wp-pagenavi .nextpostlink:before {
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  top: 50%;
  border-right: 1px solid #222222;
  border-top: 1px solid #222222;
  height: 4px;
  width: 4px;
  margin-top: -3px;
  margin-right: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pager .wp-pagenavi .backtoList {
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Arial, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  font-weight: bold;
  width: auto;
  padding-left: 30px;
  padding-right: 16px;
}

.pager .wp-pagenavi .backtoList:before {
  content: "";
  display: block;
  position: absolute;
  left: 14px;
  top: 50%;
  border-right: 1px solid #222222;
  border-top: 1px solid #222222;
  height: 4px;
  width: 4px;
  margin-top: -3px;
  margin-left: -1px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■detail
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
article {
  padding-top: 20px;
}

article .ttlArea {
  height: auto;
  overflow: hidden;
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}

article .ttlArea h3 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Hiragino Mincho ProN", Century, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 16px;
}

article .ttlArea .date,
article .ttlArea ul {
  font-size: 16px;
}

article .ttlArea .date {
  float: left;
  color: #777777;
}

article .ttlArea ul {
  float: right;
}

article .ttlArea ul li {
  display: inline-block;
  margin-left: 1em;
}

article .ttlArea ul li a {
  color: #a09446;
  text-decoration: underline;
}

article .entry {
  font-size: 16px;
  padding-bottom: 20px;
  /*table*/
  /*lists*/
  /*blockquote*/
  /*header*/
}

article .entry p, article .entry blockquote, article .entry table, article .entry ul, article .entry ol {
  margin-bottom: 25px;
}

article .entry p {
  margin-bottom: 30px;
}

article .entry p a {
  color: #a09446;
  text-decoration: underline;
}

article .entry strong {
  font-weight: bold;
}

article .entry em {
  font-style: italic;
}

article .entry table, article .entry th, article .entry td {
  line-height: 1.6;
  padding: 10px 20px;
  border: 1px solid #dddddd;
}

article .entry th {
  background-color: #f2f2f2;
  font-weight: bold;
}

article .entry ul, article .entry ol {
  padding-left: 20px;
}

article .entry ul li {
  list-style: disc;
}

article .entry ol li {
  list-style: decimal;
}

article .entry blockquote {
  font-style: italic;
  color: #777777;
  padding-left: 20px;
  border-left: 4px solid #dddddd;
}

article .entry h1, article .entry h2, article .entry h3, article .entry h3, article .entry h4, article .entry h5, article .entry h6 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Hiragino Mincho ProN", Century, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  margin-bottom: 30px;
  height: auto;
}

article .entry h1 {
  font-size: 30px;
}

article .entry h2 {
  font-size: 28px;
}

article .entry h3 {
  font-size: 24px;
}

article .entry h4 {
  font-size: 20px;
}

article .entry h4:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  background: #d2c678;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

article .entry h5 {
  font-size: 18px;
  margin-bottom: 20px;
}

article .entry img {
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article .share {
  padding: 25px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

article .share ul {
  text-align: center;
  font-size: 0;
}

article .share ul li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  margin: 0 10px;
}
