@charset "utf-8";

/* 
 * advertising CSS
 * ---------------------------------------------
 * 広告に関わるCSS
 */

/*===========================================================================
  広告関連
===========================================================================*/

/*---------------------------------------------------------------------------
  nend
---------------------------------------------------------------------------*/

.postList.larg li dl {
  margin: 0 0 6px 104px;
}

.postList .nend_wrap {
  height: 90px !important;
}

/*---------------------------------------------------------------------------
  
---------------------------------------------------------------------------*/



/*===========================================================================
  画面外広告用
===========================================================================*/

#footAd {
  overflow: visible;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

#footAd .offLeft,
#footAd .offRight {
  display: block;
  position: absolute;
  top: 0;
  z-index: 1000;
}
#footAd .offLeft {
  right: 50%;
  margin-right: 520px;
  text-align: right;
}
#footAd .offRight {
  left: 50%;
  margin-left: 520px;
  text-align: left;
}
#footAd .offLeft img,
#footAd .offRight img {
  max-width: none !important;
}

@media screen and (max-width: 660px) {
  #footAd {
    display: none;
  }
}

/*---------------------------------------------------------------------------
  
---------------------------------------------------------------------------*/


