* {
  /*font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif*/
    font-family: Avenir, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", ヒラギノ角ゴシック, YuGothic, "Yu Gothic", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}


body {
  margin: 0px;
  padding: 0;
  }
p{
  /*font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif*/
    font-family: Avenir, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", ヒラギノ角ゴシック, YuGothic, "Yu Gothic", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    line-height: 1.5;
    font-size: 16px;
    color: #333333;

}
table.main-contents {
  border-spacing: 0;
  font-size: 13px;
  margin: 0 auto;
}

.main-contents a {
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-font-smoothing: antialiased;
}

.main-contents a {
  cursor: pointer;
}

.main-contents h2 {
  font-family: "HG丸ゴシックM-PRO", "ヒラギノ角ゴ Pro W3", Osaka, "MS Pゴシック";
  font-size: 100%;
  line-height: 120%;
  margin: 0;
  padding: 0;
}

.main-contents a:active {
  text-decoration: none;
  color: #009966;
}

.main-contents a:visited {
  text-decoration: underline;
  color: #333333;
}

.main-contents a:hover {
  text-decoration: none;
  color: #009966;
}

.main-contents a.pn:link {
  text-decoration: underline;
  color: #666666;
  font-size: 12px;
}

.main-contents a.pn:active {
  text-decoration: none;
  color: #CC3366;
  font-size: 12px;
}

.main-contents a.pn:visited {
  text-decoration: underline;
  color: #666666;
  font-size: 12px;
}

.main-contents a.pn:hover {
  text-decoration: none;
  color: #CC3366;
  font-size: 12px;
}

.pankuzu {
  padding: 10px;
  font-size: 12px;
  color: #000000;
}

.title {
  margin: 20px 0 20px 0;
  color: #1B74AB;
  font-weight: bold;
  font-size: 22px;
  line-height: 25px;
}

.back-button {
  padding: 10px 0 10px 0;
  text-align: right;
}

.side-menu {
  width: 180px;
  padding: 0 0 0 25px;
}

.university{
    margin-right: 0;
}

.bold{
    font-weight: bold;
    font-size: 1.2em;
}

/*プロパティリセットcssでグローバルフッターが崩れるので修正用の指定*/
ul {
  text-align: center;
}

.big-ttl-container{
  margin-top: 20px;
}

.ttl-txt{
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  background-color: #009380;
  line-height: 200%;
  text-align: center;
}

.contents_text{
  margin-bottom: 25px;
}

.center{
  align-items: center;
}
