@media screen and (min-width: 641px) {
  header {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  a {
    text-decoration: none;
  }
  #top {
    margin-right: auto;
    margin-left: auto;
    width: 980px;
    margin-bottom: 20px;
  }
  #language {
    background-color: #eeeeee;
    font-size: 12px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 20px;
  }
  #language ul {
    float: right;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #000;
  }
  #language li {
    display: inline;
    font-size: 12px;
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #000;
  }
  #language .language-nav {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
  }
  #language a {
    color: #333;
  }
  #logo {
    float: left;
    width: 400px;
  }
  #headernav {
    float: right;
    padding-top: 10px;
    font-size: 16px;
  }
  #headernav a {
    color: #333;
    font-size: 12px;
  }
  #headernav li {
    display: inline;
    text-align: left;
    padding-left: 15px;
  }
  #headernav ul {}
  #mainslide img {
    width: 100%;
  }
  #globalnav {
    background-color: #000;
    height: 40px;
    padding-top: 20px;
    z-index: 999;
  }
  #globalnav.fixed {
    width: 100%;
    position: fixed;
    text-align: center;
    top: 0px;
    z-index: 999;
  }
  #globalnav .nav {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  #globalnav a {
    font-size: 14px;
    color: #FFF;
    display: inline-block;
  }
  #globalnav .nav li {
    display: inline;
    padding-right: 12px;
    padding-left: 12px;
  }
  #globalnav a.opencampus {
    font-weight: bold;
    color: #cf2f76;
  }
}
@media screen and (max-width: 960px) {
  #globalnav {
    height: 68px;
  }
  #globalnav a {
    line-height: 1.8;
  }
}
@media screen and (max-width: 640px) {
  #logo2 img {
    float: left;
  }
  a {
    text-decoration: none;
  }
  #globalnav-sp table {
    background-color: #000;
    margin-top: 10px;
    width: 100%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
  }
  #globalnav-sp table td {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 50%;
    text-align: center;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFF;
  }
  #globalnav-sp table td.dept {
    margin-bottom: 2px;
    background-color: #efefef;
    /*background: linear-gradient(to right, red, orange, yellow, green, aqua, blue, purple);*/
    /*background: center/cover url("../../images/globalnav-sp-dept.jpg");*/
    /*background: 0/2px url("../../images/globalnav-sp-dept-bg.gif");*/
    border-top: solid 2px #000000;
  }
  #globalnav-sp table td.opencampus {
	width: 50%;
    background-color: #cd2d74;
    /*border-bottom: solid 2px #000000;*/
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFF;
  }
  #globalnav-sp table tr .line-no {
    border-right-style: none;
  }
  #globalnav-sp table tr {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
  }
  #globalnav-sp table a {
    color: #FFF;
  }
  #globalnav-sp table a.dept {
    padding: 6px 12px;
    font-weight: bold;
    color: #000000;
    /*text-shadow: 1px 1px 1px #000000;*/
    /*background-color: rgba(255,255,255,0.9);*/
  }
  #globalnav-sp table a.opencampus {
    font-weight: bold;
  }
  #header-box {
    position: fixed; /* ヘッダーの固定 */
    top: 0px; /* 位置(上0px) */
    left: 0px; /* 位置(右0px) */
    width: 100%;
    z-index: 10;
    padding-bottom: 10px;
    height: 40px;
  }
  #header-box img {
    float: left;
    width: 60% !important;
    line-height: 37px;
    margin: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    padding-left: 5px;
  }
  #bread {
    margin-top: 40px;
  }
}