@charset "utf-8";

/*
 * PC スマホ共用CSS
 */

#ekiten_bnr_block, #chiryoin_bnr_block {
  padding: 0;
  text-indent: -9999px;
}
#ekiten_bnr_block a, #chiryoin_bnr_block a {
  display: block;
  height: 100px;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
#ekiten_bnr_block a { background: url("/files/ekiten_bnr.jpg") no-repeat scroll center top transparent; }
#chiryoin_bnr_block a { background: url("/files/chiryoin_bnr.jpg") no-repeat scroll center top transparent; }
#ekiten_bnr_block a:hover, #chiryoin_bnr_block a:hover {
  background-position: center bottom;
}










































