/*
 noscript.css
*/

/* TOP ページのスライドショー 最初の一枚目のみ表示*/
.p-index_eyeCatch {
  width: 1060px;
  margin-left: -45px;
  overflow: hidden;
}

/* -- 代理店マップの背景に日本地図を表示 -- */
.p-company_reseller_list {
  background-image: url(/images/company/map_noscript.png);
  background-repeat: no-repeat;
  background-position: 51% 19%;
}