@charset "utf-8";
/* CSS Document */

.table-primary {
  background-color: #622077 !important;
}
.table-navy {
  background-color: #506779 !important;
}
.first {
  background-color: #dfd9e3;
}
.second {
  background-color: #ebe5ef;
}

@media (min-width: 768px) { /* 768px以上*/
.graph {
  background: url("/html/user_data/products/CHP/MS105-100JPS/bg.jpg") center center / cover no-repeat local;
  z-index: 1;
  position: relative;
}
}
@media (max-width: 768px) { /* 768px以下*/
.graph {
  background: url("/html/user_data/products/CHP/MS105-100JPS/sp_bg.jpg") center center / cover no-repeat local;
  z-index: 1;
  position: relative;
}


}