/* -- news -- */
@charset "utf-8";

/* -------------------------------------------- */
/* 日直予報士                                   */
/* -------------------------------------------- */
/* ページ内リンク */
.anchor-link {
  margin-top: -60px;
  padding-top: 60px;
}

/*** topページ ***/
.top-text {
  margin: 0 0 20px 15px;
}

.forecaster-list-top {
  margin-bottom: 30px;
}
.forecaster-list-top ul,
.forecaster-list-bottom ul {
  width: 100%;
  display:-webkit-box;
  display:-moz-box;
  display:-ms-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.forecaster-list-top li {
  float: left;
  width: 338px;
  margin-right: 16px;
}
.forecaster-list-top li:last-child {
  margin-right: 0;
}
.forecaster-list-top li a,
.forecaster-list-bottom li a {
  display: block;
  position: relative;
}
.forecaster-list-top li .new,
.forecaster-list-bottom li .new {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
  width: 60px;
  height: 60px;
}
.forecaster-list-top li .forecaster-img-box {
  position: relative;
  overflow: hidden;
  width: 340px;
  height: 255px;
}
.forecaster-list-top li .forecaster-img-box img,
.forecaster-list-bottom li .forecaster-img-box img {
  width: 100%;
  height: auto;
}
.forecaster-list-top li .forecaster-title-box {
  margin-bottom: 10px;
  line-height: 1.4;
}
.forecaster-list-top li .forecaster-title-box span.title {
  font-size: 1.375em;
  padding-right: 10px;
}
.forecaster-list-top li .forecaster-title-box span.date,
.forecaster-list-bottom li .forecaster-title-box span.date {
  display: inline-block;
  font-size: 0.750em;
  color: #999;
}
.forecaster-list-top li .forecaster-title-box span.date {
  font-size: 0.875em;
}
.forecaster-list-top li a.text-link,
.forecaster-list-bottom li a.text-link {
  display: table;
}
.forecaster-list-top li .forecaster-author-box,
.forecaster-list-bottom li .forecaster-author-box {
  font-size: 0.750em;
  width: 290px;
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}
.forecaster-list-top li .forecaster-author-box .forecaster-author-office,
.forecaster-list-bottom li .forecaster-author-box .forecaster-author-office {
  display: block;
}
.forecaster-list-top li .forecaster-author-img-box,
.forecaster-list-bottom li .forecaster-author-img-box {
  display: table-cell;
  padding-left: 10px;
}
.forecaster-list-top li .forecaster-author-img,
.forecaster-list-bottom li .forecaster-author-img {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
  border-radius: 25px;
}
.forecaster-list-bottom li .forecaster-author-img {
  width: 30px;
  height: 30px;
}
.forecaster-list-top li .forecaster-author-img img,
.forecaster-list-bottom li .forecaster-author-img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.forecaster-list-bottom {
  width: 100%;
  margin-bottom: 30px;
}
.forecaster-list-bottom li {
  float: left;
  width: 220px;
  margin: 0 16px 30px 0;
}
.forecaster-list-bottom li:nth-child(3n) {
  margin-right: 0;
}
.forecaster-list-bottom li .forecaster-title-box {
  margin-bottom: 5px;
  line-height: 1.4;
}
.forecaster-list-bottom li .forecaster-title-box span.title {
  padding-right: 10px;
}
.forecaster-list-bottom li .forecaster-author-box {
  font-size: 0.687em;
  line-height: 1.4;
}

.forecaster-list-bottom li .forecaster-img-box {
  position: relative;
  overflow: hidden;
  width: 220px;
  height: 165px;
  margin-bottom: 10px;
}

/*** 記事一覧ページ ***/
.common-select-list {
  margin-bottom: 20px;
}

.no-forecaster-entries {
  text-align: center;
  border: 1px solid #CCC;
  padding: 10px;
}

/*** 記事詳細ページ ***/
.forecaster-article-h2 {
  font-size: 1.875em;
  border-left: 0;
  padding: 0;
}

.hd-date-box {
  margin-bottom: 10px;
  font-size: 0.875em;
}
.hd-date-box .forecaster-author-box {
  text-align: right;
  position: relative;
}
.forecaster-author-box a {
  display: block;
}
.forecaster-author-box .author-img {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
  float: left;
  border-radius: 25px;
  margin-right: 10px;
}
.forecaster-author-box .author-img img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.forecaster-author-box .author-name-box {
  float: left;
  padding-top: 8px;
}
.forecaster-author-box .author-office {
  padding-right: 10px;
  font-size: 0.875em;
}
.hd-date-box .date {
  float: right;
  line-height: 1;
  margin-top: 13px;
}

.forecaster-top-img-box {
  text-align: center;
  margin-bottom: 10px;
}
.forecaster-top-img-box a {
  display: block;
}
.forecaster-top-img-title {
  margin-top: 5px;
  text-align: center;
  font-size: 0.750em;
  color: #999;
}

.forecaster-article-youtube {
  margin-bottom: 10px;
  text-align: center;
}

.forecaster-article-text {
  margin-bottom: 30px;
  line-height: 2.0;
}

.forecaster-article-text a {
  color: #0B5DAA;
}

.forecaster-article-text a:hover {
  color: #F89E1C;
}

.forecaster-subtitle-list {
  margin-bottom: 40px;
}
.forecaster-subtitle-list a.forecaster-point-btn {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #6FAFFF;
  padding: 5px 5px 5px 10px;
  color: #FFF;
}
.forecaster-subtitle-list a.forecaster-point-btn::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 127px;
  width: 0px;
  height: 0px;
  border-left: 16px solid #6FAFFF;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
}
.forecaster-subtitle-list ul li {
  margin: 0 10px 10px 5px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAABC1BMVEVvr/////9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/9vr/+os2p1AAAAWHRSTlMAAPn6AdwKMi9lA3f1/iFd/Mmo22Q9zvSPw99Lge4fv4yneA8ZYlQo8tcRB7uZvpbp1jkjNvcQog1s/SyksuaxO+UUa0IG3obHBdXwUVnKnkXYDL1vPMbasjkpXgAAAO9JREFUeF6l08WuwzAQhtH/JikzM15mZmZm8vs/SVN7Qu2kXfRbeXQ0XlgypkY2nsFUyOiBPPx4SxNmER/eq4p+OR/OClmc51mharE8X1KavuB4uUjLdXBcJq1EOa4llDaaIE62O91p0pkNWp4DcWjBnBaXpBorpKuweE3O65JjpJtBm3XJ+jaAHU3pbhg2B4RsHzigoziEw3Th0TFOSE8NFwfPlJ+nSC+v4GJcK07ElaZv4OHbO+HuHl5Gyq0Pj4McfXL0OYlBxovDrxhm483SdzCMD9LPL5bxLVULgeewfO0f+DB+//T/CBie4I/1ABHpV+6oth1AAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  background-size: 15px 15px;
  padding-left: 25px;
}

.forecaster-img-box {
  margin-bottom: 10px;
  text-align: center;
}
.forecaster-img-box a {
  display: block;
}
.forecaster-img-box .img-title {
  margin-top: 5px;
  text-align: center;
  font-size: 0.750em;
  color: #999;
}

/* ページャー部分 */
.pager-wrap {
  margin-bottom: 40px;
  width: 100%;
}

.previous-box {
  float: left;
  width: 45%;
}
.next-box {
  float: right;
  width: 45%;
  text-align: right;
}
.previous-box a {
  padding: 10px 10px 10px 40px;
  display: block;
  background-image: url(https://static.tenki.jp/images/icon/common/ahead.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: 19px 30px;
}
.next-box a {
  padding: 10px 40px 10px 10px;
  display: block;
  background-image: url(https://static.tenki.jp/images/icon/common/next.png);
  background-repeat: no-repeat;
  background-position:  100% 50%;
  background-size: 19px 30px;
}
.previous-box a:hover {
  background-image: url(https://static.tenki.jp/images/icon/common/previous-orange.png);
  opacity: 1;
}
.next-box a:hover {
  background-image: url(https://static.tenki.jp/images/icon/common/next-orange.png);
  opacity: 1;
}
.previous-box a:hover,
.next-box a:hover {
  opacity: 1;
  color: #F89E1C;
}
.previous-box p.previous-article,
.next-box p.next-article {
  font-size: 0.750em;
  font-weight: bold;
}
.previous-box p.previous-article-title,
.next-box p.next-article-title {
  font-size: 0.875em;
  line-height: 1.4;
}

/* 関連リンク */
.common-link-btn-rectangle-one li {
  margin-right: 0;
}
.common-link-btn-rectangle-one li a {
  padding: 0;
  display: table;
  width: 100%;
}
.common-link-btn-rectangle-one li a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 3px;
  right: 3px;
  border-top: 4px solid transparent;
  border-right: 4px solid #0061ca;
  border-bottom: 4px solid #0061ca;
  border-left: 4px solid transparent;
}
.common-link-btn-rectangle-one li .img-box {
  width: 60px;
  margin-right: 0;
}
.common-link-btn-rectangle-one li .img-box img {
  width: 100%;
  height: auto;
  margin-right: 0;
}
.common-link-btn-rectangle-one li .link-title {
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px;
}
.common-link-btn-rectangle-one li .link-title .external-link {
  font-size: 0.750em;
  padding-left: 10px;
}

/* 予報士紹介部分 */
.forecaster-article-profile-wrap {
  margin-bottom: 5px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 5px 0;
  display: table;
  width: 100%;
}
.forecaster-article-profile-wrap a {
  position: relative;
  display: block;
}
.forecaster-article-profile-wrap a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0px;
  right: 0px;
  border-top: 5px solid transparent;
  border-right: 5px solid #0061ca;
  border-bottom: 5px solid #0061ca;
  border-left: 5px solid transparent;
}
.forecaster-article-profile-wrap .author-img-wrap {
  padding-right: 10px;
  display: table-cell;
}
.forecaster-article-profile-wrap .author-img-wrap .author-img-box {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
  border-radius: 25px;
  margin: 5px 0;
}
.forecaster-article-profile-wrap .author-img-wrap .author-img-box img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.forecaster-article-profile-wrap .author-name-box {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.4;
}
.forecaster-article-profile-wrap .author-name-box .author-office-title {
  font-size: 0.750em;
  color: #444;
}
.forecaster-article-profile-wrap .author-name-box .author-title {
  padding-left: 10px;
}
.forecaster-article-profile-wrap .author-name-box .author-name {
  font-weight: bold;
  padding: 5px 0 10px;
  display: block;
}
.forecaster-article-profile-wrap .author-name-box .author-body {
  font-size: 0.875em;
  line-height: 1.4;
  color: #999;
}

.forecaster-article-author-link {
  text-align: right;
  margin-bottom: 40px;
}
.forecaster-article-author-link a {
  background-image: url(https://static.tenki.jp/images/icon/common/more-arrow-blue.png);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: left 3px;
  padding-left: 17px;
  line-height: 1.2;
  font-size: 0.875em;
}
.forecaster-article-author-link a:hover {
  background-image: url(https://static.tenki.jp/images/icon/common/more-arrow-orange.png);
}

/*** 予報士一覧ページ ***/
.forecaster-author-entries-box {
  margin: 0 0 10px;
}
.forecaster-author-entries-box li {
  display: table;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
}
.forecaster-author-entries-box li:last-child {
  margin-bottom: 0;
}
.forecaster-author-entries-box li a {
  position: relative;
  display: block;
}
.forecaster-author-entries-box li a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0px;
  right: 0px;
  border-top: 5px solid transparent;
  border-right: 5px solid #0061ca;
  border-bottom: 5px solid #0061ca;
  border-left: 5px solid transparent;
}
.forecaster-author-entries-box li .img-wrap {
  display: table-cell;
}
.forecaster-author-entries-box li .img-box {
  margin-right: 10px;
  overflow: hidden;
  width: 88px;
  height: 88px;
  display: block;
}
.forecaster-author-entries-box li .img-box img {
  width: auto;
  height: 100%;
}
.forecaster-author-entries-box li .body {
  display: table-cell;
  vertical-align: top;
}
.forecaster-author-entries-box li .body .author-office-title {
  font-size: 0.875em;
  line-height: 1.4;
}
.forecaster-author-entries-box li .body .author-office-title .author-title {
  padding-left: 10px;
}
.forecaster-author-entries-box li .body .author-name {
  font-size: 1.250em;
  padding: 5px 0 10px;
  font-weight: bold;
}
.forecaster-author-entries-box li .body .author-body {
  color: #999;
  line-height: 1.4;
  font-size: 0.875em;
}

/*** 予報士別記事一覧ページ ***/
.forecaster-author-header-box {
  display: table;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEE;
  margin-bottom: 10px;
}
.forecaster-author-header-box .img-wrap {
  display: table-cell;
}
.forecaster-author-header-box .img-box {
  position: relative;
  overflow: hidden;
  margin-right: 10px;
  width: 160px;
  height: 160px;
  display: block;
}
.forecaster-author-header-box .img-box img {
  width: auto;
  height: 100%;
}
.forecaster-author-header-box .author-name-box {
  display: table-cell;
  width: 85%;
}
.forecaster-author-header-box .author-name-box .author-name {
  font-size: 1.250em;
  padding: 10px 0;
  border-left: 0;
  margin-bottom: 0;
}
.forecaster-author-header-box .author-name-box .author-office-title {
  font-size: 0.875em;
}
.forecaster-author-header-box .author-name-box .author-office-title .author-title {
  padding-left: 10px;
}
.forecaster-author-header-detail-box {
  margin-bottom: 40px;
  font-size: 0.875em;
}

.forecaster-account-entries {
  padding-bottom: 15px;
  border-bottom: 1px solid #EEE;
  margin-bottom: 15px;
}
.forecaster-account-entries li .forecaster-title-box {
  margin-bottom: 0;
}

.forecaster-entries-box {
  display: table;
  width: 100%;
  border-bottom: 1px solid #EEE;
  margin-bottom: 15px;
}
.forecaster-entries-box a {
  display: block;
  position: relative;
}
.forecaster-entries-box .forecaster-img-wrap {
  display: table-cell;
}
.forecaster-entries-box .forecaster-img-box {
  margin-right: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  width: 100px;
  height: 100px;
  display: block;
}
.forecaster-entries-box .forecaster-img-box img {
  width: 100%;
  height: auto;
}
.forecaster-entries-box .forecaster-body-wrap {
  display: table-cell;
}
.forecaster-entries-box .forecaster-body-wrap .forecaster-title {
  font-size: 1.125em;
}
.forecaster-entries-box .forecaster-body-wrap .forecaster-date {
  font-size: 0.750em;
  color: #999;
}
.forecaster-entries-box .forecaster-body-wrap .forecaster-body {
  font-size: 0.875em;
  line-height: 1.4;
  margin-top: 10px;
}

/*** 右カラム ***/
.forecaster-sub-column-recent-entries {
  margin-bottom: -40px;
}

.forecaster-member-banner-wrap {
  border: 2px solid #0160c2;
  border-radius: 4px;
  margin-bottom: 30px;
}
.forecaster-member-banner-wrap a {
  display: block;
  padding: 0 8px 8px 10px;
}
.forecaster-member-banner-box {
  display: table;
  position: relative;
}
.forecaster-member-banner-box .img-box {
  display: table-cell;
  padding-right: 10px;
}
.forecaster-member-banner-box .text {
  position: relative;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.forecaster-member-banner-box .text:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-top: 4px solid transparent;
  border-right: 4px solid #0160c2;
  border-bottom: 4px solid #0160c2;
  border-left: 4px solid transparent;
}
.forecaster-member-banner-box .text span {
  font-size: 1.125em;
  display: inline-block;
}
.common-select-list-sub-title {
  margin: 10px 0 5px 0;
}
.common-select-list-sub-title:first-of-type {
  margin: 0 0 5px 0;
}
