@import url(https://www.shinshu-u.ac.jp/jueb5meH/mt-static/support/theme_static/power_cms_eiger/css/base.css);
@import url(https://www.shinshu-u.ac.jp/jueb5meH/mt-static/support/theme_static/power_cms_eiger/css/screen.css);

/* ¥³¥á¥ó¥È¡¢¥È¥é¥Ã¥¯¥Ð¥Ã¥¯ÓÃ */
@import url(https://www.shinshu-u.ac.jp/jueb5meH/mt-static/support/theme_static/power_cms_eiger/css/feedback.css);

/* ¥¹¥é¥¤¥À©` */
@import url(https://www.shinshu-u.ac.jp/faculty/medicine/health/nursing/hero.css);

/* ±íÊ¾¥Õ¥©¥ó¥È¤ÎÖ¸¶¨¤È±³¾°¤ÎÈë¤ìÌæ¤¨ */
body {
    font-size: 16px;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

body.spring {
    background: linear-gradient(160deg, rgba(255, 255, 255), rgba(255, 231, 236, .95)), url(https://www.shinshu-u.ac.jp/faculty/medicine/health/nursing/images/spring.jpg);
    background-size: cover;
}

body.summer {
    background: linear-gradient(160deg, rgba(255, 255, 255), rgba(236, 255, 204, .95)), url(https://www.shinshu-u.ac.jp/faculty/medicine/health/nursing/images/summer.jpg);
    background-size: cover;
}

body.autumn {
    background: linear-gradient(160deg, rgba(255, 255, 255), rgba(255, 227, 218, .95)), url(https://www.shinshu-u.ac.jp/faculty/medicine/health/nursing/images/autumn.jpg);
    background-size: cover;
}

body.winter {
    background: linear-gradient(160deg, rgba(255, 255, 255), rgba(204, 255, 229, .95)), url(https://www.shinshu-u.ac.jp/faculty/medicine/health/nursing/images/winter.jpg);
    background-size: cover;
}

/* ¥ê¥ó¥¯¤ÎÎÄ×Ö¤òÉÙ¤·Ã÷¤ë¤¯¤¹¤ë
a {
  color: #0000ff; }
  a:hover {
    color: #3a6eb2;
    text-decoration: none; }
*/

/* ¥ê¥ó¥¯¤Î¥¢¥ó¥À©`¥é¥¤¥ó¤òÏû¤¹ */
  .widget a {
    text-decoration: none; }

/* ¥Õ¥Ã¥¿¤ÎÎÄ×Ö¤ò°µ¤¯ */
[role="contentinfo"] {
  color: #274a78; 
  }
  [role="contentinfo"] a {
    color: #274a78; 
    }
  [role="contentinfo"] [role="navigation"] a {
    color: #274a78; 
    }
   
/*
/ ¥µ¥ó¥×¥ë¥¹¥¿¥¤¥ë
*/

/* Body
body {
    font-size: 16px;
    font-family: sans-serif;
}
*/

/* ¥«¥Æ¥´¥ê¥é¥Ù¥ë¥«¥é©`
.label {
  border-radius: 3px;
}

.label.category_basename {
  background-color: green;
}
*/

/* Responsive (Media Query)
body {
  background-color: lightgrey;
}

@media (min-width: 700px) {
  background-color: whitesmoke;
}

@media (min-width: 930px) {
  background-color: white;
}
*/
