/* Shotgun shooters 独自設定 */
/*  201904追加 */
/* box sliderの余分な余白を削除する */
.bx-wrapper   .bx-viewport {
  margin: 0 !important;
  padding: 0 limportant;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
  border: none  !important;
   left: 0px!important;
}

.bxslider img{
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 limportant;
 
}
/*  20200928追加 */
/* LINKの色を白文字系に変更するクラスを追加 */

  a {
    color: #ffffff;
  }
  a:link { color: #ffffff; }
  a:visited { color: #ffffff; }
  a:hover { color: #ff8000; }
  a:active { color: #ff4800; }

