@charset "utf-8";
/* ===================================================================
CSS information

file name : bird2018.css

トリ特集2018
  photo.cssをベースとしています

=================================================================== */

/* インデックスのスタイル */
#top.bird2018 #headArea {
  width: 1000px;
  margin: 20px auto;
}
#top.bird2018 #headArea p {
  width: 600px;
  float: right;
  text-align: right;
  line-height: 20px;
  color: #929292;
  padding-top: 5px;
  font-size:13px;
}
#top.bird2018 h1.mainTitle {
  width: 300px;
  margin: 0;
  padding: 5px 0 5px 15px;
}
#top.bird2018 h1.mainTitle img {
  padding: 0 0 0 15px;
}
#top.bird2018 #photoTop {
  padding-bottom:40px;
}
/* SNS */
#top.bird2018 .centerSns {
  text-align: right;
  height: 70px;
}
#top.bird2018 .centerSns > div {
  display: inline-block;
}
/* Screen */
#top.bird2018 #topMainArea {
  margin: 0 auto;
}
#top.bird2018 #topMainArea h2 {
  position: absolute;
  z-index: 100;
  left: 12%;
  color: white;
  padding-top: 15px;
  font-size: 16px;
  text-shadow: 1px 1px 1px #333;
}
#top.bird2018 .contentBox .titleBox h2 span {
  display: block;
  font-weight: normal;
  font-size: 14px;
}
/* もっと見る用の処理 */
#top.bird2018 #birdCntDbl li:nth-child(n + 4) {
  display: none;
}
#top.bird2018 #galleryBacknumber li:nth-child(n + 7) {
  display: none;
}
#top.bird2018 p.cntMore {
  display:none;
  clear:both;
  width: 200px;
  padding: 15px 0;
  background-color: #ffcd05;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
}
/* 2カラムのボックス */
#birdCntDbl {
  width: 680px;
  overflow:hidden;
  margin: 0 0 40px;
}
/* 1カラムのボックス */
#laboBlock,
#newsBlock,
#galleryBacknumber {
  width: 680px;
  margin: 0 0 40px;
  float: none;
}
/* 目次 */
#top.bird2018 ul.special {
  padding-bottom: 25px;
}
#top.bird2018 ul.special li {
  width: 680px;
  overflow: hidden;
  margin-bottom: 20px;
}
#top.bird2018 ul.special h3 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: normal;
  line-height: 1.2;
}
#top.bird2018 ul.special p.text {
  font-size: 13px;
  color: #929292;
  overflow: hidden;
}
#top.bird2018 ul.special p.image {
  float:left;
  margin: 0 20px 0 0;
  position: relative;
}
#top.bird2018 #laboBlock ul.special p.text {
  margin:10px 0 0;
}
#top.bird2018 #laboBlock ul.special h3 {
  margin:0;
  line-height: 1;
}
/* Gallery Backnumber */
#galleryBacknumber .titleBox {
  position: relative;
}
#galleryBacknumber .titleBox p {
  position: absolute;
  top: 7px;
  right: 15px;
  color: #929292;
}
#galleryBacknumber ul {
  overflow: hidden;
  width: 680px;
  padding-bottom:20px;
}
#galleryBacknumber ul li {
  float:left;
  width:215px;
  height:140px;
  margin:0 10px 10px 0;
  overflow:hidden;
}
#galleryBacknumber ul li a {
  width:215px;
  height:140px;
}
#galleryBacknumber ul.atclList li p.image {
  float: none;
  margin: 0;
  padding: 0;
}
#galleryBacknumber ul li img,
#galleryBacknumber ul li:first-child img {
  width:215px;
  height:auto;
}
#galleryBacknumber ul li:nth-child(3n) {
  margin:0 0 10px 0;
}
#galleryBacknumber ul li a::after {
  content: url(/nng/images/n/2018/bird/gallery.png);
  position: absolute;
  right: 0;
  bottom: 0;
}
#galleryBacknumber ul li a:hover::before {
  z-index: 2;
  content: "";
  border: 3px solid #fedc00;
  position: absolute;
  width: -webkit-calc(100% - 6px);
  width: calc(100% - 6px);
  height: -webkit-calc(100% - 6px);
  height: calc(100% - 6px);
}



/* 記事（クローズアップ）のスタイル */

/* SNS */
.sideSns {
  margin: 20px 0 5px;
}
.sideSns > div {
  margin-bottom:10px;
}

/* index & article */
#sideContents h2.bannerTitle {
  border-left: 4px solid #ffcd05;
  padding-left: 14px;
  font-size: 16px;
  margin: 20px 0 10px;
}

#sideContents .sideBanner {
  margin-bottom:20px;
  text-align:center;
}
#sideContents .sideBanner.mb10 {
  margin-bottom:10px;
}

.birdSideLink {
  width:256px;
  border: 2px solid #eeeeee;
  padding:20px 20px 10px;
  margin-bottom:20px;
  background-color:#ffffff;
}
.birdSideLink .box {
  width:256px;
  overflow:hidden;
  border-top: 2px solid #eeeeee;
/*  margin-top:15px; */
  padding-top:20px;
}
.birdSideLink .box:first-child {
  border: none;
  margin: 0;
  padding: 0;
}
.birdSideLink h2 {
  border-left: 3px solid #ffcd05;
  padding-left: 12px;
  font-size: 16px;
  margin-bottom: 15px;
}
.birdSideLink h2 span {
  display: block;
  font-weight: normal;
  font-size: 12px;
}
.birdSideLink .box a,
.birdSideLink .box > div{
  display:block;
}
.birdSideLink .box a img,
.birdSideLink .box div img{
  width:80px;
  float:left;
  margin:0 10px 10px 0;
}
/* 20180522追加 */
.birdSideLink .box2 {
  width:256px;
  overflow:hidden;
}
.birdSideLink .box2 a,
.birdSideLink .box2 > div{
  display:block;
}
.birdSideLink .box2 a img{
  width:90px;
  float:left;
  margin:0 10px 10px 0;
}
/* /20180522追加 */
.birdSideLink .box h3,
.birdSideLink .box h4, {
  font-size: 12px;
}
.birdSideLink .box p {
  font-size: 12px;
  margin-bottom: 10px;
  overflow:hidden;
}
.birdSideLink .box p.gray {
  color:#999;
}
.birdSideLink .box h3,
.birdSideLink .box h4 {
  margin-top: 15px;
}
.birdSideLink .box p {
  margin-top: 5px;
}
