@charset "utf-8";
/* CSS Document */


/* =================================================================

 common

================================================================= */
/* -----------------------------------------------------------------
  advEvent バナー
----------------------------------------------------------------- */

/*doc
---
title: 幅100%バナー
name: Ad_Width_Full
category: 広告
parent:
---

幅100%バナーのスタイル

- .yahoo
- .amazon

```html_example
<div class="bnrWidthFull">
    <a href="#" target="_blank">楽天スーパーSALE</a>
<!-- /.bnrWideRepeat --></div>
<div class="bnrWidthFull yahoo">
    <a href="#" target="_blank">Yahoo!ショッピングSALE</a>
<!-- /.bnrWideRepeat --></div>
<div class="bnrWidthFull amazon">
    <a href="#" target="_blank">Amazon SPRING TIME SALE</a>
<!-- /.bnrWideRepeat --></div>
```
*/
.bnrWidthFull {
  margin: 0;
}

.bnrWidthFull > a {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: block;
  width: 100%;
  height: 40px;
  background-repeat: repeat-x;
  background-position: center top;
  cursor: pointer;
}

.bnrWidthFull.rakuten1 a {
  background-image: url(//special.aucfan.com/wp-content/themes/the-bootstrap/image/pc/bnr_rakuten01.png);
}

.bnrWidthFull.amazon1 a {
  background-image: url(//special.aucfan.com/wp-content/themes/the-bootstrap/image/pc/bnr_amazon01.png);
}

.bnrWidthFull.yahuoku1 a {
  background-image: url(//special.aucfan.com/wp-content/themes/the-bootstrap/image/pc/bnr_yahuoku01.png);
}

