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

/* -------------------------------------------- */
/* サプリ                                       */
/* -------------------------------------------- */
/* ページ内リンク */
.anchor-link {
  margin-top: -60px;
  padding-top: 60px;
}

/*** common.cssに移動 ***/
.recent-entries ul li a div.recent-entries-img {
  position: relative;
  height: 125px;
}
.recent-entries ul li a div.recent-entries-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


/*** 共通 ***/
.suppl-category-1 {
  border-left: 3px solid #5badd6;  /* ライフ */
}
.suppl-category-2 {
  border-left: 3px solid #e88b67;  /* ヘルス */
}
.suppl-category-3 {
  border-left: 3px solid #d56ca8;  /* ビューティ */
}
.suppl-category-4 {
  border-left: 3px solid #df7785;  /* グルメ */
}
.suppl-category-5 {
  border-left: 3px solid #72d063;  /* サイエンス */
}
.suppl-category-6 {
  border-left: 3px solid #f5cf6f;  /* レジャー */
}
.suppl-category-7 {
  border-left: 3px solid #9d73bb;  /* トピックス */
}
.suppl-category-8 {
  border-left: 3px solid #4873b7;  /* tenki.jpラボ */
}


/* topページ */
.suppl-column-list-top {
  width: 100%;
  margin-bottom: 10px;
}
.suppl-column-list-top a {
  display: block;
  position: relative;
}
.suppl-column-list-top img {
  width: 100%;
  height: auto;
}
.suppl-column-list {
  width: 100%;
  margin-bottom: 20px;
}
.suppl-column-list article {
  float: left;
  width: 341px;
  margin: 0 10px 10px 0;
}
.suppl-column-list article:nth-child(even) {
  margin-right: 0;
}
.suppl-column-list li a {
  position: relative;
  display: block;
}
.suppl-column-list li .new {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
  width: 60px;
  height: 60px;
}
.suppl-column-list li .img-box {
  position: relative;
  overflow: hidden;
  width: 341px;
  height: 220px;
}
.suppl-column-list li 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%);
}
.suppl-column-list li .body,
.suppl-column-list-top .body {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #FFF;
  padding: 10px;
  line-height: 1.3;
  width: 321px;
}
.suppl-column-list-top .body {
  width: 672px;
}
.suppl-column-list li .body p.title,
.suppl-column-list-top .body p.title {
  margin-bottom: 10px;
}
.suppl-column-list-top .body p.title {
  font-size: 1.375em;
}
.suppl-column-list li .date-category-box,
.suppl-column-list-top .date-category-box {
  font-size: 0.875em;
}
.suppl-column-list li .date-category-box p.suppl-category,
.suppl-column-list-top .date-category-box p.suppl-category {
  padding: 1px 0 0 7px;
  line-height: 1;
  display: inline-block;
}
.suppl-column-list li .date-category-box .date,
.suppl-column-list-top .date-category-box .date {
  float: right;
  line-height: 1;
  padding-right: 10px;
}
.suppl-column-list-top img.new {
position: absolute;
   top: 0;
   left: 0;
   z-index: 2;
   opacity: 1;
   width: 60px;
   height: 60px;
}

/* 記事カテゴリ */
.suppl-recent-entry-box {
  margin: 20px 0 0;
}
.suppl-category-date-box {
  font-size: 0.875em;
  margin-bottom: 10px;
}
.suppl-category-date-box a.suppl-more-entries {
  float: right;
  line-height: 1.2;
  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 top;
  padding-left: 17px;
}
.suppl-category-date-box a.suppl-more-entries:hover {
  background-image: url(https://static.tenki.jp/images/icon/common/more-arrow-orange.png);
}
.suppl-category-date-box p.suppl-category {
  padding: 1px 0 0 7px;
  line-height: 1;
  float: left;
  font-weight: bold;
}
.suppl-category-date-box p.date {
  float: right;
  line-height: 1;
  color: #999;
}

.recent-entries ul li {
  margin-bottom: 30px;
}
.recent-entries ul li .recent-entries-title {
  margin-bottom: 10px;
}
.recent-entries ul li .recent-entries-date {
  margin-bottom: 10px;
}

/*** 記事一覧ページ ***/
.suppl-category-btn-box {
  margin-bottom: 30px;
}
.suppl-category-btn-box ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 2px;
}
.suppl-category-btn-box li {
  display: table-cell;
  text-align: center;
}
.suppl-category-btn-box li a {
  position: relative;
  display: block;
  padding: 18px 0;
  background-color: #F4F4EE;
  font-weight: bold;
  border-right: 2px solid #FFF;
  border-left: 0;
}
.suppl-category-btn-box li:last-child a {
  border-right: 0;
}
.suppl-category-btn-box li a:after {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: 3px;
  right: 3px;
  border-top: 5px solid transparent;
  border-right: 5px solid #0061ca;
  border-bottom: 5px solid #0061ca;
  border-left: 5px solid transparent;
}
.suppl-category-btn-box li a.suppl-category-1:after {
  border-right: 5px solid #5badd6;
  border-bottom: 5px solid #5badd6;
}
.suppl-category-btn-box li a.suppl-category-2:after {
  border-right: 5px solid #e88b67;
  border-bottom: 5px solid #e88b67;
}
.suppl-category-btn-box li a.suppl-category-3:after {
  border-right: 5px solid #d56ca8;
  border-bottom: 5px solid #d56ca8;
}
.suppl-category-btn-box li a.suppl-category-4:after {
  border-right: 5px solid #df7785;
  border-bottom: 5px solid #df7785;
}
.suppl-category-btn-box li a.suppl-category-5:after {
  border-right: 5px solid #72d063;
  border-bottom: 5px solid #72d063;
}
.suppl-category-btn-box li a.suppl-category-6:after {
  border-right: 5px solid #f5cf6f;
  border-bottom: 5px solid #f5cf6f;
}
.suppl-category-btn-box li a.suppl-category-7:after {
  border-right: 5px solid #9d73bb;
  border-bottom: 5px solid #9d73bb;
}
.suppl-category-btn-box li a.suppl-category-8:after {
  border-right: 5px solid #4873b7;
  border-bottom: 5px solid #4873b7;
}
.suppl-category-btn-box li a.selected {
  background-color: #1d53a4;
  color: #FFF;
}
.suppl-category-btn-box li a.selected:after {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: 3px;
  right: 3px;
  border-top: 5px solid transparent;
  border-right: 5px solid #FFF;
  border-bottom: 5px solid #FFF;
  border-left: 5px solid transparent;
}
.recent-entries ul li a div.recent-entries-img img {
  width: 100%;
  height: auto;
}

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

.hd-date-box {
  margin-bottom: 10px;
  font-size: 0.875em;
}
.hd-date-box .suppl-author-box {
  text-align: right;
  position: relative;
}
.hd-date-box .pr {
  float: right;
  line-height: 1;
  margin-top: 13px;
  margin-right: 20px;
}
.suppl-author-box a {
  display: block;
}
.suppl-author-box .author-img {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
  float: left;
  border-radius: 25px;
  margin-right: 10px;
}
.suppl-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%);
}
.suppl-author-box .author-name {
  float: left;
  padding-top: 8px;
}

.hd-date-box .suppl-category {
  float: right;
  margin-right: 20px;
  padding: 1px 0 0 7px;
  line-height: 1;
  margin-top: 13px;
}
.hd-date-box .date {
  float: right;
  line-height: 1;
  margin-top: 13px;
}

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

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

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

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

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

.suppl-subtitle-list {
  margin-bottom: 40px;
}
.suppl-subtitle-list p {
  background-color: #6FAFFF;
  display: inline-block;
  padding: 5px 5px 5px 10px;
  margin-bottom: 20px;
  position: relative;
  font-weight: bold;
  text-align: center;
}
.suppl-subtitle-list p::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;
}
.suppl-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;
}
.suppl-subtitle-list .suppl-point-btn a {
  color: #FFF;
}

.suppl-img-box {
  margin-bottom: 10px;
  text-align: center;
}
.suppl-img-box a {
  display: block;
}
.suppl-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%;
}
.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;
}
.next-box p.next-article {
  text-align: right;
}

/* 関連リンク */
.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;
}

/* ライター紹介部分 */
.suppl-article-profile-wrap {
  margin-bottom: 5px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 5px 0;
  display: table;
  width: 100%;
}
.suppl-article-profile a {
  display: block;
}
.suppl-article-profile {
  padding-right: 10px;
  display: table-cell;
  vertical-align: middle;
}
.suppl-article-profile .suppl-img-box {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
  border-radius: 25px;
  margin: 5px 0;
}
.suppl-article-profile .suppl-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%);
}
.author-name-box {
  display: table-cell;
  vertical-align: middle;
  width: 450px;
}
.author-name-box .author-name {
  font-weight: bold;
  font-size: 1em;
}
.author-name-box .author-title {
  line-height: 1.4;
  font-size: 0.750em;
  margin-bottom: 5px;
}

.suppl-article-profile-wrap .suppl-author-article-list-wrap {
  display: table-cell;
  position: absolute;
  right: 0;
  top: 30%;
}
.suppl-article-author-link {
  text-align: right;
  margin-bottom: 40px;
}
.suppl-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;
}
.suppl-article-author-link a:hover {
  background-image: url(https://static.tenki.jp/images/icon/common/more-arrow-orange.png);
}
.table-row {
 position: relative;
 margin-bottom: 10px;
}
.coment .author-body {
  font-size:0.875em;
  line-height: 1.4em;
  margin-left: 50px;
}

/*** ライター一覧ページ ***/
.suppl-author-entries-box {
  margin: 0 10px 10px
}
.suppl-author-entries-box li {
  display: table;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 10px;
}
.suppl-author-entries-box li:last-child {
  margin-bottom: 0;
}
.suppl-author-entries-box li a {
  display: block;
}
.suppl-author-entries-box li .img-wrap {
  display: table-cell;
}
.suppl-author-entries-box li .img-box {
  margin-right: 10px;
  overflow: hidden;
  width: 88px;
  height: 88px;
  display: block;
}
.suppl-author-entries-box li .img-box img {
  width: auto;
  height: 100%;
}
.suppl-author-entries-box li .body {
  display: table-cell;
}
.suppl-author-entries-box li .body .author-title {
  font-size: 0.875em;
  line-height: 1.4;
}
.suppl-author-entries-box li .body .author-name {
  font-size: 1.250em;
  padding: 10px 0;
}
.suppl-author-entries-box li .body .author-body {
  color: #999;
  line-height: 1.4;
}

/*** ライター一覧ページ ***/
.suppl-author-header-box {
  display: table;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEE;
  margin-bottom: 10px;
}
.suppl-author-header-box .img-wrap {
  display: table-cell;
}
.suppl-author-header-box .img-box {
  margin-right: 10px;
  overflow: hidden;
  width: 88px;
  height: 88px;
  display: block;
}
.suppl-author-header-box .img-box img {
  width: auto;
  height: 100%;
}
.suppl-author-header-box .body {
  display: table-cell;
  width: 85%;
}
.suppl-author-header-box .body .author-title {
  font-size: 0.875em;
}
.suppl-author-header-box .body .author-name {
  font-size: 1.250em;
  padding: 10px 0;
  border-left: 0;
  margin-bottom: 0;
  font-weight: normal;
}

.suppl-author-header-detail-box {
  margin-bottom: 40px;
  font-size: 0.875em;
}
>>>>>>> .r110955
