@charset "utf-8";
/* CSS Document */

@media print {
  body {
    font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
    background-color: #ffffff;
    margin: 1cm 1cm 0cm 1cm;
    padding: 0px;
  }
  div#print_header,
  div#print_footer {
    /*color: #000000;
        text-decoration: none;*/
    display: none;
  }

  a {
    border-style: none;
    text-decoration: none;
    color: #017acd;
    font-weight: bold;
    /*#2C99C7;*/
  }
  a,
  a * {
    text-decoration: none !important;
  }
  a img {
    border-style: none;
    text-decoration: none;
    display: none;
  }
  #wrapperContent #content.syllabus h6.mm {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 100%;
    font-weight: bold;
    padding: 4px 0px 4px 15px;
    border-top: 3px solid pink;
    border-bottom: 0px;
  }
  #wrapperContent #content.syllabus h6.it {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 100%;
    font-weight: bold;
    padding: 4px 0px 4px 15px;
    border-top: 3px solid #017acd;
    border-bottom: 0px;
  }
  #wrapperContent #content.syllabus h6.cc {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 100%;
    font-weight: bold;
    padding: 4px 0px 4px 15px;
    border-top: 3px solid orange;
    border-bottom: 0px;
  }
  /*#wrapperContent #content.syllabus h6.mm {
  background-image: url("../student/images/bullet-mm.png");
  border-top: 3px solid #E786AB;
  border-bottom: 1px dotted #E786AB;
}
#wrapperContent #content.syllabus h6.it {
  background-image: url("../student/images/bullet-it.png");
  border-top: 3px solid #52AEE2;
  border-bottom: 1px dotted #52AEE2;
}
#wrapperContent #content.syllabus h6.cc {
  background-image: url("../student/images/bullet-cc.png");
  border-top: 3px solid #F6B647;
  border-bottom: 1px dotted #F6B647;
}*/
}
