/*** 共通のスタイル ***/
html {
  font-size: 62.5%;
}
.cp_control_hide {
  display:none; 
}
.txt_bold {
  font-weight: bold; 
}

/* メインコンテンツ */
.Main { 
  width: 100%; 
  max-width: 950px; 
  font-family: Avenir, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; 
  margin: 0 auto; 
}
.Main a { 
  text-decoration: none; 
}

/* ヘッダー画像 */
.Main__headerImage { 
  position: relative; 
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

/* アイテム(アフィリエイト) */
.Main__bigAfiliateSpace, .Main__smallAfiliateSpace {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.Main__smallAfiliateSpace {
  margin-bottom: 0;
}

/* 注意事項等のテキスト */
.Main__explain {
  position: relative;
  width: 100%;
  height: auto;
  border: 1px #DDD solid;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 20px; /* 後で削除 */
  margin-bottom: 20px;
}

/*-- その他特集 --*/
.Main__specialBannerLink { 
  margin-top: 56px;
  margin-bottom: 20px; 
}

/* フッター上の広告 */
.bnr_foot { text-align: center; }
