@charset "UTF-8";
/* Scss Document */
/*───────────────────────────────────
	定義
───────────────────────────────────*/
/*───────────────────────────────────
	ブレイクポイント
───────────────────────────────────*/
/*───────────────────────────────────
	カラー
───────────────────────────────────*/
.colorRed {
  color: #f00;
}

.colorDarkRed {
  color: #951717;
}

.colorOrange {
  color: #FF9933;
}

.colorPink {
  color: #e75684;
}

.colorDarkPink {
  color: #e9568b;
}

.colorGreen {
  color: #74b941;
}

.colorDarkGreen {
  color: #398330;
}

.colorGreen02 {
  color: #19aa85;
}

.colorBlue {
  color: #00f;
}

.colorDarkBlue {
  color: #07348e;
}

.colorBlueBlack {
  color: #011227;
}

.colorYellow {
  color: #ff0;
}

.colorGray {
  color: #999 !important;
}

.colorWhite {
  color: #fff !important;
}

.colorCoop {
  color: #263c8c;
}

.div_selectNumberBlock button {
  margin: 5px;
  color: #fff;
}

.button_selectNumberA {
  background-color: #718cc7 !important;
}

.button_selectNumberB {
  background-color: #43b149 !important;
}

.button_selectNumberC {
  background-color: #e95377 !important;
}

.button_selectNumberD {
  background-color: #f39700 !important;
}
/*# sourceMappingURL=select.css.map */