@charset "utf-8";
@media print, screen and (min-width: 751px) {
  .e-learningTable .bg01 {
    background-image: url("/profile/disclosure/curriculum/img/bg01.gif"), url("/profile/disclosure/curriculum/img/bg01_1.gif");
    background-repeat: no-repeat, no-repeat;
    background-position: 14px 14px, 20px center;
  }
  .e-learningTable .bg02 {
    background-image: url("/profile/disclosure/curriculum/img/bg02.gif");
    background-repeat: repeat-y;
    background-position: 14px center;
  }
  .e-learningTable .bg03 {
    background-image: url("/profile/disclosure/curriculum/img/bg03.gif");
    background-repeat: no-repeat;
    background-position: left 14px bottom 14px;
  }
}
@media only screen and (max-width: 750px) {
  .e-learningTable .bg01 {
    padding-left: 30px;
    background-image: url("/profile/disclosure/curriculum/img/bg01_sp.gif"), url("/profile/disclosure/curriculum/img/bg01_1_sp.gif");
    background-repeat: no-repeat, no-repeat;
    background-position: 6px 8px, 10px center;
  }
  .e-learningTable .bg02 {
    padding-left: 30px;
    background-image: url("/profile/disclosure/curriculum/img/bg02_sp.gif");
    background-repeat: repeat-y;
    background-position: 6px center;
  }
  .e-learningTable .bg03 {
    background-image: url("/profile/disclosure/curriculum/img/bg03_sp.gif");
    background-repeat: no-repeat;
    background-position: left 6px bottom 8px;
  }
}