@charset "utf-8";

/*==========================================
 季節カラー設定.
===========================================*/







/* 冬*/
header #langNavi ul li.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
#topRight #topInfo {
  background: #5F5C58;
}
header #grNavi {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #43413F), color-stop(0.00, #5F5C58　));
  background: -webkit-linear-gradient(#5F5C58, #43413F);
  background: -moz-linear-gradient(#5F5C58, #43413F);
  background: -ms-linear-gradient(#5F5C58, #43413F);
  background: linear-gradient(#5F5C58, #43413F);
}

