@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?j3yphz");
  src: url("fonts/icomoon.eot?j3yphz#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?j3yphz") format("truetype"), url("fonts/icomoon.woff?j3yphz") format("woff"), url("fonts/icomoon.svg?j3yphz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-minus:before {
  content: "\e907";
}

.icon-plus:before {
  content: "\e908";
}

.icon-access:before {
  content: "\e900";
}

.icon-arrow:before {
  content: "\e901";
}

.icon-inquiry:before {
  content: "\e902";
}

.icon-link:before {
  content: "\e903";
}

.icon-request:before {
  content: "\e904";
}

.icon-search:before {
  content: "\e905";
}

.icon-sns:before {
  content: "\e906";
}

/*
@font-face {
  font-family: 'NotoSansJPsub';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans JP Regular'),
  local('NotoSansJP-Regular'),
  url("./fonts/NotoSansJP-Regular-sub.woff2") format('woff2'),
  url("./fonts/NotoSansJP-Regular-sub.woff") format('woff'),
  url("./fonts/NotoSansJP-Regular-sub.otf") format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'NotoSansJPsub';
  font-style: normal;
  font-weight: 500;
  src: local('Noto Sans JP Medium'),
  local('NotoSansJP-Medium'),
  url("./fonts/NotoSansJP-Medium-sub.woff2") format('woff2'),
  url("./fonts/NotoSansJP-Medium-sub.woff") format('woff'),
  url("./fonts/NotoSansJP-Medium-sub.otf") format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'NotoSansJPsub';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans JP Bold'),
  local('NotoSansJP-Bold'),
  url("./fonts/NotoSansJP-Bold-sub.woff2") format('woff2'),
  url("./fonts/NotoSansJP-Bold-sub.woff") format('woff'),
  url("./fonts/NotoCJKNotoSansCJKjp-Bold-sub.otf") format('opentype');
  font-display: swap;
}
*/
@font-face {
  font-family: 'NotoSansCJKJPlocal';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), local("NotoSansCJKjp-Regular"), local("Noto Sans JP"), local("NotoSansJP-Regular");
  font-display: swap;
}
@font-face {
  font-family: 'NotoSansCJKJPsub';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NotoSansJP-Regular-sub.woff2") format("woff2"), url("fonts/NotoSansJP-Regular-sub.woff") format("woff"), url("fonts/NotoSansJP-Regular-sub.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'NotoSansCJKJPlocal';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP"), local("NotoSansCJKjp-Medium"), local("Noto Sans JP"), local("NotoSansJP-Medium");
  font-display: swap;
}
@font-face {
  font-family: 'NotoSansCJKJPsub';
  font-style: normal;
  font-weight: 500;
  src: url("fonts/NotoSansJP-Medium-sub.woff2") format("woff2"), url("fonts/NotoSansJP-Medium-sub.woff") format("woff"), url("fonts/NotoSansJP-Medium-sub.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'NotoSansCJKJPlocal';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP"), local("NotoSansCJKjp-Bold"), local("Noto Sans JP"), local("NotoSansJP-Bold");
  font-display: swap;
}
@font-face {
  font-family: 'NotoSansCJKJPsub';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NotoSansJP-Bold-sub.woff2") format("woff2"), url("fonts/NotoSansJP-Bold-sub.woff") format("woff"), url("fonts/NotoSansJP-Bold-sub.otf") format("opentype");
  font-display: swap;
}
#page {
  background: url(/img/common/dot.png) repeat;
  position: relative;
  z-index: 1;
}

#contentsWrap {
  width: 1010px;
  margin: 0 auto;
  position: relative;
  clear: both;
}

a {
  text-decoration: none;
  color: #39c;
}

a:visited {
  color: #39c;
}

a:hover {
  color: #39c;
}

a:active {
  color: #39c;
}

a .current {
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}

#wrapHeader {
  width: 100%;
  height: 40px;
  position: relative;
  background-color: #000;
  z-index: 8;
}

#globalHeader {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
#globalHeader #logo {
  line-height: 1;
  position: absolute;
  left: 0px;
  top: 3px;
}
#globalHeader ul {
  position: absolute;
  right: 190px;
  top: 6px;
  line-height: 1;
}
#globalHeader ul li {
  float: left;
  height: 27px;
  list-style-type: none;
  padding-left: 30px;
  background: url(/img/common/icon_arrow.png);
  background-repeat: no-repeat;
  background-position: 0 left;
}
#globalHeader ul li a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #fff;
  font-size: 117%;
  padding-top: 6px;
}
#globalHeader ul li + li + li + li {
  display: none;
}
#globalHeader #site_search_header {
  position: absolute;
  right: 45px;
  top: 9px;
}
#globalHeader #site_search_header form {
  border-radius: 4px;
  padding: 0 0 0 5px;
  background-color: #fff;
  behavior: url(/css/PIE.htc);
  position: relative;
}
#globalHeader #site_search_header form legend {
  display: none;
}
#globalHeader #site_search_header #searchBox {
  color: #fff;
  font-size: 117%;
  width: 132px;
  height: 20px;
  border: none;
  border-radius: 4px;
  background-color: #fff;
  behavior: url(/css/PIE.htc);
  position: relative;
}
#globalHeader #site_search_header .searchTextBox {
  width: 122px;
  background-color: #fff;
  border: none;
  color: #0c0c0c;
}
#globalHeader #site_search_header input#search-bt {
  width: 39px;
  height: 21px;
  position: absolute;
  top: 0;
  right: -43px;
}

#globalNav {
  position: absolute;
  top: -34px;
  left: 25px;
  z-index: 70;
  width: 960px;
}
#globalNav ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  z-index: 80;
  background-color: #fff;
  opacity: 0.8;
}
#globalNav ul {
  width: 960px;
  height: 50px;
  -moz-box-shadow: #666 0px 0px 5px;
  -webkit-box-shadow: #666 0px 0px 5px;
  box-shadow: #666 0px 0px 5px;
  behavior: url(/css/PIE.htc);
  position: relative;
}
#globalNav ul li {
  position: relative;
  z-index: 90;
  float: left;
  border-left: 1px solid #CCCCDD;
  text-align: center;
}
#globalNav ul li a {
  display: block;
  float: left;
  width: 129px;
  height: 15px;
  padding: 18px 0 17px 0;
  border-bottom-color: #fff;
}
#globalNav ul li a:hover, #globalNav ul li a.active {
  border-bottom: 3px solid #2277CC;
  padding-bottom: 14px;
  -moz-transition-property: border-bottom-color;
  -o-transition-property: border-bottom-color;
  -webkit-transition-property: border-bottom-color;
  transition-property: border-bottom-color;
  -moz-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
#globalNav ul li a[href^="/general/"]:hover, #globalNav ul li a[href^="/general/"].active {
  border-bottom-color: #22AACC;
}
#globalNav ul li a[href^="/course/"]:hover, #globalNav ul li a[href^="/course/"].active {
  border-bottom-color: #88bb00;
}
#globalNav ul li a[href^="/junior/"]:hover, #globalNav ul li a[href^="/junior/"].active {
  border-bottom-color: #EE7799;
}
#globalNav ul li a[href^="/research/"]:hover, #globalNav ul li a[href^="/research/"].active {
  border-bottom-color: #8566d1;
}
#globalNav ul li a[href^="/life/"]:hover, #globalNav ul li a[href^="/life/"].active {
  border-bottom-color: #44BB66;
}
#globalNav ul li a[href^="/exam/"]:hover, #globalNav ul li a[href^="/exam/"].active {
  border-bottom-color: #5599EE;
}
#globalNav ul li a[href^="/career/"]:hover, #globalNav ul li a[href^="/career/"].active {
  border-bottom-color: #BBBB66;
}
#globalNav ul li:first-child {
  border: none;
}
#globalNav ul li:first-child a {
  width: 49px;
  padding: 16px 0 19px 1px;
}
#globalNav ul li:first-child:hover a {
  padding: 16px 0 16px 1px;
}

#spNav #sp_gNavButton {
  display: none;
}
#spNav ul {
  display: none;
  height: 0;
}

#topspNav {
  display: none;
}

#quickNav {
  width: 100%;
  padding-top: 50px;
  margin-top: 150px;
  background: url(/img/common/b_dot.png) repeat;
}
#quickNav .wrap {
  width: 960px;
  margin: 0 auto;
}
#quickNav .wrap h2 {
  text-align: center;
  background: url(/img/common/hr.png) no-repeat center;
  margin-bottom: 25px;
}
#quickNav .wrap .thumbnail {
  width: 960px;
  margin-bottom: 0;
}
#quickNav .wrap .thumbnail ul {
  width: 980px;
}
#quickNav .wrap .thumbnail ul li {
  width: 123px;
  height: 100px;
  padding: 0;
  margin-right: 0;
}
#quickNav .wrap .thumbnail ul li:first-child {
  padding-left: 0;
  margin-right: 11px;
}
#quickNav .wrap .thumbnail ul li.quickTitle {
  width: 99px;
  height: 99px;
  position: relative;
}
#quickNav .wrap .thumbnail ul li.quickTitle img {
  position: absolute;
  top: 42px;
  left: 20px;
}
#quickNav .wrap .thumbnail ul li + li {
  height: 173px;
}
#quickNav .wrap p a {
  letter-spacing: -0.04em;
}
#quickNav .wrap #univ .quickTitle {
  background-color: #3366CC;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  behavior: url("/css/PIE.htc");
}
#quickNav .wrap #univ p a {
  color: #3388CC;
}
#quickNav .wrap #junior .quickTitle {
  background-color: #DD5588;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  behavior: url("/css/PIE.htc");
}
#quickNav .wrap #junior .quickTitle img {
  top: 32px;
  left: 13px;
}
#quickNav .wrap #junior p a {
  color: #DD6699;
}

#contents {
  clear: both;
  position: relative;
  padding: 0 25px;
  margin: 0 auto;
  top: 50px;
}

#breadClumb {
  /*	position:absolute;
  	top: 165px;*/
  font-size: 115%;
  padding-top: 15px;
  z-index: 15;
  color: #666666;
  padding-bottom: 20px;
}

#breadClumb a {
  color: #666666;
  /*color:#8BCC00;color:#333;*/
}

#breadClumb a:visited {
  /*color:#8BCC00;*/
}

#breadClumb a:hover,
#breadClumb a:active {
  color: #8BCC00;
}

#main {
  width: 730px;
  float: left;
  position: relative;
}

.linklist a {
  display: block;
  width: 25px;
  height: 25px;
  text-align: right;
}

.ajust {
  padding-top: 50px;
  margin-top: -50px;
}

.middle {
  margin-right: 45px;
}

hr {
  height: 5px;
  margin: 30px 45px 30px 0;
  background: url(/img/common/hr_bg.png) repeat-x center;
}
hr.dot {
  height: 2px;
  margin: 24px 45px 24px 0;
  background: url(/img/common/hr_dot.png) repeat-x center;
}
hr.dotL {
  height: 2px;
  margin: 24px 45px 24px 0;
  background: url(/img/common/hr_dotL.png) repeat-x center;
}

.endline_dot {
  background: url(/img/common/hr_dot.png) repeat-x center bottom;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.endline_dot :last-child {
  background: none;
}

.middle hr {
  margin-right: 0;
  position: static;
}

#PageTopBt {
  position: fixed;
  bottom: 40px;
  z-index: 999;
}

#PageTopBt .pageTop {
  position: relative;
  left: 990px;
  line-height: normal;
  margin: 0;
  z-index: 100;
}
#PageTopBt .pageTop img {
  width: 65px;
}

#PageTopBt .pageTop a {
  display: block;
  width: 65px;
  height: 65px;
}

.general #PageTopBt .pageTop img {
  display: none;
}
.general #PageTopBt .pageTop a {
  background: url(/img/general/page_top.png) no-repeat;
}

.junior #PageTopBt .pageTop img {
  display: none;
}
.junior #PageTopBt .pageTop a {
  background: url(/img/junior/page_top.png) no-repeat;
}

.research #PageTopBt .pageTop img {
  display: none;
}
.research #PageTopBt .pageTop a {
  background: url(/img/research/page_top.png) no-repeat;
}

.life #PageTopBt .pageTop img {
  display: none;
}
.life #PageTopBt .pageTop a {
  background: url(/img/life/page_top.png) no-repeat;
}

.exam #PageTopBt .pageTop img {
  display: none;
}
.exam #PageTopBt .pageTop a {
  background: url(/img/exam/page_top.png) no-repeat;
}

.career #PageTopBt .pageTop img {
  display: none;
}
.career #PageTopBt .pageTop a {
  background: url(/img/career/page_top.png) no-repeat;
}

#side {
  float: left;
  width: 230px;
  margin-top: -190px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
#side #subNav {
  width: inherit;
  -moz-box-shadow: #999 0px 0px 5px;
  -webkit-box-shadow: #999 0px 0px 5px;
  box-shadow: #999 0px 0px 5px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#side #subNav h2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 230px;
  height: 150px;
  background-color: #fff;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0 0;
}
#side #subNav ul li {
  list-style: none;
  padding: 0;
  border-top: 1px dotted #aaa;
  background-color: #88bb00;
  border-top: 1px solid #98c537;
}
#side #subNav ul li a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 12px 0px 13px 15px;
  border-top: 1px solid #93c238;
  border-bottom: 1px solid #72a21f;
  background: url(/img/common/icon_arrow4.png) no-repeat 195px center;
}
#side #subNav ul li a:hover {
  text-decoration: none;
}
#side #subNav ul li ul {
  background-color: #88bb00;
}
#side #subNav ul li ul li {
  display: none;
  padding: 0px 10px 5px 10px;
  border: none;
}
#side #subNav ul li ul li.active {
  display: block;
}
#side #subNav ul li ul li a {
  border: none;
  font-weight: normal;
  font-size: 13px;
  padding: 4px 0 3px 21px;
  background: url(/img/common/sub_arrow.png) no-repeat 7px center;
}
#side #subNav ul li ul li:first-child {
  padding-top: 10px;
}
#side #subNav ul li ul li a:hover {
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  background-color: #77aa33 !important;
}
#side #subNav ul li ul li a[href="https://syllabus.mc.beppu-u.ac.jp/syllabus/syllabus/search/Menu.do"] {
  background: url(/img/common/sub_arrow.png) no-repeat left center, url(/img/common/icon_external3.png) no-repeat 135px center;
}
#side #subNav ul li ul ul {
  padding: 0;
}
#side #subNav ul li ul ul li {
  padding: 0;
  margin-top: 7px;
}
#side #subNav ul li ul ul li a {
  padding: 4px 0 3px 21px;
  background: url(/img/common/icon_sub_arrow1.png) no-repeat 10px center;
  background-size: 6px 5px;
}
#side #subNav ul li ul ul li:first-child {
  padding-top: 0;
}
#side #subNav ul li ul ul li:hover {
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  background-color: #77aa33 !important;
}
#side #subNav ul .current {
  background-color: #77aa33;
  font-weight: bold;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
}
#side #subNav ul li.mhover,
#side #subNav ul li.level1:hover {
  background-color: #9fcb2c;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
#side #subNav ul li:first-child {
  border-top: none;
}
#side aside {
  position: relative;
}
#side aside a.externalLink:after {
  content: "";
}
#side #subNav #linkBanner {
  border-top: 1px solid #93C238;
  background-color: #88bb00;
  padding-bottom: 15px;
  -moz-border-radius: 0 0 9px 9px;
  -webkit-border-radius: 0;
  border-radius: 0 0 9px 9px;
}
#side #subNav #linkBanner #linkTitle {
  width: auto;
  display: block;
  text-align: left;
  height: auto;
  padding-left: 15px;
  padding-top: 10px;
  position: relative;
}
#side #subNav #linkBanner #linkTitle a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 12px;
  top: 12px;
}
#side #subNav #linkBanner .bnr {
  text-align: center;
  padding: 10px 0 0 0;
}
#side #subNav #linkBanner ul {
  background-color: #78a93c;
  position: relative;
  z-index: 210;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  margin: 8px 15px 0 15px;
  border: 1px solid #668f32;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
#side #subNav #linkBanner ul li {
  height: 30px;
  padding: 0;
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  position: relative;
}
#side #subNav #linkBanner ul li:first-child {
  border-top: none;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 0 0;
}
#side #subNav #linkBanner ul li:first-child a {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
}
#side #subNav #linkBanner ul li:last-child {
  border-radius: 0 0 6px 6px;
}
#side #subNav #linkBanner ul li:last-child a {
  border-radius: 0 0 5px 5px;
}
#side #subNav #linkBanner ul li a {
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4) inset;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4) inset;
  font-size: 14px;
  height: 14px;
  font-weight: normal;
  padding: 9px 0 7px 29px;
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  line-height: 1;
  background: #73A43C url(/img/common/icon_arrow4.png) no-repeat left 2px;
}
#side #subNav #linkBanner ul li a:hover {
  background: #8fc059 url(/img/common/icon_arrow4.png) no-repeat left 2px;
}
#side #subNav #linkBanner ul li a.externalLink:before {
  content: url(/img/common/icon_external3.png);
  position: absolute;
  right: 10px;
}
#side #subNav #linkBanner ul li img {
  display: none;
}

body.general #side #subNav ul li {
  background-color: #22AACC;
  border-top: 1px solid #66CCDD;
}
body.general #side #subNav ul li a {
  border-top: 1px solid #56c0d5;
  border-bottom: 1px solid #0099CC;
}
body.general #side #subNav ul li ul {
  background-color: #22AACC;
}
body.general #side #subNav ul li ul li {
  border: none;
}
body.general #side #subNav ul li ul li a {
  border: none;
}
body.general #side #subNav ul li ul li a:hover {
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  background-color: #0791b3 !important;
}
body.general #side #subNav ul li ul ul li a {
  background: url(/img/common/icon_sub_arrow1.png) no-repeat 5px center;
  background-size: 6px 5px;
}
body.general #side #subNav ul li ul ul li:hover {
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  background-color: #0791b3 !important;
}
body.general #side #subNav ul .current {
  background-color: #0791b3;
  font-weight: bold;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
}
body.general #side #subNav ul li.mhover,
body.general #side #subNav ul li.mhover:hover {
  background-color: #66CCDD;
}
body.general #side a[href$="/publicinformation/"] + ul {
  display: none;
}
body.general #side #subNav #linkBanner {
  border-top: 1px solid #66CCDD;
  background-color: #22AACC;
}
body.general #side #subNav #linkBanner ul {
  border: 1px solid #176e94;
}
body.general #side #subNav #linkBanner ul li a {
  background: #1e89b9 url(/img/common/icon_arrow4.png) no-repeat left 2px;
}
body.general #side #subNav #linkBanner ul li a:hover {
  background: #25a6d3 url(/img/common/icon_arrow4.png) no-repeat left 2px;
}

body.junior #side #subNav ul li {
  background-color: #EE7799;
  border-top: 1px solid #F78DB0;
}
body.junior #side #subNav ul li a {
  border-top: 1px solid #F98AB5;
  border-bottom: 1px solid #db6889;
}
body.junior #side #subNav ul li ul {
  background-color: #EE7799;
}
body.junior #side #subNav ul li ul li {
  border: none;
}
body.junior #side #subNav ul li ul li a {
  border: none;
}
body.junior #side #subNav ul li ul li a:hover {
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  background-color: #dc5f83 !important;
}
body.junior #side #subNav ul li ul ul li a {
  background: url(/img/common/icon_sub_arrow3.png) no-repeat 5px center;
  background-size: 6px 5px;
}
body.junior #side #subNav ul li ul ul li:hover {
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  background-color: #dc5f83 !important;
}
body.junior #side #subNav ul .current {
  background-color: #dc5f83;
  font-weight: bold;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
}
body.junior #side #subNav ul li.mhover,
body.junior #side #subNav ul li.mhover:hover {
  background-color: #F78DB0;
}
body.junior #side #subNav #linkBanner {
  border-top: 1px solid #F78DB0;
  background-color: #EE7799;
}
body.junior #side #subNav #linkBanner ul {
  border: 1px solid #af466d;
}
body.junior #side #subNav #linkBanner ul li a {
  background: #DD5588 url(/img/common/icon_arrow4.png) no-repeat left 2px;
}
body.junior #side #subNav #linkBanner ul li a:hover {
  background: #F275A8 url(/img/common/icon_arrow4.png) no-repeat left 2px;
}

body.research #side #subNav ul li {
  background-color: #8566d1;
  border-top: 1px solid #AA88DD;
}
body.research #side #subNav ul li a {
  border-top: 1px solid #aa8adb;
  border-bottom: 1px solid #6658b8;
}
body.research #side #subNav ul li ul {
  background-color: #8566d1;
}
body.research #side #subNav ul li ul li {
  border: none;
}
body.research #side #subNav ul li ul li a {
  border: none;
}
body.research #side #subNav ul li ul li a:hover {
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  background-color: #7c53bb !important;
}
body.research #side #subNav ul li ul ul li a {
  background: url(/img/common/icon_sub_arrow5.png) no-repeat 5px center;
  background-size: 6px 5px;
}
body.research #side #subNav ul li ul ul li:hover {
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  background-color: #7c53bb !important;
}
body.research #side #subNav ul .current {
  background-color: #7c53bb;
  font-weight: bold;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
}
body.research #side #subNav ul li.mhover,
body.research #side #subNav ul li.mhover:hover {
  background-color: #AA88DD;
}
body.research #side #subNav #linkBanner {
  border-top: 1px solid #AA88DD;
  background-color: #8566d1;
}
body.research #side #subNav #linkBanner ul {
  border: 1px solid #6a50ae;
}
body.research #side #subNav #linkBanner ul li a {
  background: #7755cc url(/img/common/icon_arrow4.png) no-repeat left 2px;
}
body.research #side #subNav #linkBanner ul li a:hover {
  background: #986ce7 url(/img/common/icon_arrow4.png) no-repeat left 2px;
}

body.life #side #subNav ul li {
  background-color: #44BB66;
  border-top: 1px solid #7acb9a;
}
body.life #side #subNav ul li a {
  border-top: 1px solid #7acb9a;
  border-bottom: 1px solid #39a959;
}
body.life #side #subNav ul li ul {
  background-color: #44BB66;
}
body.life #side #subNav ul li ul li {
  border: none;
}
body.life #side #subNav ul li ul li a {
  border: none;
}
body.life #side #subNav ul li ul li a:hover {
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  background-color: #11b954 !important;
}
body.life #side #subNav ul li ul ul li a {
  background: url(/img/common/icon_sub_arrow6.png) no-repeat 5px center;
  background-size: 6px 5px;
}
body.life #side #subNav ul li ul ul li:hover {
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  background-color: #11b954 !important;
}
body.life #side #subNav ul .current {
  background-color: #11b954;
  font-weight: bold;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
}
body.life #side #subNav ul li.mhover,
body.life #side #subNav ul li.mhover:hover {
  background-color: #7acb9a;
}
body.life #side #subNav #linkBanner {
  border-top: 1px solid #7acb9a;
  background-color: #44BB66;
}
body.life #side #subNav #linkBanner ul {
  border: 1px solid #2e8754;
}
body.life #side #subNav #linkBanner ul li a {
  background: #3aa968 url(/img/common/icon_arrow4.png) no-repeat left 2px;
}
body.life #side #subNav #linkBanner ul li a:hover {
  background: #41bd75 url(/img/common/icon_arrow4.png) no-repeat left 2px;
}

body.exam #side #subNav ul li {
  background-color: #5599EE;
  border-top: 1px solid #8abcec;
}
body.exam #side #subNav ul li a {
  border-top: 1px solid #8abcec;
  border-bottom: 1px solid #4789ca;
}
body.exam #side #subNav ul li ul {
  background-color: #5599EE;
}
body.exam #side #subNav ul li ul li {
  border: none;
}
body.exam #side #subNav ul li ul li a {
  border: none;
}
body.exam #side #subNav ul li ul li a:hover {
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  background-color: #3b88d2 !important;
}
body.exam #side #subNav ul li ul ul li a {
  background: url(/img/common/icon_sub_arrow8.png) no-repeat 5px center;
  background-size: 6px 5px;
}
body.exam #side #subNav ul li ul ul li:hover {
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  background-color: #3b88d2 !important;
}
body.exam #side #subNav ul .current {
  background-color: #3b88d2;
  font-weight: bold;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
}
body.exam #side #subNav ul li.mhover,
body.exam #side #subNav ul li.mhover:hover {
  background-color: #8abcec;
}
body.exam #side #subNav #linkBanner {
  border-top: 1px solid #8abcec;
  background-color: #5599EE;
}
body.exam #side #subNav #linkBanner ul {
  border: 1px solid #396faf;
}
body.exam #side #subNav #linkBanner ul li a {
  background: #4488DD url(/img/common/icon_arrow4.png) no-repeat left 2px;
}
body.exam #side #subNav #linkBanner ul li a:hover {
  background: #57a5ee url(/img/common/icon_arrow4.png) no-repeat left 2px;
}

body.career #side #subNav ul li {
  background-color: #BBBB66;
  border-top: 1px solid #CCCC99;
}
body.career #side #subNav ul li a {
  border-top: 1px solid #CCCC99;
  border-bottom: 1px solid #AAAA66;
}
body.career #side #subNav ul li ul {
  background-color: #BBBB66;
}
body.career #side #subNav ul li ul li {
  border: none;
}
body.career #side #subNav ul li ul li a {
  border: none;
}
body.career #side #subNav ul li ul li a:hover {
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  background-color: #a7a75d !important;
}
body.career #side #subNav ul li ul ul li a {
  background: url(/img/common/icon_sub_arrow7.png) no-repeat 5px center;
  background-size: 6px 5px;
}
body.career #side #subNav ul li ul ul li:hover {
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  background-color: #a7a75d !important;
}
body.career #side #subNav ul .current {
  background-color: #a7a75d;
  font-weight: bold;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
}
body.career #side #subNav ul li.mhover,
body.career #side #subNav ul li.mhover:hover {
  background-color: #CCCC99;
}
body.career #side #subNav #linkBanner {
  border-top: 1px solid #CCCC99;
  background-color: #BBBB66;
}
body.career #side #subNav #linkBanner ul {
  border: 1px solid #888755;
}
body.career #side #subNav #linkBanner ul li a {
  background: #aaa96a url(/img/common/icon_arrow4.png) no-repeat left 2px;
}
body.career #side #subNav #linkBanner ul li a:hover {
  background: #c1c07a url(/img/common/icon_arrow4.png) no-repeat left 2px;
}

body.topics #side #subNav ul li,
body.event #side #subNav ul li,
body.movie #side #subNav ul li,
body.etc #side #subNav ul li,
body.for #side #subNav ul li {
  background-color: #FFAA00;
  border-top: 1px solid #FFAA00;
}
body.topics #side #subNav ul li a,
body.event #side #subNav ul li a,
body.movie #side #subNav ul li a,
body.etc #side #subNav ul li a,
body.for #side #subNav ul li a {
  border-top: 1px solid #f4c12d;
  border-bottom: 1px solid #ec9825;
}
body.topics #side #subNav ul li ul,
body.event #side #subNav ul li ul,
body.movie #side #subNav ul li ul,
body.etc #side #subNav ul li ul,
body.for #side #subNav ul li ul {
  background-color: #FFAA00;
}
body.topics #side #subNav ul li ul li,
body.event #side #subNav ul li ul li,
body.movie #side #subNav ul li ul li,
body.etc #side #subNav ul li ul li,
body.for #side #subNav ul li ul li {
  display: block !important;
  border: none;
}
body.topics #side #subNav ul li ul li a,
body.event #side #subNav ul li ul li a,
body.movie #side #subNav ul li ul li a,
body.etc #side #subNav ul li ul li a,
body.for #side #subNav ul li ul li a {
  border: none;
}
body.topics #side #subNav ul li ul li a:hover,
body.event #side #subNav ul li ul li a:hover,
body.movie #side #subNav ul li ul li a:hover,
body.etc #side #subNav ul li ul li a:hover,
body.for #side #subNav ul li ul li a:hover {
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  background-color: #ee9a08 !important;
}
body.topics #side #subNav ul li ul ul li:hover,
body.event #side #subNav ul li ul ul li:hover,
body.movie #side #subNav ul li ul ul li:hover,
body.etc #side #subNav ul li ul ul li:hover,
body.for #side #subNav ul li ul ul li:hover {
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  background-color: #ee9a08 !important;
}
body.topics #side #subNav ul .current,
body.event #side #subNav ul .current,
body.movie #side #subNav ul .current,
body.etc #side #subNav ul .current,
body.for #side #subNav ul .current {
  background-color: #ee9a08;
  font-weight: bold;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
}
body.topics #side #subNav ul li.mhover,
body.topics #side #subNav ul li.mhover:hover,
body.event #side #subNav ul li.mhover,
body.event #side #subNav ul li.mhover:hover,
body.movie #side #subNav ul li.mhover,
body.movie #side #subNav ul li.mhover:hover,
body.etc #side #subNav ul li.mhover,
body.etc #side #subNav ul li.mhover:hover,
body.for #side #subNav ul li.mhover,
body.for #side #subNav ul li.mhover:hover {
  background-color: #fec930;
}
body.topics #side #subNav #linkBanner,
body.event #side #subNav #linkBanner,
body.movie #side #subNav #linkBanner,
body.etc #side #subNav #linkBanner,
body.for #side #subNav #linkBanner {
  border-top: 1px solid #fec930;
  background-color: #FFAA00;
}
body.topics #side #subNav #linkBanner ul,
body.event #side #subNav #linkBanner ul,
body.movie #side #subNav #linkBanner ul,
body.etc #side #subNav #linkBanner ul,
body.for #side #subNav #linkBanner ul {
  border: 1px solid #d7811f;
}
body.topics #side #subNav #linkBanner ul li a,
body.event #side #subNav #linkBanner ul li a,
body.movie #side #subNav #linkBanner ul li a,
body.etc #side #subNav #linkBanner ul li a,
body.for #side #subNav #linkBanner ul li a {
  background: #FF9900 url(/img/common/icon_arrow4.png) no-repeat left 2px;
}
body.topics #side #subNav #linkBanner ul li a:hover,
body.event #side #subNav #linkBanner ul li a:hover,
body.movie #side #subNav #linkBanner ul li a:hover,
body.etc #side #subNav #linkBanner ul li a:hover,
body.for #side #subNav #linkBanner ul li a:hover {
  background: #feba31 url(/img/common/icon_arrow4.png) no-repeat left 2px;
}

#globalFoooterWrap {
  background: url(/img/common/footer_dot.png) repeat;
}

#globalFoooter {
  width: 100%;
  height: 500px;
  padding-top: 40px;
}
#globalFoooter p {
  display: inline;
}
#globalFoooter footer {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 90;
}
#globalFoooter #footerNav {
  width: 1040px;
}
#globalFoooter #footerNav .sitemap {
  float: left;
  width: 200px;
}
#globalFoooter #footerNav .sitemap + .sitemap {
  width: 190px;
}
#globalFoooter #footerNav .sitemap + .sitemap + .sitemap {
  width: 220px;
}
#globalFoooter #footerNav .sitemap + .sitemap + .sitemap ul + ul {
  margin-top: 18px;
}
#globalFoooter #footerNav .sitemap + .sitemap + .sitemap + .sitemap {
  width: 190px;
}
#globalFoooter #footerNav .sitemap + .sitemap + .sitemap + .sitemap + .sitemap {
  width: 110px;
}
#globalFoooter #footerNav li {
  font-size: 100%;
  line-height: 1;
  list-style-type: none;
}
#globalFoooter #footerNav li:first-child {
  font-weight: bold;
}
#globalFoooter #footerNav li:first-child a:before {
  content: "";
}
#globalFoooter #footerNav li:first-child.normal {
  font-weight: normal;
}
#globalFoooter #footerNav li:first-child.normal a:before {
  content: "・";
}
#globalFoooter #footerNav li img {
  display: none;
}
#globalFoooter #footerNav li li:first-child {
  font-weight: normal;
}
#globalFoooter #footerNav li li a:before {
  content: "";
  padding-left: 1em;
}
#globalFoooter #footerNav li a {
  color: #333;
  display: block;
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left: 1em;
  text-indent: -1em;
}
#globalFoooter #footerNav li a:before {
  content: "・";
}

/*
#FooterBanner{
	clear:both;
	padding-top: 15px;
	li{
		float: left;
		margin-left: 10px;
		list-style-type: none;
		&:first-child{
			margin-left: 0;
		}
	}
}
*/
#FooterBanner {
  width: 960px;
  margin: 30px auto 40px auto;
  clear: both;
}
#FooterBanner ul {
  display: table;
  float: right;
}
#FooterBanner li {
  display: table-cell;
  padding-left: 10px;
}
#FooterBanner li:first-child {
  padding-left: 0;
}
#FooterBanner li.w1 {
  width: 45px;
}
#FooterBanner li.w1 img {
  width: 100%;
}
#FooterBanner li.w2 {
  width: 156px;
}
#FooterBanner li.w2 img {
  width: 100%;
}
#FooterBanner li.w3 {
  width: 131px;
}
#FooterBanner li.w3 img {
  width: 100%;
}
#FooterBanner p.copyright {
  float: right;
  text-align: right;
  padding-top: 36px;
}
#FooterBanner p.copyright small {
  font-size: 100%;
  color: #000000;
}
#FooterBanner address {
  float: left;
  font-size: 100%;
  padding: 0;
}
#FooterBanner address .table {
  display: table;
  margin-left: 66px;
}
#FooterBanner address .address {
  text-align: left;
  display: table-cell;
  padding: 0 10px 0 0;
}
#FooterBanner address .address span {
  font-weight: bold;
}

#footer-logo img {
  width: 370px;
}

#sideNav {
  position: fixed;
  right: -6px;
  top: 64px;
  z-index: 300;
}
#sideNav ul {
  position: relative;
}
#sideNav li {
  margin-top: -10px;
  list-style-type: none;
}
#sideNav li.icon {
  position: relative;
  right: -3px;
  top: -7px;
  width: 31.5px;
  height: 31.5px;
  margin-top: 0;
}
#sideNav li.icon img {
  width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /*safari*/
}
