.heading {
  background: #e4e4e4#dbedf7 !important;
}

/* ファンド選択時の色設定 */
.selected {
  background-color: #dbedf7;
}
.selected .fund-selection {
  background-color: #dbedf7;
}
/*..selected .fund-name {
  color: white;
}
.selected .fund-value {
  color: white;
}
/* ここまで */

/*.fund-selection {
   position: absolute;
   left:0;
   bottom: 4px;
   background-color: white;
   width: 36px;
   border-radius: 18px;
   height: 36px;
   line-height: 30px;
   text-align: center;
   border: 4px solid goldenrod;
}

.fund-selection img {
  width: 22px;
}*/