@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, main, nav, section {
  display: block;
}

html {
  width: auto;
  height: 100%;
  font-size: 10px;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

strong, b, em {
  font-weight: bold;
}

body {
  color: #333333;
  background: url("/img/bg01.png") repeat left top;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","メイリオ",Meiryo,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
}

a {
  text-decoration: none;
}
@media screen and (min-width: 641px) {
  a:hover {
    text-decoration: underline;
  }
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa-list,
.fa-angle-right,
.fa-angle-left,
.fa-angle-up {
  position: relative;
}
.fa-list:before,
.fa-angle-right:before,
.fa-angle-left:before,
.fa-angle-up:before {
  position: absolute;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  font-size: 1rem;
}

.disnon {
  display: none;
}

#global-header {
  position: relative;
  width: 100%;
  max-width: 1080px;
  min-width: 960px;
  margin: 0 auto;
  padding: 85px 0 0;
}
#global-header .logo {
  float: left;
  width: 347px;
  height: 45px;
}
#global-header .univ-logo {
  position: absolute;
  top: 30px;
  left: 2px;
  width: 161px;
  height: 36px;
}
#global-header .assist {
  position: absolute;
  right: 0;
  top: 35px;
}
#global-header .assist li {
  float: left;
  width: 130px;
  text-align: center;
  margin-left: 20px;
}
#global-header .assist li a {
  display: block;
  border: 1px rgba(0, 51, 140, 0.3) solid;
  color: #00338c;
  line-height: 34px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#global-header .assist li a span {
  background: no-repeat left center;
  padding-left: 20px;
}
#global-header .assist li a:hover {
  background: #00338c;
  border-color: #00338c;
  color: #FFFFFF;
  text-decoration: none;
}
#global-header .assist li.inquiry span {
  background-image: url("../img/common/icon_mail-b.png");
}
#global-header .assist li.inquiry a:hover span {
  background-image: url("../img/common/icon_mail-w.png");
}
#global-header .assist li.aasa span {
  background-image: url("../img/common/icon_blank-b.png");
}
#global-header .assist li.aasa a:hover span {
  background-image: url("../img/common/icon_blank-w.png");
}
#global-header #gnav #main-menu {
  float: right;
  width: 600px;
  height: 45px;
  margin-bottom: 40px;
}
#global-header #gnav #main-menu li {
  float: left;
  width: 130px;
  height: 44px;
  text-align: center;
  margin-left: 20px;
}
#global-header #gnav #main-menu li a {
  display: block;
  height: 14px;
  border-bottom: 1px #E0E0E0 solid;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  padding: 18px 0 12px;
}
#global-header #gnav #main-menu li a span {
  display: block;
  height: 14px;
  background: no-repeat center top;
  text-indent: -9999px;
}
#global-header #gnav #main-menu li a:hover {
  border-bottom-color: #00338c;
}
#global-header #gnav #main-menu li a:hover span {
  background-position: center bottom;
}
#global-header #gnav #main-menu li#gnav-about span {
  background-image: url("../img/common/btn_gnav-about.png");
}
#global-header #gnav #main-menu li#gnav-teacher span {
  background-image: url("../img/common/btn_gnav-teacher.png");
}
#global-header #gnav #main-menu li#gnav-librarian span {
  background-image: url("../img/common/btn_gnav-librarian.png");
}
#global-header #gnav #main-menu li#gnav-curator span {
  background-image: url("../img/common/btn_gnav-curator.png");
}
#global-header #gnav #mega-menu {
  display: none;
  background: #F9F9F9;
  clear: both;
  margin-bottom: 40px;
  padding: 30px 40px 5px;
}
#global-header #gnav #mega-menu > ul > li {
  float: left;
  width: 30.6%;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 4.1%;
  margin-bottom: 25px;
}
#global-header #gnav #mega-menu > ul > li:first-child {
  margin-left: 0;
}
#global-header #gnav #mega-menu > ul > li > a {
  font-weight: bold;
  border-bottom: 1px #333 solid;
  padding-right: 20px;
}
#global-header #gnav #mega-menu > ul > li > a:before {
  right: 0;
  top: 0;
  width: 13px;
  height: 13px;
  background: #FFFFFF;
  border: 1px #333333 solid;
  font-weight: normal;
  line-height: 13px;
  text-align: center;
}
#global-header #gnav #mega-menu > ul > li > a:hover {
  border-bottom-color: #00338c;
}
#global-header #gnav #mega-menu > ul > li > a:hover:before {
  background: #00338c;
  border-color: #00338c;
  color: #FFFFFF;
}
#global-header #gnav #mega-menu > ul > li > ul {
  margin-top: 25px;
}
#global-header #gnav #mega-menu > ul > li > ul > li {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 10px;
}
#global-header #gnav #mega-menu > ul > li > ul > li > a {
  padding-left: 10px;
}
#global-header #gnav #mega-menu > ul > li > ul > li > a:before {
  left: 0;
}
#global-header #gnav #mega-menu > ul:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#global-header #gnav #mega-menu a {
  display: block;
  color: #333333;
}
#global-header #gnav #mega-menu a:hover {
  color: #00338c;
  text-decoration: none;
}
#global-header #gnav:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#global-header:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

main {
  width: 100%;
  max-width: 1080px;
  min-width: 960px;
  margin: 0 auto;
  padding-bottom: 20px;
}
main #mv {
  position: relative;
  width: 100%;
  height: 538px;
  margin-bottom: 6px;
}
main #mv ul li {
  position: relative;
  float: left;
  height: 538px;
  background: no-repeat center top;
}
main #mv ul li a {
  display: block;
  height: 538px;
}
main #mv ul li a .contents {
  position: absolute;
  left: 25px;
  bottom: 25px;
  width: 250px;
  height: 100px;
  background: rgba(0, 51, 140, 0.9);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  padding: 30px 25px;
}
main #mv ul li a .contents .title {
  position: relative;
  height: 24px;
  background: no-repeat left top;
  text-indent: -9999px;
}
main #mv ul li a .contents .txt {
  border-top: 1px rgba(255, 255, 255, 0.4) solid;
  color: #FFFFFF;
  margin-top: 20px;
  padding-top: 18px;
}
main #mv ul li a:hover .contents {
  background: rgba(255, 255, 255, 0.9);
}
main #mv ul li a:hover .contents .title {
  background-position: left bottom;
}
main #mv ul li a:hover .contents .txt {
  border-top-color: rgba(0, 51, 140, 0.4);
  color: #00338c;
}
main #mv .slide-control {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 73px;
  height: 36px;
  z-index: +2;
}
main #mv .slide-control span {
  float: left;
  display: block;
  width: 36px;
  height: 36px;
  background: #00338c;
  color: #FFFFFF;
  cursor: pointer;
}
main #mv .slide-control span:before {
  top: 0;
  left: 50%;
  font-size: 20px;
  font-size: 2rem;
  line-height: 36px;
  margin-left: -3px;
}
main #mv .slide-control span:hover {
  background: #FFFFFF;
}
main #mv .slide-control span:hover:before {
  color: #00338c;
}
main #mv .slide-control span#slider-prev {
  margin-right: 1px;
}
main .menu-box {
  float: left;
  position: relative;
  width: 32.962962%;
  height: 356px;
  overflow: hidden;
  margin-right: 0.555557%;
  margin-bottom: 6px;
}
main .menu-box a {
  position: relative;
  display: block;
  height: 356px;
  background: no-repeat center center;
  -webkit-background-size: auto 100%;
  -ms-background-size: auto 100%;
  background-size: auto 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
main .menu-box a:hover {
  -webkit-background-size: auto 110%;
  -ms-background-size: auto 110%;
  background-size: auto 110%;
}
main .menu-box a:hover .contents {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 51, 140, 0.9);
  height: 236px;
  padding: 120px 48px 0;
}
main .menu-box a:hover .contents:before {
  top: 245px;
  right: 50%;
  border-color: #FFFFFF;
  color: #FFFFFF;
  margin-right: -10px;
}
main .menu-box a:hover .contents .title {
  width: 100%;
  background-position: center bottom;
}
main .menu-box a:hover .contents .txt {
  display: block;
  border-top: 1px rgba(255, 255, 255, 0.4) solid;
  color: #FFFFFF;
  margin-top: 20px;
  padding-top: 15px;
}
main .menu-box a:hover .image img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
main .menu-box .contents {
  position: absolute;
  top: 281px;
  right: 25px;
  bottom: 25px;
  left: 25px;
  height: 19px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 16px 0 15px 20px;
  z-index: +1;
}
main .menu-box .contents:before {
  right: 15px;
  top: 14px;
  width: 20px;
  height: 20px;
  border: 1px #00338c solid;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #00338c;
  line-height: 20px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main .menu-box .contents .title {
  height: 18px;
  background: no-repeat left top;
  text-indent: -9999px;
}
main .menu-box .contents .txt {
  display: none;
  color: #00338c;
  font-size: 12px;
  font-size: 1.2rem;
}
main .menu-box .image {
  position: absolute;
  left: 50%;
  top: 0;
  width: 456px;
  height: 356px;
  margin-left: -228px;
}
main .menu-box .image img {
  width: 456px;
  height: 356px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main #main-about .contents .title {
  background-image: url("../img/top/h_about.png");
}
main #main-teacher .contents .title {
  background-image: url("../img/top/h_teacher.png");
}
main #main-librarian .contents .title {
  background-image: url("../img/top/h_librarian.png");
}
main #main-curator .contents .title {
  background-image: url("../img/top/h_curator.png");
}
main #main-about {
  margin-right: 2.685187%;
}
main #main-curator {
  margin-right: 0;
}
main #news {
  position: relative;
  float: left;
  width: 64.351851%;
  height: 356px;
  margin-bottom: 6px;
}
main #news h2 {
  float: left;
  width: 16.402877%;
  height: 22px;
  border-bottom: 1px #E0E0E0 solid;
  color: #00338c;
  font-family: Helvetica;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 22px;
  margin-bottom: 15px;
  padding: 32px 0 20px;
}
main #news #news-tab {
  float: left;
  display: block;
  width: 67.194244%;
  height: 75px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
main #news #news-tab li {
  position: relative;
  float: left;
  display: block;
  width: 20%;
  height: 14px;
  background: #FFFFFF;
  border-bottom: 1px #E0E0E0 solid;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  padding: 35px 0 25px;
}
main #news #news-tab li:after {
  position: absolute;
  left: 50%;
  top: 74px;
  display: block;
  width: 0;
  height: 0;
  border-top: 0 #00338c solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  -webkit-transition: 0.1s 0.05s;
  transition: 0.1s 0.05s;
  content: "";
}
main #news #news-tab li.current {
  border-bottom-color: #00338c;
}
main #news #news-tab li.current:after {
  border-top-width: 4px;
}
main #news #news-tab li.current span {
  background-position: center bottom;
}
main #news #news-tab li span {
  display: block;
  height: 14px;
  background: no-repeat center top;
  border-left: 1px #E0E0E0 solid;
  text-indent: -9999px;
}
main #news #news-tab li:last-child span {
  border-right: 1px #E0E0E0 solid;
}
main #news #news-tab li:hover {
  border-bottom-color: #00338c;
}
main #news #news-tab li:hover:after {
  border-top-width: 4px;
}
main #news #news-tab li:hover span {
  background-position: center bottom;
}
main #news #news-tab li.news-about span {
  background-image: url("../img/top/txt_about.png");
}
main #news #news-tab li.news-teacher span {
  background-image: url("../img/top/txt_teacher.png");
}
main #news #news-tab li.news-kyoshikai span {
  background-image: url("../img/top/txt_kyoshikai.png");
}
main #news #news-tab li.news-librarian span {
  background-image: url("../img/top/txt_librarian.png");
}
main #news #news-tab li.news-curator span {
  background-image: url("../img/top/txt_curator.png");
}
main #news .news-list {
  clear: both;
  height: 266px;
}
main #news .news-list article {
  font-size: 12px;
  font-size: 1.2rem;
}
main #news .news-list article a {
  position: relative;
  display: block;
  padding: 12px 15px 12px 0;
}
main #news .news-list article a:before {
  right: 0;
  color: #333333;
}
main #news .news-list article a time {
  float: left;
  width: 15.827338%;
  color: #00338c;
}
main #news .news-list article a .title {
  color: #333333;
  padding-left: 15.827338%;
}
main #news .news-list article a:hover {
  text-decoration: none;
}
main #news .news-list article a:hover:before,
main #news .news-list article a:hover .title {
  color: #00338c;
}
main #news .news-list article + article {
  border-top: 1px #E0E0E0 solid;
}
main #news .catalogue {
  position: absolute;
  right: 0;
  top: 0;
  width: 16.402879%;
  height: 22px;
  border-bottom: 1px #E0E0E0 solid;
  font-family: mplus-1p-regular;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  text-align: right;
  padding: 32px 0 20px;
}
main #news .catalogue a {
  position: relative;
  display: block;
  color: #00338c;
  padding-right: 30px;
}
main #news .catalogue a span {
  display: block;
  height: 14px;
  padding: 3px 0;
}
main #news .catalogue a:before {
  position: absolute;
  right: 0;
  top: 3px;
  width: 17px;
  height: 14px;
  background: url("../img/common/icon_catalogue.png") no-repeat center top;
  content: "";
}
main #news .catalogue a:hover {
  opacity: 0.3;
  filter: alpha(opacity=30);
  text-decoration: none;
}
main aside {
  clear: both;
  padding-top: 34px;
  margin-bottom: 40px;
}
main aside ul li {
  float: left;
  width: 50%;
  height: 80px;
}
main aside ul li a {
  display: block;
  width: 100%;
  height: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 23px 0;
}
main aside ul li a p {
  width: 474px;
  height: 34px;
  background: url("../img/top/btn_aside.png") no-repeat;
  text-indent: -9999px;
  margin: 0 auto;
}
main aside ul li.recruit a {
  background: #00338c;
}
main aside ul li.recruit a p {
  background-position: left top;
}
main aside ul li.recruit a:hover {
  background: rgba(0, 51, 140, 0.5);
}
main aside ul li.student a {
  border: 1px rgba(0, 51, 140, 0.2) solid;
}
main aside ul li.student a p {
  background-position: right top;
}
main aside ul li.student a:hover {
  background: rgba(0, 51, 140, 0.5);
  border-color: rgba(0, 51, 140, 0);
}
main aside ul li.student a:hover p {
  background-position: right bottom;
}
main aside ul:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
main #main-visual {
  position: relative;
  margin-bottom: 20px;
}
main #main-visual h1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 26%;
  height: 24px;
  background: rgba(0, 51, 140, 0.9);
  text-align: center;
  vertical-align: middle;
  margin: auto auto auto 0;
  padding: 30px 0;
}
main #main-visual > img {
  width: 100%;
}
main .breadcrumb {
  margin-bottom: 20px;
}
main .breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  padding-right: 18px;
}
main .breadcrumb li + li {
  margin-left: 14px;
}
main .breadcrumb li:first-child {
  padding-left: 16px;
}
main .breadcrumb li:first-child:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 9px;
  height: 11px;
  background: url("../img/common/icon_home.png") no-repeat left 0;
  content: "";
  margin-top: 3px;
}
main .breadcrumb li:before {
  position: absolute;
  right: 0;
}
main .breadcrumb li a {
  color: #00338c;
  text-decoration: none;
}
main .breadcrumb li a:hover {
  text-decoration: underline;
}
main #contents .breadcrumb {
  border-top: 2px #00338c solid;
  clear: both;
  padding-top: 20px;
}
main #main-contents {
  float: right;
  width: 70.37037%;
  overflow: hidden;
  padding-bottom: 50px;
}
main #main-contents .other-page {
  padding-bottom: 20px;
}
main #main-contents .other-page ul {
  display: block;
}
main #main-contents .other-page ul:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
main #main-contents .other-page li {
  float: left;
  width: 48%;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
main #main-contents .other-page li:nth-child(odd) {
  margin-right: 4%;
}
main #main-contents .other-page li a {
  display: block;
  color: #000000;
  border: 1px #CCCCCC solid;
  text-decoration: none;
  padding: 10px 30px 10px 15px;
}
main #main-contents .other-page li a:before {
  top: 50%;
  right: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.0;
  margin-top: -7px;
}
main #main-contents .other-page li a:hover {
  background: #00338c;
  color: #FFFFFF;
}
main #main-contents .year-list ul li {
  text-align: center;
}
main #main-contents article header {
  background: rgba(0, 51, 140, 0.05);
  color: #00338c;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 35px;
  padding: 20px;
}
main #main-contents article h2 {
  font-weight: bold;
}
main #main-contents article h3 {
  background: rgba(0, 51, 140, 0.05);
  color: #00338c;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 30px;
  padding: 14px 10px;
}
main #main-contents article h3 span {
  display: block;
  background: url("../img/common/bg_heading-border.gif") repeat-y left top;
  font-weight: bold;
  padding-left: 15px;
}
main #main-contents article h4 {
  border-bottom: 1px #E0E0E0 solid;
  color: #00338c;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
main #main-contents article h4 span {
  display: block;
  background: url("../img/common/bg_heading-border.gif") repeat-y left top;
  font-weight: bold;
  padding-left: 15px;
}
main #main-contents article p {
  margin-bottom: 10px;
}
main #main-contents article a {
  color: #00338c;
}
main #main-contents article .center {
  text-align: center;
}
main #main-contents article ul.disc li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
}
main #main-contents article ul.disc li:before {
  position: absolute;
  left: 3px;
  top: 5px;
  display: block;
  width: 7px;
  height: 7px;
  background: #E0E0E0;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  content: "";
}
main #main-contents article ul.asterisk li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
main #main-contents article ul.asterisk li:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1.0em;
  content: "※";
}
main #main-contents article ol {
  padding-left: 1.5em;
}
main #main-contents article ol li {
  list-style: decimal outside;
}
main #main-contents article ol.alphabet li {
  list-style: lower-alpha outside;
}
main #main-contents article dl.horizontal {
  overflow: hidden;
}
main #main-contents article dl.horizontal dt {
  clear: left;
  float: left;
  width: 200px;
  padding: 0 0 10px 0;
}
main #main-contents article dl.horizontal dd {
  margin-left: 0;
  padding: 0 0 10px 200px;
}
main #main-contents article table {
  width: 100%;
  border: 1px #E8E8E8 solid;
  font-size: 14px;
  margin-bottom: 30px;
}
main #main-contents article table caption {
  border-bottom: 1px #E0E0E0 dotted;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
main #main-contents article table th {
  background: #F7F7F7;
  border: 1px #E8E8E8 solid;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  vertical-align: middle;
}
main #main-contents article table td {
  border: 1px #E8E8E8 solid;
  padding: 15px;
}
main #main-contents article table thead th {
  background: #F2F5F9;
}
main #main-contents article table .bg_yellow {
  background: #FFFF99;
}
main #main-contents article table .bg_gray {
  background: #EEEEEE;
}
main #main-contents article .block {
  clear: both;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 30px;
}
main #main-contents article .block:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
main #main-contents article .img-r {
  float: right;
  padding: 0 0 25px 40px;
}
main #main-contents article .img-l {
  float: left;
  padding: 0 40px 25px 0;
}
main #main-contents article .img-c {
  text-align: center;
  margin-bottom: 30px;
}
main #main-contents article .link {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
main #main-contents article .link:before {
  position: absolute;
  left: 6px;
  top: 0.3em;
  display: block;
  width: 6px;
  height: 11px;
  background: url("../img/common/icon_link.png") no-repeat center top;
  content: "";
}
main #main-contents article .blank {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
main #main-contents article .blank:before {
  position: absolute;
  left: 4px;
  top: 0.4em;
  display: block;
  width: 10px;
  height: 8px;
  background: url("../img/common/icon_blank.png") no-repeat center top;
  content: "";
}
main #main-contents article .pagelink {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
main #main-contents article .pagelink:before {
  position: absolute;
  left: 4px;
  top: 0.4em;
  display: block;
  width: 9px;
  height: 8px;
  background: url("../img/common/icon_pagelink.png") no-repeat center top;
  content: "";
}
main #main-contents article .pdf,
main #main-contents article .word,
main #main-contents article .excel {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
main #main-contents article .pdf:before,
main #main-contents article .word:before,
main #main-contents article .excel:before {
  position: absolute;
  left: 3px;
  top: 0.2em;
  display: block;
  width: 12px;
  height: 12px;
  background: no-repeat center top;
  content: "";
}
main #main-contents article .pdf:before {
  background-image: url("../img/common/icon_pdf.png");
}
main #main-contents article .word:before {
  background-image: url("../img/common/icon_word.png");
}
main #main-contents article .excel:before {
  background-image: url("../img/common/icon_excel.png");
}
main #main-contents #news-list {
  padding-bottom: 20px;
}
main #main-contents #news-list article {
  border-bottom: 1px #CCCCCC solid;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
main #main-contents #news-list article time {
  float: left;
  display: block;
  width: 80px;
  padding-right: 20px;
}
main #main-contents #news-list article .category {
  float: left;
  display: block;
  width: 80px;
  text-align: center;
  margin: 0;
}
main #main-contents #news-list article .cat01 {
  background: #00338c;
  border: 1px #00338c solid;
  color: #FFFFFF;
}
main #main-contents #news-list article .cat02 {
  border: 1px #00338c solid;
  color: #00338c;
}
main #main-contents #news-list article .cat03 {
  background: #666666;
  border: 1px #666666 solid;
  color: #FFFFFF;
}
main #main-contents #news-list article .cat04 {
  border: 1px #666666 solid;
  color: #666666;
}
main #main-contents #news-list article .cat05 {
  background: #7f98c5;
  border: 1px #7f98c5 solid;
  color: #ffffff;
}
main #main-contents #news-list article .txt {
  margin: 0;
  padding: 0 0 0 200px;
}
main #main-contents #news-list article .txt a {
  display: block;
}
main #main-contents #news-list article .txt a:before {
  right: 0;
  top: 50%;
  line-height: 1.0;
  margin-top: -5px;
}
main #main-contents #news-list article:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
main #sub-contents {
  float: right;
  width: 25.925925%;
  padding-right: 3.703705%;
  padding-bottom: 50px;
}
main #sub-contents .sub-menu-wrap {
  border-top: 2px #00338c solid;
}
main #sub-contents .sub-menu-wrap:last-child {
  border-bottom: 1px #E0E0E0 solid;
}
main #sub-contents .sub-menu-wrap h2 {
  font-size: 14px;
}
main #sub-contents .sub-menu-wrap h2 a {
  display: table;
  width: 260px;
  height: 75px;
  color: #00338c;
  text-decoration: none;
  padding: 0 10px;
}
main #sub-contents .sub-menu-wrap h2 a span {
  display: table-cell;
  font-weight: bold;
  vertical-align: middle;
}
main #sub-contents .sub-menu-wrap h2 a:hover {
  background: rgba(0, 51, 140, 0.5);
  color: #FFFFFF;
}
main #sub-contents .sub-menu-wrap h2.this a {
  background: rgba(0, 51, 140, 0.5);
  color: #FFFFFF;
}
main #sub-contents .sub-menu-wrap ul {
  padding-bottom: 20px;
}
main #sub-contents .sub-menu-wrap ul li {
  border-top: 1px #E0E0E0 solid;
  font-size: 12px;
}
main #sub-contents .sub-menu-wrap ul li a {
  position: relative;
  display: block;
  color: #333333;
  text-decoration: none;
  padding: 12px 30px 12px 10px;
}
main #sub-contents .sub-menu-wrap ul li a:after {
  position: absolute;
  right: 12px;
  top: 50%;
  display: block;
  width: 8px;
  height: 9px;
  background: url("../img/common/icon_link02.png") no-repeat center top;
  content: "";
  margin-top: -4px;
}
main #sub-contents .sub-menu-wrap ul li a:hover {
  background: rgba(0, 51, 140, 0.05);
}
main #sub-contents .sub-menu-wrap ul li.current a {
  background: rgba(0, 51, 140, 0.05);
}
main:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

#pagetop {
  border-bottom: 1px #E0E0E0 solid;
}
#pagetop a {
  display: block;
  width: 356px;
  height: 34px;
  background: #F4F4F4;
  border: #E0E0E0 solid;
  border-width: 1px 1px 0;
  color: #00338c;
  margin: 0 auto -1px;
}
#pagetop a:before {
  left: 50%;
  top: 50%;
  font-size: 20px;
  line-height: 1.0;
  margin-top: -10px;
}
#pagetop a:hover {
  background: #00338c;
  color: #FFFFFF;
}

footer {
  position: relative;
  background: #F4F4F4;
  padding-top: 35px;
}
footer .logo {
  position: absolute;
  left: 0;
  top: 35px;
  width: 100%;
  min-width: 960px;
  height: 45px;
  text-align: center;
}
footer .logo a {
  position: relative;
  display: block;
  width: 356px;
  height: 45px;
  border-bottom: 1px #00338c solid;
  margin: 0 auto;
  padding-bottom: 25px;
  z-index: +1;
}
footer .base-info {
  height: 70px;
  border-bottom: 1px #E0E0E0 solid;
  margin-bottom: 30px;
}
footer .base-info .inner {
  position: relative;
  width: 100%;
  max-width: 1080px;
  min-width: 960px;
  margin: 0 auto;
}
footer .base-info .inner:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
footer .base-info .univ-logo {
  float: left;
}
footer .base-info .assist {
  float: right;
  padding-top: 12px;
}
footer .base-info .assist li {
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
}
footer .base-info .assist li a {
  color: #00338c;
}
footer .base-info .assist li a:hover {
  opacity: 0.3;
  filter: alpha(opacity=30);
  text-decoration: none;
}
footer .base-info .assist li span {
  background: no-repeat left center;
  padding-left: 20px;
}
footer .base-info .assist li.inquiry {
  border-right: 1px #E0E0E0 solid;
  margin-right: 20px;
  padding-right: 20px;
}
footer .base-info .assist li.inquiry span {
  background-image: url("../img/common/icon_mail-b.png");
}
footer .base-info .assist li.aasa {
  padding-right: 65px;
}
footer .base-info .assist li.aasa span {
  background-image: url("../img/common/icon_blank-b.png");
}
footer .base-info .assist:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
footer .base-info #juaa {
  position: absolute;
  right: 0;
  top: -13px;
  width: 38px;
  height: 50px;
  border: 1px #E0E0E0 solid;
  background: #FFFFFF;
  padding: 5px 3px;
}
footer #ftr-nav {
  width: 100%;
  max-width: 1080px;
  min-width: 960px;
  margin: 0 auto;
}
footer #ftr-nav:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
footer #ftr-nav > li {
  float: left;
  width: 33.3333333333%;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 40px;
}
footer #ftr-nav > li a {
  font-weight: bold;
}
footer #ftr-nav > li .sub-list {
  font-size: 10px;
  font-size: 1rem;
  padding-top: 10px;
}
footer #ftr-nav > li .sub-list li {
  margin-bottom: 5px;
}
footer #ftr-nav > li .sub-list li a {
  font-weight: normal;
}
footer #ftr-nav a {
  color: #333333;
}
footer #ftr-nav a:hover {
  color: #00338c;
  text-decoration: none;
}

#copyright {
  background: #F4F4F4;
  border-top: 1px #E0E0E0 solid;
}
#copyright small {
  display: block;
  width: 356px;
  border-top: 1px #00338c solid;
  color: #00338c;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  margin: -1px auto 0;
  padding: 25px 0;
}
