@charset "UTF-8";
/* ==============================


print.css


============================== */
/*--------------------------
共通レイアウト 　
--------------------------*/
@media only print {
  #pageBottom {
    display: none !important;
  }
}
/*--------------------------
----------------------------
トップページ
----------------------------
--------------------------*/
@media only print {
  body#top_page #contents {
    margin-top: -10px;
  }
}
/*--------------------------
----------------------------
大学の立地
----------------------------
--------------------------*/
body#guide.location div.location_map span.map_base {
  position: relative;
}
