@charset "utf-8";

/* ===================================================================
CSS information
 file name : top.css
 style info : 総合トップのみで使用するCSS
=================================================================== */

/*--- 広告 ---*/
#div-gpt-ad-premium_textad div iframe {
  margin: 0 0 20px;
  background: #f3f3f3 url("/images/n/nbo/2016/common/icon_pr.png") no-repeat left center;
  transition: 0.8s ease;
}

/*--- 緊急時のアラートボックス ---*/
#content .alertBox {
  background: #f3f3f3;
  border: 1px solid #e8e8e8;
  font-size: 12px;
  line-height: 1.6;
  overflow: hidden;
  margin: 16px auto;
  padding: 14px;
  text-align: center;
  width: 790px;
}

#content .alertBox + #topContent { padding-top: 0 !important; }

/*--- ピックアップ 1段目 ---*/
#topContent {
  padding-top: 24px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

#topContent .pickupPrimary h2 {
  border-left: 2px solid #e50020;
  color: #000;
  font-size: 38px;
  line-height: 1;
  padding-left: 15px;
  margin-bottom: 12px;
  width: 780px;
}

#topContent .pickupPrimary h2 span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  padding-top: 3px;
  padding-bottom: 7px;
}

#topContent .pickupPrimary .thumb {
  float: left;
  width: 400px;
}

#topContent .pickupPrimary .thumb img { width: 400px; }

#topContent .pickupPrimary .articleList {
  float: right;
  width: 560px;
}

#topContent .pickupPrimary .articleList li {
  float : left;
  vertical-align: top;
  width: 270px;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.2;
}

#topContent .pickupPrimary .articleList li.headline {
  border-bottom: 1px solid #e8e8e8;
  float: none;
  padding: 0 0 10px;
  width: 100%;
}

#topContent .pickupPrimary .articleList li.headline h3 {
  font-size: 24px;
  min-height: 24px;
  padding-bottom: 2px;
}

#topContent .pickupPrimary .articleList .subLink a:link {
  font-size: 14px;
  color: #777;
}

#topContent .pickupPrimary .articleList li:nth-child(odd) { margin-left: 20px; }
#topContent .pickupPrimary .articleList li:nth-child(1) { margin-left: 0; }
#topContent .pickupPrimary .articleList li:nth-child(4),
#topContent .pickupPrimary .articleList li:nth-child(5),
#topContent .pickupPrimary .articleList li:nth-child(6) {
  border-top: 1px solid #e8e8e8; 
  padding-bottom: 0;
}

#topContent .pickupPrimary .articleList li:nth-child(4) { clear :both; }
#topContent .pickupPrimary .articleList li:nth-child(n+2) h3 { min-height: 36px; }

#topContent .subscription {
  position: absolute;
  top: 24px;
  right: 0;
  width: 170px;
  font-size: 12px;
  background: #f3f3f3;
}

#content .alertBox + #topContent .subscription { top: 0; }

#topContent .subscription a {
  padding: 5px;
  display: block;
  overflow: hidden;
  background: url("/images/n/nbo/2016/common/icon_arrow_next_double.png") no-repeat  145px 48% /12px;
}

#topContent .subscription a:visited { color: #000; }

#topContent .subscription img {
  width: 40px;
  vertical-align: middle;
  margin-right: 12px;
}
#topContent .subscription span {
  display: inline-block;
  vertical-align: middle;
}

#topContent .subscription a:hover span { text-decoration: underline; }

/*--mainContent--*/
#mainContent h2 {
  border-left: 2px solid #000;
  color: #000;
  font-size: 16px;
  line-height: 1;
  padding: 3px 0 0 15px;
  margin-bottom: 14px;
  position: relative;
}

#mainContent #pr-trend h2::after {
  content: url("/images/n/nbo/2016/common/icon_pr.png");
  position: absolute;
  top: 1px;
  padding-left: 15px;
}

#mainContent h2 span {
  color: #777;
  font-size: 11px;
  font-weight: normal;
  margin-left: 10px ;
}

/*--- 記事リスト ---*/
.articleList li .shoulder {
  color: #777;
  font-size: 12px;
  margin-bottom: 3px;
}

.articleList li .shoulder a { color: #777; }
.articleList li h3 { font-size: 14px; }

/*--- 記事リスト2カラム ---*/
.twoLows {
  margin-bottom: 30px;
  overflow: hidden;
}

.twoLows .articleList::after {
  content: "";
  display: block;
  clear: both;
}

.twoLows .articleList li {
  border-top:1px solid #e8e8e8;
  float: left;
  padding: 14px 0;
  position: relative;
  width: 310px;
}

.twoLows .articleList li:nth-child(even) { margin-left: 20px; }

.twoLows .articleList li:nth-last-child(1),
.twoLows .articleList li:nth-last-child(2) {
  border-bottom:1px solid #e8e8e8;
  margin-bottom: 0;
}

.twoLows .articleList li:nth-child(odd) { clear:both; }

.twoLows .articleList li img {
  width: 105px;
  height: auto;
}

.twoLows .articleList li .thumb {
  float: left;
  width: 105px;
  margin-right: 10px;
}

.twoLows.single {
  display: inline-block;
  width: 310px;
}

.twoLows.single .articleList li {
  border-top:1px solid #e8e8e8;
  float: none;
  padding: 14px 0;
  position: relative;
  width: 310px;
  min-height: 60px;
}

.twoLows.single .articleList li:nth-child(even) { margin-left: 0; }

.twoLows.single .articleList li:nth-last-child(2) {
  border-bottom: none;
  margin-bottom: 0;
}

.timelines {
  float:right;
  width: 300px;
}

/*--- 記事リスト3カラム ---*/
.threeLows { overflow: hidden; }

.threeLows .column {
  overflow: hidden;
  float: left;
  margin-left: 20px;
  margin-bottom: 30px;
  width: 200px;
}

.threeLows .column:nth-child(1),
.threeLows .column:nth-child(4) {
  margin-left: 0;
  clear:both;
}

.threeLows .articleList li {
  border-bottom:1px solid #e8e8e8;
  height: 70px;
  margin-top: 14px;
  overflow: hidden;
  padding-bottom: 10px;
  position: relative;
}

.threeLows .articleList li:first-child {
  height: 192px;
  margin-top: 0;
  overflow: hidden;
}

.threeLows .articleList li .thumb { margin-bottom: 10px; }
.threeLows .articleList li .thumb img { width: 200px; }

.threeLows .articleList li div div::after {
  content: url("/images/n/nbo/2016/common/icon_pr.png");
  position: absolute;
  bottom: 0;
  right: 0;
}

/*--- 今日の執筆陣 ---*/
#wirterList { margin-bottom: 20px; }
#wirterList h2 { margin-bottom: 8px; }

#wirterList::after,
.writerListBox::after,
.writerListBox .detailBox .inner::after {
  content: "";
  display: block;
  clear: both;
}

.writerListBox img{ width: 90px; }

.writerListBox li {
  float: left;
  width: 90px !important;
  margin-left: 20px;
  position: relative;
  padding: 6px 0;
}

.writerListBox li:nth-child(1),
.writerListBox li:nth-child(7) { margin-left: 0; }

.writerListBox .photoBox span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  text-align: center;
}

.writerListBox .detailBox {
  position: absolute;
  bottom:122px;
  opacity: 0;
  visibility: hidden;
  z-index: 6;
  width: 440px;
}

.writerListBox li:nth-child(4) .detailBox,
.writerListBox li:nth-child(5) .detailBox,
.writerListBox li:nth-child(6) .detailBox,
.writerListBox li:nth-child(10) .detailBox,
.writerListBox li:nth-child(11) .detailBox,
.writerListBox li:nth-child(12) .detailBox { right: -1px; }

.writerListBox .detailBox .thumb {
  float:left;
  margin-right: 10px;
  width: 90px;
}

.writerListBox .detailBox h3 {
  float: right;
  font-size: 20px;
  margin-bottom: 2px;
  width: 290px;
}

.writerListBox .detailBox h4 {
  float: right;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 8px;
  width: 290px;
}

.writerListBox .detailBox p {
  color: #777;
  float: right;
  font-size: 12px;
  width: 290px;
}

.writerListBox .detailBox p.txtRight.link {
  background: url(/images/n/nbo/2016/common/icon_link.png) no-repeat left 4px/4px;
  padding-left: 10px;
  display: block;
  margin-top: 10px;
  text-align: right;
  width: 120px;
}

.writerListBox .detailBox:hover p.txtRight.link { text-decoration: underline; }
.writerListBox .detailBox a { color: #000; }

.writerListBox li:hover .detailBox {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.writerListBox .detailBox .ballon {
  border-radius: 10px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  position: relative;
}

.writerListBox .detailBox .ballon::before {
  position: absolute;
  bottom: -8px;
  left: 38px;
  content: " ";
  height: 16px;
  width: 14px;
  background: #fafafa;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.writerListBox li:nth-child(4) .detailBox .ballon::before,
.writerListBox li:nth-child(5) .detailBox .ballon::before,
.writerListBox li:nth-child(6) .detailBox .ballon::before,
.writerListBox li:nth-child(10) .detailBox .ballon::before,
.writerListBox li:nth-child(11) .detailBox .ballon::before,
.writerListBox li:nth-child(12) .detailBox .ballon::before { left: 388px; }

.writerListBox .detailBox .ballon .inner {
  background: #fafafa;
  padding: 20px 20px 16px;
  border-radius: 10px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}

/*--- ピックアップ 2段目 pickupSecondary ---*/
#mainContent .pickupSecondary { margin-bottom: 30px; }
#mainContent .pickupSecondary h2 { border-left: 2px solid #e50020; }

#mainContent .pickupSecondary .articleBlock {
  overflow: hidden;
  margin-top: 30px;
}

#mainContent .pickupSecondary h2 + .articleBlock { margin-top: 0; }

#mainContent .pickupSecondary .articleBlock h2 {
  border-left: none;
  font-size: 24px;
  padding-left: 0;
}

#mainContent .pickupSecondary .articleBlock .thumb {
  width: 360px;
  float: left;
}

#mainContent .pickupSecondary .articleBlock .thumb img { width: 360px; }

#mainContent .pickupSecondary .articleBlock .articleList {
  float: right;
  width: 260px;
}

#mainContent .pickupSecondary .articleBlock .articleList li {
  font-size: 14px;
  border-bottom: 1px solid #e8e8e8;
  padding: 9px 0;
}

#mainContent .pickupSecondary .articleBlock .articleList li:first-child { padding-top: 0; }

#mainContent .pickupSecondary .articleBlock .articleList li.headline h3 { font-size: 16px; }

#mainContent .pickupSecondary .articleBlock .articleList li.headline .subLink {
  font-size: 14px;
  color: #777;
  margin-top: 5px;
}

#mainContent .pickupSecondary .articleBlock .articleList li.headline .subLink a:link { color: #777; }

/* 有料会員記事用アイコン／吹き出し表示（ピックアップ上下／新着記事） */
.articleList li.pay { position: relative; }
.articleList li.pay:hover { background: #fafafa; }

.articleList li.pay::after {
  content: url("/images/n/nbo/2011/indexes/top/nikkei/locked.png");
  position: absolute;
  right: 0;
}

#topContent .pickupPrimary .articleList li.pay::after { bottom: 8px; }
#topContent .pickupPrimary .articleList li.pay:nth-child(4)::after,
#topContent .pickupPrimary .articleList li.pay:nth-child(5)::after { bottom: -3px; }
.twoLows .articleList li.pay::after { bottom: 10px; }
#mainContent .pickupSecondary .articleList li.pay::after { bottom: 7px; }

#mainContent .pickupSecondary .articleList li.pay h3 a { padding-right: 10px;}

.articleList li.pay .ballon {
  position: absolute;
  top: -25px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}

#mainContent .twoLows .articleList li.pay div.ballon { position: absolute; } /* common.css打ち消し用 */
.twoLows .articleList li.pay .ballon { top: -30px; left: 115px; }

.articleList li.pay:hover .ballon {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.articleList li.pay .ballon .inner {
  border-radius: 6px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  position: relative;
  text-align: center;
}

#topContent .pickupPrimary li.pay .ballon .inner { width: 270px; }
.twoLows .articleList li.pay .ballon .inner { width: 194px; }
#mainContent .pickupSecondary li.pay .ballon .inner { width: 260px; }

.articleList li.pay .ballon .inner::before {
  position: absolute;
  bottom: -5px;
  left: 130px;
  content: " ";
  height: 12px;
  width: 10px;
  background: #000;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

.twoLows .articleList li.pay .ballon .inner::before { left: 90px; }
#mainContent .twoLows ul li.pay div div::after { content: ""; } /* common.css打ち消し用 */

.articleList li.pay .ballon .inner p {
  background: #000;
  border-radius: 6px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  color:#fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.0;
  padding: 7px 10px;
}

.twoLows .articleList li.pay .ballon .inner p {
  line-height: 1.2;
  padding: 4px 10px;
}