  @charset "UTF-8";
/****/
/* pc */
/****/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/en/assets/images/academics/libraries/header_bg_01_sec.jpg");
  }
  #global-content .marginType01 {
    margin-bottom: 2em;
  }
  #global-content .listText {
    color: #000;
  }
}
.device-view-pc #global-header header {
  background-image: url("/en/assets/images/academics/libraries/header_bg_01_sec.jpg");
}
.device-view-pc #global-content .marginType01 {
  margin-bottom: 2em;
}
.device-view-pc #global-content .listText {
  color: #000;
}
/****/
/* tablet */
/****/
@media screen and (min-width: 751px) and (max-width: 1120px) {
  .device-js-on #global-header.type02 header .headerInner .title {
    line-height: 1;
    font-size: 32px;
  }
  .device-js-on #global-wrapper .module-tab {
    display: inherit;
  }  
}
/****/
/* sp */
/****/
@media screen and (max-width: 750px) {
  .device-js-on #global-header header {
    background-image: url("/en/assets/images/academics/libraries/header_bg_01_sp_sec.jpg");
  }
  .device-js-on #global-content .marginType01 {
    margin-bottom: 1em;
  }
  .device-js-on #global-content .listText {
    color: #000;
  }    
}
