@charset "utf-8";

/** 最新ニュース：初期表示オフ */
div#latestNews {
  display: none;
}

/** 今日の放送：初期表示オフ */
div#todayOA {
  display: none;
}

/** アクセスランキング：初期表示オフ */
div#accessRanking, div#accessRankingGenre {
  display: none;
}

/** カレンダー */
div#searchBox {
  /*display: none;*/
}

/** パンくずリスト：初期表示オフ */
div#topicsPath {
  display: none;
}

/** 記事詳細 */
#newsDetail {
  position: relative;
  min-height: 300px;
}
/* 本文中に<p>が入ってくるため対処 */
#newsDetail .article p.text>p
,#newsDetail .article div.text>p{
  font-size: 100%;
  padding: 0px;
}

#BCLcontainingBlock {
  padding: 10px 0px 15px;
  width: 680px;
  text-align: center;
  clear: both;
}

#newsDetail .articleDetail {
  width: 680px;
  clear: both;
}

#companionAd {
  padding-bottom: 15px;
  width: 680px;
  text-align: center; }

#newsDetail .articleDetail02 .photo {
  padding-bottom: 10px;
  float: left; 
  width: 400px; /* #6186追加 */
  text-align:center; /* #6186追加 */
  }

#newsDetail div.full div.text{
  padding: 5px;
}

#newsDetail .noSummary {
  padding-top: 0px; }

#newsDetail .noSummary .summary{
  display: none; }

#newsDetail .noSummary .title_tab{
  margin-top: 0px; }

/** 記事詳細のローディング */
#loadingCover {
  background: #fff url(/images/common/loading.gif) no-repeat center 140px;
  width: 695px;
  min-height: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/** トップページのローディング表示 **/
#loadingCoverTop {
  background: #fff url(/images/common/loading.gif) no-repeat center center;
  width: 100%;
  min-height: 695px;
  height: 100%;
}

/** カテゴリトップページのローディング表示 **/
#loadingCoverCategory {
  background: #fff url(/images/common/loading.gif) no-repeat center center;
  width: 100%;
  min-height: 695px;
  height: 100%;
}
