@charset "utf-8";
/*
------------------------------------------------------
[skin-top-01]PCトップページ 
------------------------------------------------------
*/
/* サブ記事｜今日の名言 */
.today-saying {
  float: left;
  width: 296px;
  border: 2px solid #bababb;
  /* by JB 他ブロックと高さ、マージンを揃える */
  height:350px;
  margin-bottom:4px;
}
.today-saying a {
  position: relative;
  display: block;
  height: 348px;
  text-decoration: none;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/top/today_saying_bg.png) center top no-repeat;
  color: #fff;
}
.today-saying a:hover {
  filter: alpha(opacity=60);
  opacity: 0.60;
  color: #fff;
}
.today-saying a:hover img {
  filter: alpha(opacity=100);
  opacity: 1;
}
.today-saying h3 {
  padding: 37px 10px 5px;
  text-align: center;
}
.today-saying .text-area {
  padding: 0 30px;
}
.today-saying .saying {
  max-height: 170px;
  margin-bottom: 15px;
  font-size: 112%;
  overflow: hidden;
  color: #fff;
}
.today-saying .name {
  font-size: 85%;
  text-align: right;
  color: #fff;
}
.today-saying .date {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 68%;
  color: #fff;
}
.today-saying .explan {
  position: absolute;
  bottom: 23px;
  left: 31px;
  font-size: 82%;
  color: #fff;
  text-align: center;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/link_icon01.png) 77px 6px no-repeat;
  padding: 0 0 0 15px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  width:73%;
}
/* サブ記事｜バナー上868x100 */
.banner-area1 {
  clear: both;
  width: 868px;
  margin: 0 auto;
  /* by JB */
  text-align:center;
}
.banner-area1 .bigbanner {
  margin-bottom: 34px;
  padding-top: 32px;
}
.banner-area1 .bigbanner:nth-child(n+2) {
  margin-top: -14px;
}
.banner-area1 .smallbanner {
  margin-bottom: 34px;
}
/* サブ記事｜バナー上横展開用　20151028*/
.banner-area1 ul li:nth-child(2n+1) {
  float: left;
  margin-right:4px;
  clear:both;
}
.banner-area1 ul li:nth-child(n+3) {
  margin-top:4px;
}
/* サブ記事｜バナー下868x100 */
.banner-area2 {
  clear: both;
  width: 868px;
  padding-top: 30px;
  margin: 0 auto;
  /* by JB */
  text-align:center;
}
.banner-area2 .bigbanner {
  margin-bottom: 34px;
}
.banner-area2 .bigbanner:nth-child(n+2) {
  margin-top: -14px;
}
.banner-area2 .smallbanner {
  margin-bottom: 34px;
}
/* サブ記事｜バナー下横展開用　20151028*/
.banner-area2 ul li:nth-child(2n+1) {
  float: left;
  margin-right:4px;
  clear:both;
}
.banner-area2 ul li:nth-child(n+3) {
  margin-top:4px;
}
/* サブ記事｜moreボタン */
.more-news-button {
  clear: both;
  padding-top: 46px;
  margin-bottom: 15px;
  text-align: center;
}
.more-news-button .more-button {
  width: 460px;
  padding: 20px 0;
  margin: 0 auto;
  font-size: 156%;
  font-weight: 300;
  color: #fff;
  background-color: #292a2a;
  cursor: pointer;
}
/*
.more-news-button .more-button:hover {
  color: #000;
  background-color: #e7e9ec;
}*/
.more-news-button .more-button span {
  display: inline-block;
  padding: 0 30px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/top/more_button_icon.png) right center no-repeat;
}
.more-news-button .more-button:hover span {
  background-image: url(https://number.ismcdn.jp/common/numberweb/v4/images/top/more_button_icon_cur.png);
}
.more-news-button .list-button {
  /* display: none; */
  width: 460px;
  margin: 0 auto;
  font-size: 156%;
}
.more-news-button .list-button a {
  display: block;
  padding: 20px 0;
  color: #fff;
  background-color: #292a2a;
}
/*
.more-news-button .list-button a:hover {
  color: #000;
  background-color: #e7e9ec;
}*/
.more-news-button .list-button span {
  display: inline-block;
  padding: 0 30px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/top/more_button_icon2.png) right center no-repeat;
}
.more-news-button .list-button a:hover span {
  background-image: url(https://number.ismcdn.jp/common/numberweb/v4/images/top/more_button_icon2_cur.png);
}
/* アニメーション */
.animated {
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate-default {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

/* 有料マーク */
.news-box .other-data .pay {
  display: inline-block;
  padding: 2px 10px 1px;
  margin-right: 6px;
  font-size: 62%;
  background-color:#998641;
  color:#fff;
}
.key_icon {
  display:inline-block;
  vertical-align:-2px;
}
.key_icon .key_handle_close {
  width: 6px;
  height: 10px;
  border: 2px solid #998641;
  border-bottom: none;
  -webkit-border-radius: 40px 40px 0 0;
  -moz-border-radius: 40px 40px 0 0;
  border-radius: 40px 40px 0 0;
  position: relative;
  left: 3px;
  top: 5px;
  display: block;
}
.key_icon .key_body{
  display: block;
  position: relative;
  background: #998641;
  width: 16px;
  height: 12px;
  border-radius: 1px;
  transition: opacity 1s, border-radius 1s;
}
.key_icon .key_body:after{
  content: '';
  position: absolute;
  background: #fff;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  left: 6px;
  top: 3px;
}
.key_icon .key_body:before{
  content: '';
  position: absolute;
  background: #fff;
  width: 1px;
  height: 4px;
  left: 7px;
  top: 5px;
}
.key_icon2 {
  display:inline-block;
  vertical-align:-2px;
  margin-left: 7px;
}
.key_icon2 .key_handle_close {
  width: 6px;
  height: 10px;
  border: 2px solid #fff;
  border-bottom: none;
  -webkit-border-radius: 40px 40px 0 0;
  -moz-border-radius: 40px 40px 0 0;
  border-radius: 40px 40px 0 0;
  position: relative;
  left: 3px;
  top: 5px;
  display: block;
}
.key_icon2 .key_body{
  display: block;
  position: relative;
  background: #fff;
  width: 16px;
  height: 12px;
  border-radius: 1px;
  transition: opacity 1s, border-radius 1s;
}
.key_icon2 .key_body:after{
  content: '';
  position: absolute;
  background: #998641;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  left: 6px;
  top: 3px;
}
.key_icon2 .key_body:before{
  content: '';
  position: absolute;
  background: #998641;
  width: 1px;
  height: 4px;
  left: 7px;
  top: 5px;
}