@charset "UTF-8";
/* ---reset ---*/
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  padding: 0;
  margin: 0;
}

/*
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-style: normal;
}
*/
/* --- Font & Text --- */
body {
  font-size: 14px;
  line-height: 1.7em;
  letter-spacing: .05em;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* --- Link --- */
a {
  color: #0044cc !important;
  text-decoration: none !important;
  outline: none;
}
a:hover {
  color: #4682b4 !important;
  text-decoration: underline !important;
}

a:focus {
  outline: none;
}

/* --- hr --- */
hr {
  border: none;
  border-top: 1px solid #eee;
  height: 1px;
  margin: 2em 0;
}

/*color*/
/* LAYOUT */
body {
  width: 100%;
  min-width: 100%;
  overflow: scroll;
  height: 100%;
}

.content {
  margin-top: 20px;
  margin-bottom: 30px;
}

#wrap {
  width: 100%;
}
#wrap .inner {
  margin: 0 auto;
  max-width: 1481px;/*150305変更*/
  padding: 0 30px;/*150305追加*/
  overflow: hidden;/*150305追加*/
}

h3 {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 3px solid #92c17b;
  box-shadow: 0 3px 0 0 #e8f3e4;
}

h4 {
  border-bottom: 2px solid #92c17b;
}

.tel-link {
  display: none;
}

.fontL {
  font-size: 129%;
}

.under {
  color: #fff;
  filter: dropshadow(color=#000000, offX=0, offY=-1) dropshadow(color=#ff000000, offX=1, offY=0) dropshadow(color=#ff000000, offX=0, offY=1) dropshadow(color=#ff000000, offX=-1, offY=0);
  text-shadow: #666666 1px 1px 0px, #666666 -1px 1px 0px, #666666 1px -1px 0px, #666666 -1px -1px 0px;
}

/*HEADER*/
#header {
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #bababa;
  padding-bottom: 12px;
  margin-top: 8px;
}
#header .logoBox {
  width: 315px;
  display: inline-block;
}
#header h1, #header h2 {
  display: inline-block;
}
#header h1 {
  margin-top: 8px;
}

#header .rightBox {
  float: right;
  width: 476px;/*150305変更*/
  margin-top: 5px;/*150305追加*/
}
#header .failureInquiryNumber {
  display: inline-block;
  /*margin: 10px 0; 150305変更*/
  clear: both;
  margin-top: 20px;/*150305追加*/
  float: right;/*150305変更*/
}

#useSwitch {
  display: inline-block;
  text-align: left;
  margin-right: 0;
}
#useSwitch li {
  display: inline-block;
  margin-right: 0px;
}
#useSwitch li a {
  display: inline-block;
  background: url(../images/user_btn.jpg) no-repeat;
  height: 19px;
  font-size: 0;
}
#useSwitch li a:hover {
  text-decoration: none !important;
}
#useSwitch .user a {
  background-position: 0 -41px;
  width: 125px;
}
#useSwitch .user a:hover {
  background-position: 0 -21px;
}
#useSwitch .user a.active {
  background-position: 0 0;
}
#useSwitch .other a {
  background-position: -135px -41px;
  width: 77px;
}
#useSwitch .other a:hover {
  background-position: -135px -21px;
}
#useSwitch .other a.active {
  background-position: -135px 0;
}
#useSwitch .admin a {
  background-position: -222px -41px;
  width: 134px;
}
#useSwitch .admin a:hover {
  background-position: -222px -21px;
}
#useSwitch .admin a.active {
  background-position: -222px 0;
}
/*150305追加ここまで*/

#langSwitch {
  text-align: right;
  display: inline-block;
  /*margin-left: 50px; 150305変更*/
  float: right;/*150305追加*/
}
#langSwitch li {
  display: inline-block;
}
#langSwitch li a {
  display: inline-block;
  background: url(../images/lang.gif);
  height: 17px;
  font-size: 0;
}
#langSwitch li a {
  text-decoration: none !important;
}
#langSwitch li.japanese {
  /*margin-right: 5px; 150305変更*/
}
#langSwitch .japanese_disable a {
  background-position: 0 17px;
  width: 44px;
}
#langSwitch .japanese a {
  background-position: 0 34px;
  width: 44px;
}
#langSwitch .japanese a:hover {
  background-position: 0 0;
}
#langSwitch .english_disable a {
  background-position: -55px 17px;
  width: 53px;
}
#langSwitch .english a {
  background-position: -55px 34px;
  width: 53px;
}
#langSwitch .english a:hover {
  background-position: -55px 0;
}

.gmenu {
  display: inline-block;
  float: right;
  clear: both;/*150305追加*/
  margin-top: 20px;/*150305追加*/
}
#gmenu {
  /*margin-top: 15px; 150305変更*/
  clear: both;
}
#gmenu li {
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 15px;
  vertical-align: bottom;
}
#gmenu li a {
  display: inline-block;
  background: url(../images/menu.gif) no-repeat;
  height: 36px;
  font-size: 0;
}
#gmenu li a:hover {
  text-decoration: none !important;
}
#gmenu .gm_01 a {
  background-position: 0 0;
  width: 173px;
}
#gmenu .gm_01 a:hover {
  background-position: 0 -43px;
}
#gmenu .gm_02 a {
  background-position: -187px 0;
  width: 170px;
}
#gmenu .gm_02 a:hover, #gmenu .gm_02 a.active {
  background-position: -187px -43px;
}
#gmenu .gm_03 a {
  background-position: -365px 0;
  width: 126px;
}
#gmenu .gm_03 a:hover, #gmenu .gm_03 a.active {
  background-position: -365px -43px;
}
#gmenu .gm_04 a {
  background-position: -505px 0;
  width: 243px;
}
#gmenu .gm_04 a:hover, #gmenu .gm_04 a.active {
  background-position: -505px -43px;
}
#gmenu .gm_05 a {
  background-position: -761px 0;
  width: 188px;
}
#gmenu .gm_05 a:hover, #gmenu .gm_05 a.active {
  background-position: -761px -43px;
}
#gmenu .gm_06 a {
  background-position: -969px 0;
  width: 171px;
}
#gmenu .gm_06 a:hover, #gmenu .gm_06 a.active {
  background-position: -969px -43px;
}

/*TOP IMG BOX*/
.topImgBox {
  padding-top: 25px;
}

/*NEWS*/
#newsCategory {
  border-top: 1px solid #bababa;
}
#newsCategory li, #newsCategory img {
  vertical-align: middle;
}
#newsCategory li {
  margin-bottom: 12px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #bababa;
}
#newsCategory .newsDate {
  font-size: 86%;
}

.content.news {
  padding-top: 30px;
}

/*SERVICES*/
.content.services li {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #bababa;
  margin-bottom: 15px;
  position: relative;
  height: 228px;
}
.content.services li:not(:last-child) {
  margin-right: 10px;
}
.content.services li a {
  display: inline-block;
  background: url(../images/triangle.png) no-repeat;
  width: 228px;
  height: 228px;
}
.content.services li a:hover {
  background: none;
}
.content.services li .under {
  position: absolute;
  bottom: 0;
  right: 0.5em;
  text-align: right;
}
.content.services li.supercomputer .contentWrap {
  background: url(../images/supercomputer.jpg) no-repeat;
}
.content.services li.movie .contentWrap {
  background: url(../images/movie.jpg) no-repeat;
}
.content.services li.faculty_database .contentWrap {
  background: url(../images/faculty_database.jpg) no-repeat;
}
.content.services li.library .contentWrap {
  background: url(../images/library.jpg) no-repeat;
}

/*ABOUT US*/
.content.aboutus li {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #bababa;
  margin-bottom: 15px;
  position: relative;
  height: 228px;
}
.content.aboutus li:not(:last-child) {
  margin-right: 10px;
}
.content.aboutus li a {
  display: inline-block;
  background: url(../images/triangle.png) no-repeat;
  width: 228px;
  height: 228px;
}
.content.aboutus li a:hover {
  background: none;
}
.content.aboutus li .under {
  position: absolute;
  bottom: 0;
  right: 0.5em;
  text-align: right;
}
.content.aboutus li.greeting .contentWrap {
  background: url(../images/greeting.jpg) no-repeat;
}
.content.aboutus li.mission .contentWrap {
  background: url(../images/mission.jpg) no-repeat;
}
.content.aboutus li.access .contentWrap {
  background: url(../images/access.jpg) no-repeat;
}
.content.aboutus li.promotion .contentWrap {
  background: url(../images/promotion.jpg) no-repeat;
}

/*ACTIVITY*/
.content.activity li {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #bababa;
  margin-bottom: 15px;
  position: relative;
  height: 228px;
}
.content.activity li:not(:last-child) {
  margin-right: 10px;
}
.content.activity li a {
  display: inline-block;
  background: url(../images/triangle.png) no-repeat;
  width: 228px;
  height: 228px;
}
.content.activity li a:hover {
  background: none;
}
.content.activity li .under {
  position: absolute;
  bottom: 0;
  right: 0.5em;
  text-align: right;
}
.content.activity li.masterplan .contentWrap {
  background: url(../images/masterplan.jpg) no-repeat;
}
.content.activity li.nuct_introduction .contentWrap {
  background: url(../images/nuct_introduction.jpg) no-repeat;
}
.content.activity li.eduroam_introduction .contentWrap {
  background: url(../images/eduroam_introduction.jpg) no-repeat;
}
.content.activity li.pamphlet .contentWrap {
  background: url(../images/pamphlet.jpg) no-repeat;
}
.content.activity li.lecture .contentWrap {
  background: url(../images/lecture.png) no-repeat;
}
.content.activity li.award .contentWrap {
  background: url(../images/award.jpg) no-repeat;
}
.content.activity li.press .contentWrap {
  background: url(../images/press.jpg) no-repeat;
}
.content.activity li.security_effort .contentWrap {
  background: url(../images/security_effort.jpg) no-repeat;
}
.content.activity li.development .contentWrap {
  background: url(../images/development.jpg) no-repeat;
}
.content.activity li.datapolicy .contentWrap {
  background: url(../images/datapolicy.png) no-repeat;
}
.content.activity li.rdm .contentWrap {
  background: url(../images/rdm.jpg) no-repeat;
}

/*ACTIVITY for NU*/
.content.activity_for_nu li {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #bababa;
  margin-bottom: 15px;
  position: relative;
  height: 228px;
}
.content.activity_for_nu li:not(:last-child) {
  margin-right: 10px;
}
.content.activity_for_nu li a {
  display: inline-block;
  background: url(../images/triangle.png) no-repeat;
  width: 228px;
  height: 228px;
}
.content.activity_for_nu li a:hover {
  background: none;
}
.content.activity_for_nu li .under {
  position: absolute;
  bottom: 0;
  right: 0.5em;
  text-align: right;
}
.content.activity_for_nu li.masterplan .contentWrap {
  background: url(../images/masterplan.jpg) no-repeat;
}
.content.activity_for_nu li.nuct_introduction .contentWrap {
  background: url(../images/nuct_introduction.jpg) no-repeat;
}
.content.activity_for_nu li.eduroam_introduction .contentWrap {
  background: url(../images/eduroam_introduction.jpg) no-repeat;
}
.content.activity_for_nu li.pamphlet .contentWrap {
  background: url(../images/pamphlet.jpg) no-repeat;
}
.content.activity_for_nu li.lecture .contentWrap {
  background: url(../images/lecture.png) no-repeat;
}
.content.activity_for_nu li.award .contentWrap {
  background: url(../images/award.jpg) no-repeat;
}
.content.activity_for_nu li.press .contentWrap {
  background: url(../images/press.jpg) no-repeat;
}
.content.activity_for_nu li.security_effort .contentWrap {
  background: url(../images/security_effort.jpg) no-repeat;
}
.content.activity_for_nu li.development .contentWrap {
  background: url(../images/development.jpg) no-repeat;
}
.content.activity_for_nu li.datapolicy .contentWrap {
  background: url(../images/datapolicy.png) no-repeat;
}
.content.activity_for_nu li.rdm .contentWrap {
  background: url(../images/rdm.jpg) no-repeat;
}
.content.activity_for_nu li.nuwnet_ap_map .contentWrap {
  background: url(../images/nuwnet_ap_map.jpg) no-repeat;
}
.content.activity_for_nu li.nuwnet_speed_test .contentWrap {
  background: url(../images/nuwnet_speed_test.jpg) no-repeat;
}

/*SECURITY*/
.content.security li {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #bababa;
  margin-bottom: 15px;
  position: relative;
  height: 228px;
}
.content.security li:not(:last-child) {
  margin-right: 10px;
}
.content.security li a {
  display: inline-block;
  background: url(../images/triangle.png) no-repeat;
  width: 228px;
  height: 228px;
}
.content.security li a:hover {
  background: none;
}
.content.security li .under {
  position: absolute;
  bottom: 0;
  right: 0.5em;
  text-align: right;
}
.content.security li.security_training .contentWrap {
  background: url(../images/security_training.jpg) no-repeat;
}
.content.security li.security_self_inspection .contentWrap {
  background: url(../images/security_self_inspection.jpg) no-repeat;
}
.content.security li.security_policy .contentWrap {
  background: url(../images/security_policy.jpg) no-repeat;
}
.content.security li.security_guideline .contentWrap {
  background: url(../images/security_guideline.jpg) no-repeat;
}
.content.security li.security_info .contentWrap {
  background: url(../images/security_info.jpg) no-repeat;
}

/*INFRASTRUCTURE SERVICES*/
.content.infrastructure li {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #bababa;
  margin-bottom: 15px;
  position: relative;
  height: 228px;
}
.content.infrastructure li:not(:last-child) {
  margin-right: 10px;
}
.content.infrastructure li a {
  display: inline-block;
  background: url(../images/triangle.png) no-repeat;
  width: 228px;
  height: 228px;
}
.content.infrastructure li a:hover {
  background: none;
}
.content.infrastructure li .under {
  position: absolute;
  bottom: 0;
  right: 0.5em;
  text-align: right;
}
.content.infrastructure li.nu_portal .contentWrap {
  background: url(../images/nu_portal.jpg) no-repeat;
}
.content.infrastructure li.nuid .contentWrap {
  background: url(../images/nuid.jpg) no-repeat;
}
.content.infrastructure li.nuwnet .contentWrap {
  background: url(../images/nuwnet.jpg) no-repeat;
}
.content.infrastructure li.eduroam .contentWrap {
  background: url(../images/eduroam.jpg) no-repeat;
}
.content.infrastructure li.nuss .contentWrap {
  background: url(../images/nuss.jpg) no-repeat;
}

/*MAIL SERVICES*/
.content.mail_services li {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #bababa;
  margin-bottom: 15px;
  position: relative;
  height: 228px;
}
.content.mail_services li:not(:last-child) {
  margin-right: 10px;
}
.content.mail_services li a {
  display: inline-block;
  background: url(../images/triangle.png) no-repeat;
  width: 228px;
  height: 228px;
}
.content.mail_services li a:hover {
  background: none;
}
.content.mail_services li .under {
  position: absolute;
  bottom: 0;
  right: 0.5em;
  text-align: right;
}
.content.mail_services li.campus_mail .contentWrap {
  background: url(../images/campus_mail.jpg) no-repeat;
}
.content.mail_services li.mail_transfer .contentWrap {
  background: url(../images/mail_transfer.jpg) no-repeat;
}
.content.mail_services li.mail_alias .contentWrap {
  background: url(../images/mail_alias.jpg) no-repeat;
}

/*RESEARCH AND EDUCATION SERVICES*/
.content.research_services li {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #bababa;
  margin-bottom: 15px;
  position: relative;
  height: 228px;
}
.content.research_services li:not(:last-child) {
  margin-right: 10px;
}
.content.research_services li a {
  display: inline-block;
  background: url(../images/triangle.png) no-repeat;
  width: 228px;
  height: 228px;
}
.content.research_services li a:hover {
  background: none;
}
.content.research_services li .under {
  position: absolute;
  bottom: 0;
  right: 0.5em;
  text-align: right;
}
.content.research_services li.site_license .contentWrap {
  background: url(../images/site_license.jpg) no-repeat;
}
.content.research_services li.nuct .contentWrap {
  background: url(../images/nuct.jpg) no-repeat;
}
.content.research_services li.supercomputer .contentWrap {
  background: url(../images/supercomputer.jpg) no-repeat;
}

/*CONCIERGE SERVICES*/
.content.concierge_services li {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #bababa;
  margin-bottom: 15px;
  position: relative;
  height: 228px;
}
.content.concierge_services li:not(:last-child) {
  margin-right: 10px;
}
.content.concierge_services li a {
  display: inline-block;
  background: url(../images/triangle.png) no-repeat;
  width: 228px;
  height: 228px;
}
.content.concierge_services li a:hover {
  background: none;
}
.content.concierge_services li .under {
  position: absolute;
  bottom: 0;
  right: 0.5em;
  text-align: right;
}
.content.concierge_services li.it_helpdesk .contentWrap {
  background: url(../images/it_helpdesk.jpg) no-repeat;
}
.content.concierge_services li.qa_system .contentWrap {
  background: url(../images/qa_system.jpg) no-repeat;
}

/*MANAGEMENT SERVICES*/
.content.management_services li {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #bababa;
  margin-bottom: 15px;
  position: relative;
  height: 228px;
}
.content.management_services li:not(:last-child) {
  margin-right: 10px;
}
.content.management_services li a {
  display: inline-block;
  background: url(../images/triangle.png) no-repeat;
  width: 228px;
  height: 228px;
}
.content.management_services li a:hover {
  background: none;
}
.content.management_services li .under {
  position: absolute;
  bottom: 0;
  right: 0.5em;
  text-align: right;
}
.content.management_services li.safety_confirm .contentWrap {
  background: url(../images/safety_confirm.jpg) no-repeat;
}
.content.management_services li.faculty_database .contentWrap {
  background: url(../images/faculty_database.jpg) no-repeat;
}
.content.management_services li.sam .contentWrap {
  background: url(../images/sam.jpg) no-repeat;
}

/*SECURITY_FOR_ADMIN*/
.content.security_for_admin li {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #bababa;
  margin-bottom: 15px;
  position: relative;
  height: 228px;
}
.content.security_for_admin li:not(:last-child) {
  margin-right: 10px;
}
.content.security_for_admin li a {
  display: inline-block;
  background: url(../images/triangle.png) no-repeat;
  width: 228px;
  height: 228px;
}
.content.security_for_admin li a:hover {
  background: none;
}
.content.security_for_admin li .under {
  position: absolute;
  bottom: 0;
  right: 0.5em;
  text-align: right;
}
.content.security_for_admin li.security_training .contentWrap {
  background: url(../images/security_training.jpg) no-repeat;
}
.content.security_for_admin li.security_self_inspection .contentWrap {
  background: url(../images/security_self_inspection.jpg) no-repeat;
}
.content.security_for_admin li.security_policy .contentWrap {
  background: url(../images/security_policy.jpg) no-repeat;
}
.content.security_for_admin li.security_guideline .contentWrap {
  background: url(../images/security_guideline.jpg) no-repeat;
}
.content.security_for_admin li.security_info .contentWrap {
  background: url(../images/security_info.jpg) no-repeat;
}
.content.security_for_admin li.nice .contentWrap {
  background: url(../images/nice.jpg) no-repeat;
}

/*ADMINISTRATOR SERVICES*/
.content.admin_services li {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #bababa;
  margin-bottom: 15px;
  position: relative;
  height: 228px;
}
.content.admin_services li:not(:last-child) {
  margin-right: 10px;
}
.content.admin_services li a {
  display: inline-block;
  background: url(../images/triangle.png) no-repeat;
  width: 228px;
  height: 228px;
}
.content.admin_services li a:hover {
  background: none;
}
.content.admin_services li .under {
  position: absolute;
  bottom: 0;
  right: 0.5em;
  text-align: right;
}
.content.admin_services li.nice .contentWrap {
  background: url(../images/nice.jpg) no-repeat;
}
.content.admin_services li.secure_nice .contentWrap {
  background: url(../images/secure_nice.jpg) no-repeat;
}
.content.admin_services li.virtual_server .contentWrap {
  background: url(../images/virtual_server.jpg) no-repeat;
}
.content.admin_services li.server_certificate .contentWrap {
  background: url(../images/server_certificate.jpg) no-repeat;
}
.content.admin_services li.sam .contentWrap {
  background: url(../images/sam.jpg) no-repeat;
}
.content.admin_services li.ipdb .contentWrap {
  background: url(../images/ipdb.jpg) no-repeat;
}
.content.admin_services li.dns .contentWrap {
  background: url(../images/dns.jpg) no-repeat;
}
.content.admin_services li.mail_gateway .contentWrap {
  background: url(../images/mail_gateway.jpg) no-repeat;
}
.content.admin_services li.nuwnet_regist .contentWrap {
  background: url(../images/nuwnet_regist.jpg) no-repeat;
}


/*FOOTER*/
.content.ftMenu {
  margin-top: 0;
}

.footerBase {
  background: #e7e7e7;
  padding-top: 25px;
  padding-bottom: 15px;
}

#footer {
  overflow: hidden;
}
#footer h1 {
  display: inline-block;
}
#footer h2 {
  display: inline-block;
  margin-right: 15px;
}

.content.ftMenu {
  float: right;
  max-width: 766px;/*150305変更*/
  white-space: normal;
  overflow: hidden;
}
.content.ftMenu dl {
  display: inline-block;
  vertical-align: top;
  max-width: 292px;
  white-space: normal;
}
.content.ftMenu dl a {
  position: relative;
  margin-left: 1.5em;
  text-decoration: none !important;
  color: #494846 !important;
}
.content.ftMenu dl a:before {
  content: "";
  border: solid transparent;
  display: inline-block;
  position: absolute;
  border-width: 6px;
  border-left-color: #92c17b;
  margin-top: -6px;
  left: -12px;
  top: 0;
}
.content.ftMenu dl a:before {
  margin-top: 3px;
}
.content.ftMenu dl a:hover {
  text-decoration: underline !important;
}
.content.ftMenu dl .subMenu {
  text-indent: 1em;
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-left: 1em;
}
.content.ftMenu dl .subMenu a {
  position: relative;
}
.content.ftMenu dl .subMenu a:before {
  content: "";
  border: solid transparent;
  display: inline-block;
  position: absolute;
  border-width: 4px;
  border-left-color: #92c17b;
  margin-top: -4px;
  left: -12px;
  top: 0;
}
.content.ftMenu dl .subMenu a:before {
  margin-top: 4px;
}
.content.ftMenu dl dt {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.loginBtnBox {
  clear: both;
  text-align: right;
}

#loginBtn {
  display: inline-block;
  height: 23px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#loginBtn a {
  display: block;
  width: 80px;
  height: 23px;
  background: url(../images/login.gif) no-repeat;
  background-position: 0 -26px;
  font-size: 0;
}
#loginBtn a:hover {
  background-position: 0 0;
  text-decoration: none !important;
}

#adminBtn {
  display: inline-block;
  height: 17px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 10px;
}
#adminBtn a {
  display: block;
  background: url(../images/admin_btn.png);
  height: 17px;
  width: 57px;
  font-size: 0;
  background-position: 0 17px;
}
#adminBtn a:hover {
  background-position: 0 0;
}

#footerText {
  clear: both;
  text-align: center;
  font-size: 86%;
  margin-top: 25px;
}

/* --- smartphone layout --- */
@media screen and (max-width: 605px) {
  .content.ftMenu dl {
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .forSp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .fontL {
    font-size: 115%;
  }

  .under {
    font-size: 100%;
  }

  #wrap {
    width: 100%;
  }
  #wrap .inner {
    width: 96%;
    margin: 0 auto;
    padding: 0;/*150305追加*/
  }

  #useSwitch, .topImgBox, .forPc {
    display: none !important;
  }

  /*HEADER*/
  #header {
    border-bottom: none;
  }

  .userSelect select {
    border: 0;
  }

  #langSwitch {
    position: absolute;
    right: 10px;
    top: 0;
    margin-left: 0;
  }
  #langSwitch .japanese_disable a {
    background: url(../images/lang_j_disable.gif) no-repeat 0 0;
    background-size: 100% 100%;
    width: 84px;
    height: 28px;
  }
  #langSwitch .japanese a {
    background: url(../images/lang_j.gif) no-repeat 0 0;
    background-size: 100% 100%;
    width: 84px;
    height: 28px;
  }
  #langSwitch .japanese a:hover {
    background: url(../images/lang_j_hover.gif) no-repeat 0 0;
    background-size: 100% 100%;
  }
  #langSwitch .english_disable a {
    background: url(../images/lang_e_disable.gif) no-repeat 0 0;
    background-size: 100% 100%;
    width: 84px;
    height: 28px;
  }
  #langSwitch .english a {
    background: url(../images/lang_e.gif) no-repeat 0 0;
    background-size: 100% 100%;
    width: 84px;
    height: 28px;
  }
  #langSwitch .english a:hover {
    background: url(../images/lang_e_hover.gif) no-repeat 0 0;
    background-size: 100% 100%;
  }

  .logoBox {
    width: 100%;
    margin-top: 15px;
  }
  .logoBox h2 {
    width: 38%;
  }
  .logoBox h1 {
    width: 60%;
  }
  .logoBox img {
    width: 100%;
  }

  .gmenu {
    width: 100%;
  }

  #gmenu {
    margin-top: 0;
    width: 100%;
    padding: 0;
  }
  #gmenu li {
    width: 48%;
    float: left;
    margin: 0;
    margin: 2px;
  }
  #gmenu .menuWrap {
    position: relative;
    width: 100%;
  }
  #gmenu .menuWrap:after {
    padding-top: 22.346%;
    display: block;
    content: "";
  }
  #gmenu .gm_01 a {
    background: url(../images/sm_menu01.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }
  #gmenu .gm_01 a:hover, #gmenu .gm_01 a.active {
    background: url(../images/sm_menu01.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }
  #gmenu .gm_02 a {
    background: url(../images/sm_menu02.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }
  #gmenu .gm_02 a:hover, #gmenu .gm_02 a.active {
    background: url(../images/sm_menu02.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }
  #gmenu .gm_03 a {
    background: url(../images/sm_menu03.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }
  #gmenu .gm_03 a:hover, #gmenu .gm_03 a.active {
    background: url(../images/sm_menu03.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }
  #gmenu .gm_04 a {
    background: url(../images/sm_menu04.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }
  #gmenu .gm_04 a:hover, #gmenu .gm_04 a.active {
    background: url(../images/sm_menu04.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }
  #gmenu .gm_05 a {
    background: url(../images/sm_menu05.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }
  #gmenu .gm_05 a:hover, #gmenu .gm_05 a.active {
    background: url(../images/sm_menu05.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }
  #gmenu .gm_06 a {
    background: url(../images/sm_menu06.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }
  #gmenu .gm_06 a:hover, #gmenu .gm_06 a.active {
    background: url(../images/sm_menu06.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }

  h3 {
    width: 100%;
  }

  .failureInquiryNumber {
    width: 100%;
    text-align: right;
  }
  .failureInquiryNumber img {
    width: 293px;
    height: 69px;
  }
  .failureInquiryNumberMedia img {
    width: 170px !important;
    height: 41px !important;
  }

  /*content*/
  /*contentNews*/
  .content.news h3 img {
    width: 284px;
    height: 36px;
  }
  .content.news .latest_ns {
    display: inline-block;
  }

  /*contentServices*/
  .content.services h3 img {
    width: 175px;
    height: 36px;
  }
  .content.services ul {
    overflow: hidden;
  }
  .content.services li {
    width: 32%;
    float: left;
    margin: 0 0 4px 4px;
    height: auto;
    margin-right: 0 !important;
    padding: 32% 0 0;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #bababa;
    position: relative;
  }
  .content.services li:not(:last-child) {
    margin-right: 10px;
  }
  .content.services li a {
    display: inline-block;
  }
  .content.services li a {
    background: url(../images/s_cover.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
  }
  .content.services li a:hover {
    background: none;
  }
  .content.services li .under {
    position: absolute;
    bottom: 0;
    right: 0.5em;
    text-align: right;
  }
  .content.services li.supercomputer .contentWrap {
    background: url(../images/s_supercomputer.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.services li.movie .contentWrap {
    background: url(../images/s_movie.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.services li.faculty_database .contentWrap {
    background: url(../images/s_faculty_database.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.services li.library .contentWrap {
    background: url(../images/s_library.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  /*contentAboutUs*/
  .content.aboutus h3 img {
    width: 287px;
    height: 36px;
  }
  .content.aboutus ul {
    overflow: hidden;
  }
  .content.aboutus li {
    width: 32%;
    float: left;
    margin: 0 0 4px 4px;
    height: auto;
    margin-right: 0 !important;
    padding: 32% 0 0;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #bababa;
    position: relative;
  }
  .content.aboutus li:not(:last-child) {
    margin-right: 10px;
  }
  .content.aboutus li a {
    display: inline-block;
  }
  .content.aboutus li a {
    background: url(../images/s_cover.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
  }
  .content.aboutus li a:hover {
    background: none;
  }
  .content.aboutus li .under {
    position: absolute;
    bottom: 0;
    right: 0.5em;
    text-align: right;
  }
  .content.aboutus li.greeting .contentWrap {
    background: url(../images/s_greeting.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.aboutus li.mission .contentWrap {
    background: url(../images/s_mission.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.aboutus li.access .contentWrap {
    background: url(../images/s_access.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.aboutus li.promotion .contentWrap {
    background: url(../images/s_promotion.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  /*contentActivity*/
  .content.activity h3 img {
    width: 150px;
    height: 36px;
  }
  .content.activity ul {
    overflow: hidden;
  }
  .content.activity li {
    width: 32%;
    float: left;
    margin: 0 0 4px 4px;
    height: auto;
    margin-right: 0 !important;
    padding: 32% 0 0;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #bababa;
    position: relative;
  }
  .content.activity li:not(:last-child) {
    margin-right: 10px;
  }
  .content.activity li a {
    display: inline-block;
  }
  .content.activity li a {
    background: url(../images/s_cover.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
  }
  .content.activity li a:hover {
    background: none;
  }
  .content.activity li .under {
    position: absolute;
    bottom: 0;
    right: 0.5em;
    text-align: right;
  }
  .content.activity li.masterplan .contentWrap {
    background: url(../images/s_masterplan.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.activity li.nuct_introduction .contentWrap {
    background: url(../images/s_nuct_introduction.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.activity li.eduroam_introduction .contentWrap {
    background: url(../images/s_eduroam_introduction.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.activity li.pamphlet .contentWrap {
    background: url(../images/s_pamphlet.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.activity li.lecture .contentWrap {
    background: url(../images/s_lecture.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.activity li.award .contentWrap {
    background: url(../images/s_award.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.activity li.press .contentWrap {
    background: url(../images/s_press.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.activity li.development .contentWrap {
    background: url(../images/s_development.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.activity li.datapolicy .contentWrap {
    background: url(../images/s_datapolicy.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.activity li.rdm .contentWrap {
    background: url(../images/s_rdm.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  /*contentActivity for NU*/
  .content.activity_for_nu h3 img {
    width: 150px;
    height: 36px;
  }
  .content.activity_for_nu ul {
    overflow: hidden;
  }
  .content.activity_for_nu li {
    width: 32%;
    float: left;
    margin: 0 0 4px 4px;
    height: auto;
    margin-right: 0 !important;
    padding: 32% 0 0;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #bababa;
    position: relative;
  }
  .content.activity_for_nu li:not(:last-child) {
    margin-right: 10px;
  }
  .content.activity_for_nu li a {
    display: inline-block;
  }
  .content.activity_for_nu li a {
    background: url(../images/s_cover.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
  }
  .content.activity_for_nu li a:hover {
    background: none;
  }
  .content.activity_for_nu li .under {
    position: absolute;
    bottom: 0;
    right: 0.5em;
    text-align: right;
  }
  .content.activity_for_nu li.masterplan .contentWrap {
    background: url(../images/s_masterplan.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.activity_for_nu li.nuct_introduction .contentWrap {
    background: url(../images/s_nuct_introduction.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.activity_for_nu li.eduroam_introduction .contentWrap {
    background: url(../images/s_eduroam_introduction.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.activity_for_nu li.pamphlet .contentWrap {
    background: url(../images/s_pamphlet.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.activity_for_nu li.lecture .contentWrap {
    background: url(../images/s_lecture.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.activity_for_nu li.award .contentWrap {
    background: url(../images/s_award.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.activity_for_nu li.press .contentWrap {
    background: url(../images/s_press.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.activity_for_nu li.development .contentWrap {
    background: url(../images/s_development.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.activity_for_nu li.datapolicy .contentWrap {
    background: url(../images/s_datapolicy.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.activity_for_nu li.rdm .contentWrap {
    background: url(../images/s_rdm.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.activity_for_nu li.nuwnet_ap_map .contentWrap {
    background: url(../images/s_nuwnet_ap_map.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.activity_for_nu li.nuwnet_speed_test .contentWrap {
    background: url(../images/s_nuwnet_speed_test.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  /*contentSecurity*/
  .content.security h3 img {
    width: 175px;
    height: 36px;
  }
  .content.security ul {
    overflow: hidden;
  }
  .content.security li {
    width: 32%;
    float: left;
    margin: 0 0 4px 4px;
    height: auto;
    margin-right: 0 !important;
    padding: 32% 0 0;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #bababa;
    position: relative;
  }
  .content.security li:not(:last-child) {
    margin-right: 10px;
  }
  .content.security li a {
    display: inline-block;
  }
  .content.security li a {
    background: url(../images/s_cover.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
  }
  .content.security li a:hover {
    background: none;
  }
  .content.security li .under {
    position: absolute;
    bottom: 0;
    right: 0.5em;
    text-align: right;
  }
  .content.security li.security_training .contentWrap {
    background: url(../images/s_security_training.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.security li.security_self_inspection .contentWrap {
    background: url(../images/s_security_self_inspection.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.security li.security_policy .contentWrap {
    background: url(../images/s_security_policy.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.security li.security_guideline .contentWrap {
    background: url(../images/s_security_guideline.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.security li.security_info .contentWrap {
    background: url(../images/s_security_info.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  /*contentInfrastructureServices*/
  .content.infrastructure h3 img {
    width: 256px;
    height: 51px;
  }
  .content.infrastructure ul {
    overflow: hidden;
  }
  .content.infrastructure li {
    width: 32%;
    float: left;
    margin: 0 0 4px 4px;
    height: auto;
    margin-right: 0 !important;
    padding: 32% 0 0;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #bababa;
    position: relative;
  }
  .content.infrastructure li:not(:last-child) {
    margin-right: 10px;
  }
  .content.infrastructure li a {
    display: inline-block;
  }
  .content.infrastructure li a {
    background: url(../images/s_cover.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
  }
  .content.infrastructure li a:hover {
    background: none;
  }
  .content.infrastructure li .under {
    position: absolute;
    bottom: 0;
    right: 0.5em;
    text-align: right;
  }
  .content.infrastructure li.nu_portal .contentWrap {
    background: url(../images/s_nu_portal.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.infrastructure li.nuid .contentWrap {
    background: url(../images/s_nuid.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.infrastructure li.nuwnet .contentWrap {
    background: url(../images/s_nuwnet.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.infrastructure li.eduroam .contentWrap {
    background: url(../images/s_eduroam.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.infrastructure li.nuss .contentWrap {
    background: url(../images/s_nuss.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  /*contentMailServices*/
  .content.mail_services h3 img {
    width: 265px;
    height: 36px;
  }
  .content.mail_services ul {
    overflow: hidden;
  }
  .content.mail_services li {
    width: 32%;
    float: left;
    margin: 0 0 4px 4px;
    height: auto;
    margin-right: 0 !important;
    padding: 32% 0 0;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #bababa;
    position: relative;
  }
  .content.mail_services li:not(:last-child) {
    margin-right: 10px;
  }
  .content.mail_services li a {
    display: inline-block;
  }
  .content.mail_services li a {
    background: url(../images/s_cover.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
  }
  .content.mail_services li a:hover {
    background: none;
  }
  .content.mail_services li .under {
    position: absolute;
    bottom: 0;
    right: 0.5em;
    text-align: right;
  }
  .content.mail_services li.campus_mail .contentWrap {
    background: url(../images/s_campus_mail.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.mail_services li.mail_transfer .contentWrap {
    background: url(../images/s_mail_transfer.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.mail_services li.mail_alias .contentWrap {
    background: url(../images/s_mail_alias.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  /*contentResearchServices*/
  .content.research_services h3 img {
    width: 289px;
    height: 51px;
  }
  .content.research_services ul {
    overflow: hidden;
  }
  .content.research_services li {
    width: 32%;
    float: left;
    margin: 0 0 4px 4px;
    height: auto;
    margin-right: 0 !important;
    padding: 32% 0 0;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #bababa;
    position: relative;
  }
  .content.research_services li:not(:last-child) {
    margin-right: 10px;
  }
  .content.research_services li a {
    display: inline-block;
  }
  .content.research_services li a {
    background: url(../images/s_cover.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
  }
  .content.research_services li a:hover {
    background: none;
  }
  .content.research_services li .under {
    position: absolute;
    bottom: 0;
    right: 0.5em;
    text-align: right;
  }
  .content.research_services li.site_license .contentWrap {
    background: url(../images/s_site_license.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.research_services li.nuct .contentWrap {
    background: url(../images/s_nuct.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.research_services li.supercomputer .contentWrap {
    background: url(../images/s_supercomputer.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  /*contentConciergeServices*/
  .content.concierge_services h3 img {
    width: 212px;
    height: 51px;
  }
  .content.concierge_services ul {
    overflow: hidden;
  }
  .content.concierge_services li {
    width: 32%;
    float: left;
    margin: 0 0 4px 4px;
    height: auto;
    margin-right: 0 !important;
    padding: 32% 0 0;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #bababa;
    position: relative;
  }
  .content.concierge_services li:not(:last-child) {
    margin-right: 10px;
  }
  .content.concierge_services li a {
    display: inline-block;
  }
  .content.concierge_services li a {
    background: url(../images/s_cover.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
  }
  .content.concierge_services li a:hover {
    background: none;
  }
  .content.concierge_services li .under {
    position: absolute;
    bottom: 0;
    right: 0.5em;
    text-align: right;
  }
  .content.concierge_services li.it_helpdesk .contentWrap {
    background: url(../images/s_it_helpdesk.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.concierge_services li.qa_system .contentWrap {
    background: url(../images/s_qa_system.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  /*contentManagementServices*/
  .content.management_services h3 img {
    width: 236px;
    height: 51px;
  }
  .content.management_services ul {
    overflow: hidden;
  }
  .content.management_services li {
    width: 32%;
    float: left;
    margin: 0 0 4px 4px;
    height: auto;
    margin-right: 0 !important;
    padding: 32% 0 0;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #bababa;
    position: relative;
  }
  .content.management_services li:not(:last-child) {
    margin-right: 10px;
  }
  .content.management_services li a {
    display: inline-block;
  }
  .content.management_services li a {
    background: url(../images/s_cover.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
  }
  .content.management_services li a:hover {
    background: none;
  }
  .content.management_services li .under {
    position: absolute;
    bottom: 0;
    right: 0.5em;
    text-align: right;
  }
  .content.management_services li.safety_confirm .contentWrap {
    background: url(../images/s_safety_confirm.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.management_services li.faculty_database .contentWrap {
    background: url(../images/s_faculty_database.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.management_services li.sam .contentWrap {
    background: url(../images/s_sam.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  /*contentSecurity for Admin*/
  .content.security_for_admin h3 img {
    width: 175px;
    height: 36px;
  }
  .content.security_for_admin ul {
    overflow: hidden;
  }
  .content.security_for_admin li {
    width: 32%;
    float: left;
    margin: 0 0 4px 4px;
    height: auto;
    margin-right: 0 !important;
    padding: 32% 0 0;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #bababa;
    position: relative;
  }
  .content.security_for_admin li:not(:last-child) {
    margin-right: 10px;
  }
  .content.security_for_admin li a {
    display: inline-block;
  }
  .content.security_for_admin li a {
    background: url(../images/s_cover.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
  }
  .content.security_for_admin li a:hover {
    background: none;
  }
  .content.security_for_admin li .under {
    position: absolute;
    bottom: 0;
    right: 0.5em;
    text-align: right;
  }
  .content.security_for_admin li.security_training .contentWrap {
    background: url(../images/s_security_training.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.security_for_admin li.security_self_inspection .contentWrap {
    background: url(../images/s_security_self_inspection.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.security_for_admin li.security_policy .contentWrap {
    background: url(../images/s_security_policy.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.security_for_admin li.security_guideline .contentWrap {
    background: url(../images/s_security_guideline.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.security_for_admin li.security_info .contentWrap {
    background: url(../images/s_security_info.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  /*contentAdminServices*/
  .content.admin_services h3 img {
    width: 236px;
    height: 51px;
  }
  .content.admin_services ul {
    overflow: hidden;
  }
  .content.admin_services li {
    width: 32%;
    float: left;
    margin: 0 0 4px 4px;
    height: auto;
    margin-right: 0 !important;
    padding: 32% 0 0;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #bababa;
    position: relative;
  }
  .content.admin_services li:not(:last-child) {
    margin-right: 10px;
  }
  .content.admin_services li a {
    display: inline-block;
  }
  .content.admin_services li a {
    background: url(../images/s_cover.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
  }
  .content.admin_services li a:hover {
    background: none;
  }
  .content.admin_services li .under {
    position: absolute;
    bottom: 0;
    right: 0.5em;
    text-align: right;
  }
  .content.admin_services li.nice .contentWrap {
    background: url(../images/s_nice.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.admin_services li.secure_nice .contentWrap {
    background: url(../images/s_secure_nice.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.admin_services li.virtual_server .contentWrap {
    background: url(../images/s_virtual_server.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.admin_services li.server_certificate .contentWrap {
    background: url(../images/s_server_certificate.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.admin_services li.sam .contentWrap {
    background: url(../images/s_sam.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.admin_services li.ipdb .contentWrap {
    background: url(../images/s_ipdb.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.admin_services li.dns .contentWrap {
    background: url(../images/s_dns.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.admin_services li.mail_gateway .contentWrap {
    background: url(../images/s_mail_gateway.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content.admin_services li.nuwnet_regist .contentWrap {
    background: url(../images/s_nuwnet_regist.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  /*FOOTER*/
  #footer h1 {
    margin-top: 10px;
  }

  #footerText {
    text-align: left;
    margin-top: 15px;
  }

  #loginBtn {
    margin-top: 10px;
  }
  #loginBtn a.hover {
    background-position: 0 -27px;
  }

  #adminBtn a.hover {
    background-position: 0 0;
  }

  /*TOPへ戻るボタン*/
  #page-top {
    width: 50px;
    height: 50px;
    display: none;
    position: fixed;
    right: 16px;
    bottom: 16px;
  }

  #page-top p {
    margin: 0;
    padding: 0;
    text-align: center;
    background: #92c17b;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  #page-top p.hover {
    background: #e8f3e4;
  }

  #move-page-top {
    color: #fff;
    line-height: 44px;
    font-size: 143%;
    text-decoration: none;
    display: block;
    cursor: pointer;
  }
}

@media screen and (max-width: 480px) {
  .content.services li,
  .content.aboutus li,
  .content.activity li,
  .content.activity_for_nu li,
  .content.security li,
  .content.infrastructure li,
  .content.mail_services li,
  .content.research_services li,
  .content.concierge_services li,
  .content.management_services li,
  .content.security_for_admin li,
  .content.admin_services li {
    width: 48%;
    float: left;
    margin: 0 0 4px 4px;
    height: auto;
    margin-right: 0 !important;
    padding: 48% 0 0;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #bababa;
    position: relative;
  }
}


/*# sourceMappingURL=style.css.map */
